You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2015/03/14 15:30:36 UTC

svn commit: r1666691 - in /devicemap/trunk/devicemap: csharp/DeviceMap/DeviceMap.csproj vbnet/DeviceMapConsole/DeviceMapConsole.vbproj

Author: wkeil
Date: Sat Mar 14 14:30:36 2015
New Revision: 1666691

URL: http://svn.apache.org/r1666691
Log:
DMAP-149: .NET Version too narrow 
Updated references in .NET projects
Task-Url: https://issues.apache.org/jira/browse/DMAP-149

Modified:
    devicemap/trunk/devicemap/csharp/DeviceMap/DeviceMap.csproj
    devicemap/trunk/devicemap/vbnet/DeviceMapConsole/DeviceMapConsole.vbproj

Modified: devicemap/trunk/devicemap/csharp/DeviceMap/DeviceMap.csproj
URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/csharp/DeviceMap/DeviceMap.csproj?rev=1666691&r1=1666690&r2=1666691&view=diff
==============================================================================
--- devicemap/trunk/devicemap/csharp/DeviceMap/DeviceMap.csproj (original)
+++ devicemap/trunk/devicemap/csharp/DeviceMap/DeviceMap.csproj Sat Mar 14 14:30:36 2015
@@ -37,7 +37,8 @@
     <StartupObject />
   </PropertyGroup>
   <PropertyGroup>
-    <ApplicationIcon>DeviceMap-ASF.ico</ApplicationIcon>
+    <ApplicationIcon>
+    </ApplicationIcon>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />

Modified: devicemap/trunk/devicemap/vbnet/DeviceMapConsole/DeviceMapConsole.vbproj
URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/vbnet/DeviceMapConsole/DeviceMapConsole.vbproj?rev=1666691&r1=1666690&r2=1666691&view=diff
==============================================================================
--- devicemap/trunk/devicemap/vbnet/DeviceMapConsole/DeviceMapConsole.vbproj (original)
+++ devicemap/trunk/devicemap/vbnet/DeviceMapConsole/DeviceMapConsole.vbproj Sat Mar 14 14:30:36 2015
@@ -48,7 +48,8 @@
     <OptionInfer>On</OptionInfer>
   </PropertyGroup>
   <PropertyGroup>
-    <ApplicationIcon>DeviceMap-ASF.ico</ApplicationIcon>
+    <ApplicationIcon>
+    </ApplicationIcon>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
@@ -109,7 +110,6 @@
     <None Include="App.config" />
   </ItemGroup>
   <ItemGroup>
-    <Content Include="DeviceMap-ASF.ico" />
     <Content Include="ua_strings.txt">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>