From cf82eea00da3a3b7db7b2ff5e91249372ace4a24 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 3 Feb 2009 15:43:06 +0000 Subject: [PATCH] Migrate makefiles to MSVC9 --- cpp-opensaml2.sln | 16 ++-------------- saml/saml.vcproj | 23 ++++++++++------------- samlsign/samlsign.vcproj | 23 ++++++++++------------- samltest/samltest.vcproj | 23 ++++++++++------------- 4 files changed, 32 insertions(+), 53 deletions(-) diff --git a/cpp-opensaml2.sln b/cpp-opensaml2.sln index c3729c4..41e7231 100644 --- a/cpp-opensaml2.sln +++ b/cpp-opensaml2.sln @@ -1,26 +1,14 @@  -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "saml", "saml\saml.vcproj", "{34DE3EA5-EA05-4261-8B63-A850FFB91768}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "samltest", "samltest\samltest.vcproj", "{8BBB3B12-DBA1-4533-9C36-2CA95F1F1659}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection ProjectSection(ProjectDependencies) = postProject {34DE3EA5-EA05-4261-8B63-A850FFB91768} = {34DE3EA5-EA05-4261-8B63-A850FFB91768} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "samlsign", "samlsign\samlsign.vcproj", "{C4E58F5A-AF7E-4060-89E7-5F690682E662}" - ProjectSection(WebsiteProperties) = preProject - Debug.AspNetCompiler.Debug = "True" - Release.AspNetCompiler.Debug = "False" - EndProjectSection ProjectSection(ProjectDependencies) = postProject {34DE3EA5-EA05-4261-8B63-A850FFB91768} = {34DE3EA5-EA05-4261-8B63-A850FFB91768} EndProjectSection diff --git a/saml/saml.vcproj b/saml/saml.vcproj index 9e1a748..e2c0728 100644 --- a/saml/saml.vcproj +++ b/saml/saml.vcproj @@ -1,11 +1,12 @@ @@ -92,9 +95,6 @@ Name="VCAppVerifierTool" /> - @@ -151,6 +151,8 @@ LinkIncremental="2" GenerateDebugInformation="true" SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" ImportLibrary="$(TargetDir)$(ProjectName)2D.lib" TargetMachine="17" /> @@ -173,9 +175,6 @@ Name="VCAppVerifierTool" /> - @@ -229,6 +228,8 @@ SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" ImportLibrary="$(TargetDir)$(ProjectName)2.lib" TargetMachine="1" /> @@ -251,9 +252,6 @@ Name="VCAppVerifierTool" /> - @@ -308,6 +306,8 @@ SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" ImportLibrary="$(TargetDir)$(ProjectName)2.lib" TargetMachine="17" /> @@ -330,9 +330,6 @@ Name="VCAppVerifierTool" /> - diff --git a/samlsign/samlsign.vcproj b/samlsign/samlsign.vcproj index 155ae71..b464f67 100644 --- a/samlsign/samlsign.vcproj +++ b/samlsign/samlsign.vcproj @@ -1,11 +1,12 @@ - @@ -148,6 +148,8 @@ LinkIncremental="2" GenerateDebugInformation="true" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - @@ -225,6 +224,8 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -303,6 +301,8 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - diff --git a/samltest/samltest.vcproj b/samltest/samltest.vcproj index f7ce978..f0061fb 100644 --- a/samltest/samltest.vcproj +++ b/samltest/samltest.vcproj @@ -1,11 +1,12 @@ - @@ -146,6 +146,8 @@ LinkIncremental="2" GenerateDebugInformation="true" SubSystem="1" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - @@ -222,6 +221,8 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -299,6 +297,8 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="17" /> - -- 2.1.4