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 2010/11/19 16:54:23 UTC

svn commit: r1036907 - in /santuario/trunk/c/Projects: VC6.0/xsec/xsec_lib/xsec_lib.dsp VC7.0/xsec/xsec_lib/xsec_lib.vcproj VC8.0/xsec/xsec_lib/xsec_lib.vcproj VC9.0/xsec/xsec_lib/xsec_lib.vcproj

Author: scantor
Date: Fri Nov 19 15:54:23 2010
New Revision: 1036907

URL: http://svn.apache.org/viewvc?rev=1036907&view=rev
Log:
Try and fix up legacy project files.

Modified:
    santuario/trunk/c/Projects/VC6.0/xsec/xsec_lib/xsec_lib.dsp
    santuario/trunk/c/Projects/VC7.0/xsec/xsec_lib/xsec_lib.vcproj
    santuario/trunk/c/Projects/VC8.0/xsec/xsec_lib/xsec_lib.vcproj
    santuario/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj

Modified: santuario/trunk/c/Projects/VC6.0/xsec/xsec_lib/xsec_lib.dsp
URL: http://svn.apache.org/viewvc/santuario/trunk/c/Projects/VC6.0/xsec/xsec_lib/xsec_lib.dsp?rev=1036907&r1=1036906&r2=1036907&view=diff
==============================================================================
--- santuario/trunk/c/Projects/VC6.0/xsec/xsec_lib/xsec_lib.dsp (original)
+++ santuario/trunk/c/Projects/VC6.0/xsec/xsec_lib/xsec_lib.dsp Fri Nov 19 15:54:23 2010
@@ -441,6 +441,14 @@ SOURCE=..\..\..\..\xsec\enc\OpenSSL\Open
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.hpp
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\..\..\xsec\enc\openssl\OpenSSLCryptoProvider.cpp
 # End Source File
 # Begin Source File
@@ -650,6 +658,14 @@ SOURCE=..\..\..\..\xsec\enc\XSECCryptoKe
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\..\..\xsec\enc\XSECCryptoKeyEC.hpp
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\..\..\xsec\enc\XSECCryptoProvider.cpp
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\..\..\xsec\enc\XSECCryptoProvider.hpp
 # End Source File
 # Begin Source File
@@ -807,61 +823,6 @@ SOURCE=..\..\..\..\xsec\framework\XSECAl
 # Begin Source File
 
 SOURCE=..\..\..\..\xsec\framework\XSECDefs.hpp
-
-!IF  "$(CFG)" == "xsec_lib - Win32 Release"
-
-# Begin Custom Build - Copying include files from src directory
-InputPath=..\..\..\..\xsec\framework\XSECDefs.hpp
-
-"..\..\..\..\include\xsec\framework\dummy.hpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	mkdir ..\..\..\..\include 
-	mkdir ..\..\..\..\include\xsec 
-	del /q /s ..\..\..\..\include\xsec\*.* 
-	xcopy /I /s /f  ..\..\..\..\xsec\*.hpp ..\..\..\..\include\xsec 
-	
-# End Custom Build
-
-!ELSEIF  "$(CFG)" == "xsec_lib - Win32 Debug"
-
-# Begin Custom Build - Copying include files from src directory
-InputPath=..\..\..\..\xsec\framework\XSECDefs.hpp
-
-"..\..\..\..\include\xsec\framework\dummy.hpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	mkdir ..\..\..\..\include 
-	mkdir ..\..\..\..\include\xsec 
-	del /q /s ..\..\..\..\include\xsec\*.* 
-	xcopy /I /s /f  ..\..\..\..\xsec\*.hpp ..\..\..\..\include\xsec 
-	
-# End Custom Build
-
-!ELSEIF  "$(CFG)" == "xsec_lib - Win32 Debug No Xalan"
-
-# Begin Custom Build - Copying include files from src directory
-InputPath=..\..\..\..\xsec\framework\XSECDefs.hpp
-
-"..\..\..\..\include\xsec\framework\dummy.hpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	mkdir ..\..\..\..\include 
-	mkdir ..\..\..\..\include\xsec 
-	del /q /s ..\..\..\..\include\xsec\*.* 
-	xcopy /I /s /f  ..\..\..\..\xsec\*.hpp ..\..\..\..\include\xsec 
-	
-# End Custom Build
-
-!ELSEIF  "$(CFG)" == "xsec_lib - Win32 Release No Xalan"
-
-# Begin Custom Build - Copying include files from src directory
-InputPath=..\..\..\..\xsec\framework\XSECDefs.hpp
-
-"..\..\..\..\include\xsec\framework\dummy.hpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	mkdir ..\..\..\..\include 
-	mkdir ..\..\..\..\include\xsec 
-	del /q /s ..\..\..\..\include\xsec\*.* 
-	xcopy /I /s /f  ..\..\..\..\xsec\*.hpp ..\..\..\..\include\xsec 
-	
-# End Custom Build
-
-!ENDIF 
-
 # End Source File
 # Begin Source File
 

