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:33 UTC

svn commit: r1613275 - in /incubator/devicemap/trunk/devicemap/vbnet/DeviceMap: DeviceMap.vbproj My Project/AssemblyInfo.vb

Author: esjr
Date: Thu Jul 24 20:44:33 2014
New Revision: 1613275

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

Modified:
    incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/DeviceMap.vbproj
    incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/My Project/AssemblyInfo.vb

Modified: incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/DeviceMap.vbproj
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/DeviceMap.vbproj?rev=1613275&r1=1613274&r2=1613275&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/DeviceMap.vbproj (original)
+++ incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/DeviceMap.vbproj Thu Jul 24 20:44:33 2014
@@ -43,7 +43,7 @@
     <OptionInfer>On</OptionInfer>
   </PropertyGroup>
   <PropertyGroup>
-    <SignAssembly>true</SignAssembly>
+    <SignAssembly>false</SignAssembly>
   </PropertyGroup>
   <PropertyGroup>
     <AssemblyOriginatorKeyFile>DeviceMap.pfx</AssemblyOriginatorKeyFile>
@@ -119,7 +119,7 @@
   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
   <ProjectExtensions>
     <VisualStudio>
-      <UserProperties BuildVersion_UseUniversalClock="True" BuildVersion_UseGlobalSettings="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" />
+      <UserProperties BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" BuildVersion_UseGlobalSettings="True" BuildVersion_UseUniversalClock="True" />
     </VisualStudio>
   </ProjectExtensions>
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 

Modified: incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/My Project/AssemblyInfo.vb
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/My%20Project/AssemblyInfo.vb?rev=1613275&r1=1613274&r2=1613275&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/My Project/AssemblyInfo.vb (original)
+++ incubator/devicemap/trunk/devicemap/vbnet/DeviceMap/My Project/AssemblyInfo.vb Thu Jul 24 20:44:33 2014
@@ -12,7 +12,7 @@ Imports System.Runtime.InteropServices
 <Assembly: AssemblyCompany("ASF")> 
 <Assembly: AssemblyProduct("DeviceMap")> 
 <Assembly: AssemblyCopyright("Copyright © ASF  2013")> 
-<Assembly: AssemblyTrademark("dmap_20140707")> 
+<Assembly: AssemblyTrademark("")> 
 <Assembly: CLSCompliant(True)> 
 <Assembly: ComVisible(False)>
 
@@ -30,5 +30,5 @@ Imports System.Runtime.InteropServices
 ' by using the '*' as shown below:
 ' <Assembly: AssemblyVersion("1.0.*")> 
 
-<Assembly: AssemblyVersion("1.7.7.4")> 
-<Assembly: AssemblyFileVersion("1.7.7.4")> 
+<Assembly: AssemblyVersion("1.0.0.0")> 
+<Assembly: AssemblyFileVersion("1.0.0.0")>