aboutsummaryrefslogtreecommitdiff
path: root/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj')
-rw-r--r--projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj390
1 files changed, 390 insertions, 0 deletions
diff --git a/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj b/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj
new file mode 100644
index 0000000..d4cb0c9
--- /dev/null
+++ b/projects/VS2008/TestCatch/TestCatch/TestCatch.vcproj
@@ -0,0 +1,390 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="TestCatch"
+ ProjectGUID="{A2F23B19-9CF7-4246-AE58-BC65E39C6F7E}"
+ RootNamespace="TestCatch"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\..\..\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\..\SelfTest\TestMain.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Include"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\..\..\..\include\catch.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\catch_objc.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\catch_objc_main.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\catch_runner.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\catch_with_main.hpp"
+ >
+ </File>
+ <Filter
+ Name="Internal"
+ >
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_capture.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_commandline.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_config.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_debugger.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_evaluate.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_exception_translator_registry.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_generators.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_generators_impl.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_hub.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_hub_impl.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_interfaces_capture.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_interfaces_exception.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_interfaces_reporter.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_interfaces_runner.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_interfaces_testcase.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_list.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_reporter_registrars.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_reporter_registry.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_result_type.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_resultinfo.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_runner_impl.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_section.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_stream.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_test_case_info.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_test_case_registry_impl.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_test_registry.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\internal\catch_xmlwriter.hpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Reporters"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath="..\..\..\..\include\reporters\catch_reporter_basic.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\reporters\catch_reporter_junit.hpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\..\include\reporters\catch_reporter_xml.hpp"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="TestCases"
+ >
+ <File
+ RelativePath="..\..\..\SelfTest\ApproxTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\BDDTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\ClassTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\ConditionTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\ExceptionTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\GeneratorTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\MessageTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\MiscTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\SectionTrackerTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\TrickyTests.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\..\SelfTest\VariadicMacrosTests.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>