You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by sc...@apache.org on 2012/06/14 00:28:34 UTC

svn commit: r1350041 - in /santuario/xml-security-cpp/trunk: Projects/VC10.0/xsec/xsec_lib/xsec_lib.vcxproj xsec/framework/version.rc

Author: scantor
Date: Wed Jun 13 22:28:34 2012
New Revision: 1350041

URL: http://svn.apache.org/viewvc?rev=1350041&view=rev
Log:
Update DLL name and Windows version.

Modified:
    santuario/xml-security-cpp/trunk/Projects/VC10.0/xsec/xsec_lib/xsec_lib.vcxproj
    santuario/xml-security-cpp/trunk/xsec/framework/version.rc

Modified: santuario/xml-security-cpp/trunk/Projects/VC10.0/xsec/xsec_lib/xsec_lib.vcxproj
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/Projects/VC10.0/xsec/xsec_lib/xsec_lib.vcxproj?rev=1350041&r1=1350040&r2=1350041&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/Projects/VC10.0/xsec/xsec_lib/xsec_lib.vcxproj (original)
+++ santuario/xml-security-cpp/trunk/Projects/VC10.0/xsec/xsec_lib/xsec_lib.vcxproj Wed Jun 13 22:28:34 2012
@@ -181,7 +181,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3D.lib;Xalan-C_1D.lib;crypt32.lib;libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6D.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7D.dll</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -218,7 +218,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3D.lib;Xalan-C_1D.lib;crypt32.lib;libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6D.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7D.dll</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -248,7 +248,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3.lib;crypt32.lib;libeay32.lib;Xalan-C_1.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7.dll</OutputFile>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -283,7 +283,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3.lib;crypt32.lib;libeay32.lib;Xalan-C_1.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7.dll</OutputFile>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -319,7 +319,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3D.lib;crypt32.lib;libeay32D.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6D.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7D.dll</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -356,7 +356,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3D.lib;crypt32.lib;libeay32D.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6D.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7D.dll</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Windows</SubSystem>
       <RandomizedBaseAddress>false</RandomizedBaseAddress>
@@ -386,7 +386,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3.lib;crypt32.lib;libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7.dll</OutputFile>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>
@@ -421,7 +421,7 @@
     </ClCompile>
     <Link>
       <AdditionalDependencies>xerces-c_3.lib;crypt32.lib;libeay32.lib;%(AdditionalDependencies)</AdditionalDependencies>
-      <OutputFile>$(OutDir)xsec_1_6.dll</OutputFile>
+      <OutputFile>$(OutDir)xsec_1_7.dll</OutputFile>
       <SubSystem>Windows</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
       <EnableCOMDATFolding>true</EnableCOMDATFolding>

Modified: santuario/xml-security-cpp/trunk/xsec/framework/version.rc
URL: http://svn.apache.org/viewvc/santuario/xml-security-cpp/trunk/xsec/framework/version.rc?rev=1350041&r1=1350040&r2=1350041&view=diff
==============================================================================
--- santuario/xml-security-cpp/trunk/xsec/framework/version.rc (original)
+++ santuario/xml-security-cpp/trunk/xsec/framework/version.rc Wed Jun 13 22:28:34 2012
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,6,1,0
- PRODUCTVERSION 1,6,1,0
+ FILEVERSION 1,7,0,0
+ PRODUCTVERSION 1,7,0,0
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -72,23 +72,23 @@ BEGIN
         BEGIN
             VALUE "Comments", "\0"
             VALUE "CompanyName", "The Apache Software Foundation\0"
-            VALUE "FileDescription", "XML Security C++ Library\0"
-            VALUE "FileVersion", "1, 6, 1, 0\0"
+            VALUE "FileDescription", "Santuario C++ XML Security Library\0"
+            VALUE "FileVersion", "1, 7, 0, 0\0"
 #ifdef _DEBUG
-            VALUE "InternalName", "xsec_1_6D\0"
+            VALUE "InternalName", "xsec_1_7D\0"
 #else
-            VALUE "InternalName", "xsec_1_6\0"
+            VALUE "InternalName", "xsec_1_7\0"
 #endif
-            VALUE "LegalCopyright", "Copyright © 2002-2011 The Apache Software Foundation\0"
+            VALUE "LegalCopyright", "Copyright © 2002-2012 The Apache Software Foundation\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
-            VALUE "OriginalFilename", "xsec_1_6D.dll\0"
+            VALUE "OriginalFilename", "xsec_1_7D.dll\0"
 #else
-            VALUE "OriginalFilename", "xsec_1_6.dll\0"
+            VALUE "OriginalFilename", "xsec_1_7.dll\0"
 #endif
             VALUE "PrivateBuild", "\0"
-            VALUE "ProductName", "XML-Security-C - C++ XML Security Library\0"
-            VALUE "ProductVersion", "1, 6, 1, 0\0"
+            VALUE "ProductName", "Santuario C++ XML Security Library\0"
+            VALUE "ProductVersion", "1, 7, 0, 0\0"
             VALUE "SpecialBuild", "\0"
         END
     END