You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by es...@apache.org on 2014/07/24 22:44:13 UTC

svn commit: r1613274 - in /incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole: DeviceMapConsole.csproj Properties/AssemblyInfo.cs shingen.ico

Author: esjr
Date: Thu Jul 24 20:44:13 2014
New Revision: 1613274

URL: http://svn.apache.org/r1613274
Log: (empty)

Removed:
    incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/shingen.ico
Modified:
    incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/DeviceMapConsole.csproj
    incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs

Modified: incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/DeviceMapConsole.csproj
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/DeviceMapConsole.csproj?rev=1613274&r1=1613273&r2=1613274&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/DeviceMapConsole.csproj (original)
+++ incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/DeviceMapConsole.csproj Thu Jul 24 20:44:13 2014
@@ -33,7 +33,8 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <PropertyGroup>
-    <ApplicationIcon>shingen.ico</ApplicationIcon>
+    <ApplicationIcon>
+    </ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup>
     <StartupObject>
@@ -56,7 +57,6 @@
     <None Include="App.config" />
   </ItemGroup>
   <ItemGroup>
-    <Content Include="shingen.ico" />
     <Content Include="ua_strings.txt">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>

Modified: incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs?rev=1613274&r1=1613273&r2=1613274&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs (original)
+++ incubator/devicemap/trunk/devicemap/csharp/DeviceMapConsole/Properties/AssemblyInfo.cs Thu Jul 24 20:44:13 2014
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.7.7.21")]
-[assembly: AssemblyFileVersion("1.7.7.21")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]