From 11a2fc45647b576d77ad0f7534000815fbf20f42 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 30 Jan 2006 14:00:54 +0000 Subject: upgrade project files to MSVC 2005 and add x64 platform git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@215 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- dlltest.vcproj | 410 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 329 insertions(+), 81 deletions(-) (limited to 'dlltest.vcproj') diff --git a/dlltest.vcproj b/dlltest.vcproj index cbaf82b..e5695fb 100755 --- a/dlltest.vcproj +++ b/dlltest.vcproj @@ -1,166 +1,414 @@ + ProjectGUID="{A7483CE8-2784-46CE-8CB8-8C0C1D27E232}" + SccLocalPath="." + > + Name="Win32" + /> + + + + WholeProgramOptimization="1" + > + + + + + + SuppressStartupBanner="true" + CallingConvention="2" + /> + Name="VCManagedResourceCompilerTool" + /> + + + /> + Name="VCALinkTool" + /> + Name="VCManifestTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> - + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCWebDeploymentTool" + /> - + Name="VCPostBuildEventTool" + /> + ATLMinimizesCRunTimeLibraryUsage="false" + CharacterSet="2" + > + + + + + + CallingConvention="2" + /> + + + Name="VCPreLinkEventTool" + /> + /> + + + + + + + + + + + + + + + TargetEnvironment="3" + TypeLibraryName=".\dlltest___Win32_Release/dlltest.tlb" + HeaderFileName="" + /> + Name="VCCLCompilerTool" + Optimization="1" + InlineFunctionExpansion="2" + EnableIntrinsicFunctions="true" + FavorSizeOrSpeed="2" + OmitFramePointers="true" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;CRYPTOPP_DLL_ONLY" + StringPooling="true" + RuntimeLibrary="0" + EnableFunctionLevelLinking="true" + UsePrecompiledHeader="0" + WarningLevel="3" + SuppressStartupBanner="true" + CallingConvention="2" + /> + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + PreprocessorDefinitions="NDEBUG" + Culture="1033" + /> + + + + + + + + + + + + + + + + + + + + Culture="1033" + /> + + + + + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCAppVerifierTool" + /> + Name="VCWebDeploymentTool" + /> + + RelativePath="dlltest.cpp" + > + + + + Name="Debug|Win32" + > + + + + PreprocessorDefinitions="" + /> + Name="Debug|x64" + > + BasicRuntimeChecks="3" + /> -- cgit v1.2.1