| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- <?xml version="1.0" encoding="Windows-1252"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="TestUnitTest++.vsnet2003"
- ProjectGUID="{ACDF9A6A-874F-49E5-AB7C-74F8150BB4C7}"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="5"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)/TestUnitTest++.vsnet2003.exe"
- LinkIncremental="2"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/TestUnitTest++.vsnet2003.pdb"
- SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="4"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- OutputFile="$(OutDir)/TestUnitTest++.vsnet2003.exe"
- LinkIncremental="1"
- GenerateDebugInformation="TRUE"
- SubSystem="1"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine=""$(TargetPath)""/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\src\tests\Main.cpp">
- </File>
- <File
- RelativePath=".\src\tests\RecordingReporter.h">
- </File>
- <File
- RelativePath=".\src\tests\ScopedCurrentTest.h">
- </File>
- <File
- RelativePath=".\src\tests\TestAssertHandler.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestCheckMacros.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestChecks.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestCurrentTest.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestDeferredTestReporter.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestMemoryOutStream.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTest.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTestList.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTestMacros.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTestResults.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTestRunner.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTestSuite.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTimeConstraint.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestTimeConstraintMacro.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestUnitTest++.cpp">
- </File>
- <File
- RelativePath=".\src\tests\TestXmlTestReporter.cpp">
- </File>
- </Files>
- <Globals>
- </Globals>
- </VisualStudioProject>
|