From: Anders B. <vr-...@us...> - 2004-11-19 07:48:05
|
Update of /cvsroot/alpp/openalpp/VisualStudio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18064/VisualStudio Modified Files: simple.vcproj Log Message: Index: simple.vcproj =================================================================== RCS file: /cvsroot/alpp/openalpp/VisualStudio/simple.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** simple.vcproj 11 Nov 2004 07:57:57 -0000 1.6 --- simple.vcproj 19 Nov 2004 07:47:51 -0000 1.7 *************** *** 1,151 **** ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="simple" ! ProjectGUID="{33F6F3B5-3247-476A-A2D9-19316B88423B}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\simple_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/simple.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! ProgramDatabaseFile=".\Release/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Release/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\simple_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/simple.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\Debug/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Debug/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\simple.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1,151 ---- ! <?xml version="1.0" encoding="Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.10" ! Name="simple" ! ProjectGUID="{33F6F3B5-3247-476A-A2D9-19316B88423B}" ! SccProjectName="" ! SccLocalPath=""> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\simple_Release" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! InlineFunctionExpansion="1" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,NDEBUG,_CONSOLE" ! StringPooling="TRUE" ! RuntimeLibrary="2" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Release/simple.pch" ! AssemblerListingLocation=".\Release/" ! ObjectFile=".\Release/" ! ProgramDataBaseFileName=".\Release/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName).exe" ! LinkIncremental="1" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! ProgramDatabaseFile=".\Release/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Release/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="NDEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="..\bin" ! IntermediateDirectory=".\simple_Debug" ! ConfigurationType="1" ! UseOfMFC="0" ! ATLMinimizesCRunTimeLibraryUsage="FALSE" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! OptimizeForProcessor="3" ! AdditionalIncludeDirectories="../include" ! PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="3" ! UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\Debug/simple.pch" ! AssemblerListingLocation=".\Debug/" ! ObjectFile=".\Debug/" ! ProgramDataBaseFileName=".\Debug/" ! WarningLevel="3" ! SuppressStartupBanner="TRUE" ! DebugInformationFormat="4" ! CompileAs="0"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalOptions="/MACHINE:I386" ! OutputFile="$(OutDir)/$(ProjectName)d.exe" ! LinkIncremental="2" ! SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="..\lib" ! IgnoreDefaultLibraryNames="" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\Debug/simple.pdb" ! SubSystem="1"/> ! <Tool ! Name="VCMIDLTool" ! TypeLibraryName=".\Debug/simple.tlb"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool" ! PreprocessorDefinitions="_DEBUG" ! Culture="1053"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCXMLDataGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! <Tool ! Name="VCManagedWrapperGeneratorTool"/> ! <Tool ! Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! </Configuration> ! </Configurations> ! <References> ! </References> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> ! <File ! RelativePath="..\tests\simple.cpp"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> |