Modified: santuario/trunk/c/Projects/VC7.0/xsec/xsec_lib/xsec_lib.vcproj
URL: http://svn.apache.org/viewvc/santuario/trunk/c/Projects/VC7.0/xsec/xsec_lib/xsec_lib.vcproj?rev=1036907&r1=1036906&r2=1036907&view=diff
==============================================================================
--- santuario/trunk/c/Projects/VC7.0/xsec/xsec_lib/xsec_lib.vcproj (original)
+++ santuario/trunk/c/Projects/VC7.0/xsec/xsec_lib/xsec_lib.vcproj Fri Nov 19 15:54:23 2010
@@ -427,6 +427,12 @@
 			<File
 				RelativePath="..\..\..\..\xsec\enc\XSECCryptoKeyRSA.hpp">
 			</File>
+            <File
+                RelativePath="..\..\..\..\xsec\enc\XSECCryptoKeyEC.hpp">
+            </File>
+            <File
+                RelativePath="..\..\..\..\xsec\enc\XSECCryptoProvider.cpp">
+            </File>
 			<File
 				RelativePath="..\..\..\..\xsec\enc\XSECCryptoProvider.hpp">
 			</File>
@@ -493,6 +499,12 @@
 				<File
 					RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyRSA.hpp">
 				</File>
+                <File
+                    RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.cpp">
+                </File>
+                <File
+                    RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.hpp">
+                </File>
 				<File
 					RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoProvider.cpp">
 				</File>

Modified: santuario/trunk/c/Projects/VC8.0/xsec/xsec_lib/xsec_lib.vcproj
URL: http://svn.apache.org/viewvc/santuario/trunk/c/Projects/VC8.0/xsec/xsec_lib/xsec_lib.vcproj?rev=1036907&r1=1036906&r2=1036907&view=diff
==============================================================================
--- santuario/trunk/c/Projects/VC8.0/xsec/xsec_lib/xsec_lib.vcproj (original)
+++ santuario/trunk/c/Projects/VC8.0/xsec/xsec_lib/xsec_lib.vcproj Fri Nov 19 15:54:23 2010
@@ -539,8 +539,6 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				Description="Create Header files"
-				CommandLine="mkdir ..\..\..\..\include&#x0D;&#x0A;mkdir ..\..\..\..\include\xsec&#x0D;&#x0A;del /q /s ..\..\..\..\include\xsec\*.*&#x0D;&#x0A;xcopy /I /s /f ..\..\..\..\xsec\*.hpp ..\..\..\..\include\xsec&#x0D;&#x0A;"
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -996,6 +994,14 @@
 				RelativePath="..\..\..\..\xsec\enc\XSECCryptoKeyRSA.hpp"
 				>
 			</File>
+            <File
+                RelativePath="..\..\..\..\xsec\enc\XSECCryptoKeyEC.hpp"
+                >
+            </File>
+            <File
+                RelativePath="..\..\..\..\xsec\enc\XSECCryptoProvider.cpp"
+                >
+            </File>
 			<File
 				RelativePath="..\..\..\..\xsec\enc\XSECCryptoProvider.hpp"
 				>
@@ -1083,6 +1089,14 @@
 					RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyRSA.hpp"
 					>
 				</File>
+                <File
+                    RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.cpp"
+                    >
+                </File>
+                <File
+                    RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.hpp"
+                    >
+                </File>
 				<File
 					RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoProvider.cpp"
 					>

Modified: santuario/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj
URL: http://svn.apache.org/viewvc/santuario/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj?rev=1036907&r1=1036906&r2=1036907&view=diff
==============================================================================
--- santuario/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj (original)
+++ santuario/trunk/c/Projects/VC9.0/xsec/xsec_lib/xsec_lib.vcproj Fri Nov 19 15:54:23 2010
@@ -368,8 +368,6 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
-				Description="Create Header files"
-				CommandLine="mkdir ..\..\..\..\include&#x0D;&#x0A;mkdir ..\..\..\..\include\xsec&#x0D;&#x0A;del /q /s ..\..\..\..\include\xsec\*.*&#x0D;&#x0A;xcopy /I /s /f ..\..\..\..\xsec\*.hpp ..\..\..\..\include\xsec&#x0D;&#x0A;"
 			/>
 			<Tool
 				Name="VCCustomBuildTool"
@@ -987,6 +985,14 @@
 				RelativePath="..\..\..\..\xsec\enc\XSECCryptoKeyRSA.hpp"
 				>
 			</File>
+            <File
+                RelativePath="..\..\..\..\xsec\enc\XSECCryptoKeyEC.hpp"
+                >
+            </File>
+            <File
+                RelativePath="..\..\..\..\xsec\enc\XSECCryptoProvider.cpp"
+                >
+            </File>
 			<File
 				RelativePath="..\..\..\..\xsec\enc\XSECCryptoProvider.hpp"
 				>
@@ -1074,6 +1080,14 @@
 					RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyRSA.hpp"
 					>
 				</File>
+                <File
+                    RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.cpp"
+                    >
+                </File>
+                <File
+                    RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoKeyEC.hpp"
+                    >
+                </File>
 				<File
 					RelativePath="..\..\..\..\xsec\enc\OpenSSL\OpenSSLCryptoProvider.cpp"
 					>