| <?xml version="1.0" encoding = "Windows-1252"?> |
| <VisualStudioProject |
| ProjectType="Visual C++" |
| Version="7.10" |
| Name="TestUnitTest++" |
| Keyword="Win32Proj"> |
| <Platforms> |
| <Platform |
| Name="Win32"/> |
| </Platforms> |
| <Configurations> |
| <Configuration |
| Name="Debug|Win32" |
| OutputDirectory="Debug" |
| IntermediateDirectory="TestUnitTest++.dir\Debug" |
| ConfigurationType="1" |
| UseOfMFC="0" |
| ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| CharacterSet="2"> |
| <Tool |
| Name="VCCLCompilerTool" |
| AdditionalOptions=" /Zm1000" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| BasicRuntimeChecks="1" |
| CompileAs="2" |
| DebugInformationFormat="3" |
| ExceptionHandling="TRUE" |
| InlineFunctionExpansion="0" |
| Optimization="0" |
| RuntimeLibrary="3" |
| RuntimeTypeInfo="TRUE" |
| WarningLevel="3" |
| PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\"" |
| AssemblerListingLocation="Debug" |
| ObjectFile="$(IntDir)\" |
| ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb" |
| /> |
| <Tool |
| Name="VCCustomBuildTool"/> |
| <Tool |
| Name="VCResourceCompilerTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Debug\""/> |
| <Tool |
| Name="VCMIDLTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| MkTypLibCompatible="FALSE" |
| TargetEnvironment="1" |
| GenerateStublessProxies="TRUE" |
| TypeLibraryName="$(InputName).tlb" |
| OutputDirectory="$(IntDir)" |
| HeaderFileName="$(InputName).h" |
| DLLDataFileName="" |
| InterfaceIdentifierFileName="$(InputName)_i.c" |
| ProxyFileName="$(InputName)_p.c"/> |
| <Tool |
| Name="VCPreBuildEventTool"/> |
| <Tool |
| Name="VCPreLinkEventTool"/> |
| <Tool |
| Name="VCPostBuildEventTool"/> |
| <Tool |
| Name="VCLinkerTool" |
| LinkLibraryDependencies="false" |
| AdditionalOptions=" /STACK:10000000 /machine:X86 /debug" |
| AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Debug\UnitTest++.lib " |
| OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug\TestUnitTest++.exe" |
| Version="0.0" |
| LinkIncremental="2" |
| AdditionalLibraryDirectories="" |
| ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug/TestUnitTest++.pdb" |
| GenerateDebugInformation="TRUE" |
| SubSystem="1" |
| ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Debug\TestUnitTest++.lib"/> |
| </Configuration> |
| <Configuration |
| Name="Release|Win32" |
| OutputDirectory="Release" |
| IntermediateDirectory="TestUnitTest++.dir\Release" |
| ConfigurationType="1" |
| UseOfMFC="0" |
| ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| CharacterSet="2"> |
| <Tool |
| Name="VCCLCompilerTool" |
| AdditionalOptions=" /Zm1000" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| CompileAs="2" |
| ExceptionHandling="TRUE" |
| InlineFunctionExpansion="2" |
| Optimization="2" |
| RuntimeLibrary="2" |
| RuntimeTypeInfo="TRUE" |
| WarningLevel="3" |
| PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\"" |
| AssemblerListingLocation="Release" |
| ObjectFile="$(IntDir)\" |
| ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb" |
| /> |
| <Tool |
| Name="VCCustomBuildTool"/> |
| <Tool |
| Name="VCResourceCompilerTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"Release\""/> |
| <Tool |
| Name="VCMIDLTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| MkTypLibCompatible="FALSE" |
| TargetEnvironment="1" |
| GenerateStublessProxies="TRUE" |
| TypeLibraryName="$(InputName).tlb" |
| OutputDirectory="$(IntDir)" |
| HeaderFileName="$(InputName).h" |
| DLLDataFileName="" |
| InterfaceIdentifierFileName="$(InputName)_i.c" |
| ProxyFileName="$(InputName)_p.c"/> |
| <Tool |
| Name="VCPreBuildEventTool"/> |
| <Tool |
| Name="VCPreLinkEventTool"/> |
| <Tool |
| Name="VCPostBuildEventTool"/> |
| <Tool |
| Name="VCLinkerTool" |
| LinkLibraryDependencies="false" |
| AdditionalOptions=" /STACK:10000000 /machine:X86" |
| AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Release\UnitTest++.lib " |
| OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release\TestUnitTest++.exe" |
| Version="0.0" |
| LinkIncremental="1" |
| AdditionalLibraryDirectories="" |
| ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release/TestUnitTest++.pdb" |
| SubSystem="1" |
| ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\Release\TestUnitTest++.lib"/> |
| </Configuration> |
| <Configuration |
| Name="MinSizeRel|Win32" |
| OutputDirectory="MinSizeRel" |
| IntermediateDirectory="TestUnitTest++.dir\MinSizeRel" |
| ConfigurationType="1" |
| UseOfMFC="0" |
| ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| CharacterSet="2"> |
| <Tool |
| Name="VCCLCompilerTool" |
| AdditionalOptions=" /Zm1000" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| CompileAs="2" |
| ExceptionHandling="TRUE" |
| InlineFunctionExpansion="1" |
| Optimization="1" |
| RuntimeLibrary="2" |
| RuntimeTypeInfo="TRUE" |
| WarningLevel="3" |
| PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\"" |
| AssemblerListingLocation="MinSizeRel" |
| ObjectFile="$(IntDir)\" |
| ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb" |
| /> |
| <Tool |
| Name="VCCustomBuildTool"/> |
| <Tool |
| Name="VCResourceCompilerTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"MinSizeRel\""/> |
| <Tool |
| Name="VCMIDLTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| MkTypLibCompatible="FALSE" |
| TargetEnvironment="1" |
| GenerateStublessProxies="TRUE" |
| TypeLibraryName="$(InputName).tlb" |
| OutputDirectory="$(IntDir)" |
| HeaderFileName="$(InputName).h" |
| DLLDataFileName="" |
| InterfaceIdentifierFileName="$(InputName)_i.c" |
| ProxyFileName="$(InputName)_p.c"/> |
| <Tool |
| Name="VCPreBuildEventTool"/> |
| <Tool |
| Name="VCPreLinkEventTool"/> |
| <Tool |
| Name="VCPostBuildEventTool"/> |
| <Tool |
| Name="VCLinkerTool" |
| LinkLibraryDependencies="false" |
| AdditionalOptions=" /STACK:10000000 /machine:X86" |
| AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib MinSizeRel\UnitTest++.lib " |
| OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.exe" |
| Version="0.0" |
| LinkIncremental="1" |
| AdditionalLibraryDirectories="" |
| ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel/TestUnitTest++.pdb" |
| SubSystem="1" |
| ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\MinSizeRel\TestUnitTest++.lib"/> |
| </Configuration> |
| <Configuration |
| Name="RelWithDebInfo|Win32" |
| OutputDirectory="RelWithDebInfo" |
| IntermediateDirectory="TestUnitTest++.dir\RelWithDebInfo" |
| ConfigurationType="1" |
| UseOfMFC="0" |
| ATLMinimizesCRunTimeLibraryUsage="FALSE" |
| CharacterSet="2"> |
| <Tool |
| Name="VCCLCompilerTool" |
| AdditionalOptions=" /Zm1000" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| CompileAs="2" |
| DebugInformationFormat="3" |
| ExceptionHandling="TRUE" |
| InlineFunctionExpansion="1" |
| Optimization="2" |
| RuntimeLibrary="2" |
| RuntimeTypeInfo="TRUE" |
| WarningLevel="3" |
| PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\"" |
| AssemblerListingLocation="RelWithDebInfo" |
| ObjectFile="$(IntDir)\" |
| ProgramDataBaseFileName="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb" |
| /> |
| <Tool |
| Name="VCCustomBuildTool"/> |
| <Tool |
| Name="VCResourceCompilerTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_DEPRECATE;CMAKE_INTDIR=\"RelWithDebInfo\""/> |
| <Tool |
| Name="VCMIDLTool" |
| AdditionalIncludeDirectories="U:\unittest-cpp-pj\.;" |
| MkTypLibCompatible="FALSE" |
| TargetEnvironment="1" |
| GenerateStublessProxies="TRUE" |
| TypeLibraryName="$(InputName).tlb" |
| OutputDirectory="$(IntDir)" |
| HeaderFileName="$(InputName).h" |
| DLLDataFileName="" |
| InterfaceIdentifierFileName="$(InputName)_i.c" |
| ProxyFileName="$(InputName)_p.c"/> |
| <Tool |
| Name="VCPreBuildEventTool"/> |
| <Tool |
| Name="VCPreLinkEventTool"/> |
| <Tool |
| Name="VCPostBuildEventTool"/> |
| <Tool |
| Name="VCLinkerTool" |
| LinkLibraryDependencies="false" |
| AdditionalOptions=" /STACK:10000000 /machine:X86 /debug" |
| AdditionalDependencies="$(NOINHERIT) kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib RelWithDebInfo\UnitTest++.lib " |
| OutputFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.exe" |
| Version="0.0" |
| LinkIncremental="2" |
| AdditionalLibraryDirectories="" |
| ProgramDatabaseFile="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo/TestUnitTest++.pdb" |
| GenerateDebugInformation="TRUE" |
| SubSystem="1" |
| ImportLibrary="U:\unittest-cpp-pj\vs_projects\vs2003_x86\RelWithDebInfo\TestUnitTest++.lib"/> |
| </Configuration> |
| </Configurations> |
| <Files> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\Main.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestAssertHandler.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestCheckMacros.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestChecks.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestCompositeTestReporter.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestCurrentTest.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestDeferredTestReporter.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestExceptions.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestMemoryOutStream.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTest.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTestList.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTestMacros.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTestResults.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTestRunner.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTestSuite.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTimeConstraint.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestTimeConstraintMacro.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestUnitTestPP.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\TestXmlTestReporter.cpp"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\RecordingReporter.h"> |
| </File> |
| <File |
| RelativePath="U:\unittest-cpp-pj\tests\ScopedCurrentTest.h"> |
| </File> |
| </Files> |
| <Globals> |
| </Globals> |
| </VisualStudioProject> |