|
|
@@ -1,35 +1,46 @@
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
<VisualStudioProject
|
|
|
- Name="CppUnit"
|
|
|
- Version="9.00"
|
|
|
ProjectType="Visual C++"
|
|
|
+ Version="9.00"
|
|
|
+ Name="CppUnit"
|
|
|
ProjectGUID="{138BB448-808A-4FE5-A66D-78D1F8770F59}"
|
|
|
RootNamespace="CppUnit"
|
|
|
- Keyword="Win32Proj">
|
|
|
+ Keyword="Win32Proj"
|
|
|
+ TargetFrameworkVersion="0"
|
|
|
+ >
|
|
|
<Platforms>
|
|
|
<Platform
|
|
|
- Name="Win32"/>
|
|
|
+ Name="Win32"
|
|
|
+ />
|
|
|
</Platforms>
|
|
|
- <ToolFiles/>
|
|
|
+ <ToolFiles>
|
|
|
+ </ToolFiles>
|
|
|
<Configurations>
|
|
|
<Configuration
|
|
|
Name="debug_shared|Win32"
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
ConfigurationType="2"
|
|
|
- CharacterSet="2">
|
|
|
+ CharacterSet="2"
|
|
|
+ >
|
|
|
<Tool
|
|
|
- Name="VCPreBuildEventTool"/>
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCCustomBuildTool"/>
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXMLDataGeneratorTool"/>
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCMIDLTool"/>
|
|
|
+ Name="VCMIDLTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions=""
|
|
|
Optimization="0"
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;POCO_NO_AUTOMATIC_LIBS;CppUnit_EXPORTS"
|
|
|
@@ -47,59 +58,77 @@
|
|
|
DebugInformationFormat="3"
|
|
|
CompileAs="0"
|
|
|
DisableSpecificWarnings=""
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManagedResourceCompilerTool"/>
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCResourceCompilerTool"/>
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPreLinkEventTool"/>
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
- AdditionalDependencies="Iphlpapi.lib"
|
|
|
+ AdditionalOptions=""
|
|
|
+ AdditionalDependencies=""
|
|
|
OutputFile="..\bin\PocoCppUnitd.dll"
|
|
|
LinkIncremental="2"
|
|
|
SuppressStartupBanner="true"
|
|
|
+ AdditionalLibraryDirectories="..\lib"
|
|
|
GenerateDebugInformation="true"
|
|
|
ProgramDatabaseFile="..\bin\PocoCppUnitd.pdb"
|
|
|
- AdditionalLibraryDirectories="..\lib"
|
|
|
SubSystem="1"
|
|
|
ImportLibrary="..\lib\PocoCppUnitd.lib"
|
|
|
TargetMachine="1"
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCALinkTool"/>
|
|
|
+ Name="VCALinkTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManifestTool"/>
|
|
|
+ Name="VCManifestTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXDCMakeTool"/>
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCBscMakeTool"/>
|
|
|
+ Name="VCBscMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCFxCopTool"/>
|
|
|
+ Name="VCFxCopTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCAppVerifierTool"/>
|
|
|
+ Name="VCAppVerifierTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPostBuildEventTool"/>
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
+ />
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="release_shared|Win32"
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
ConfigurationType="2"
|
|
|
- CharacterSet="2">
|
|
|
+ CharacterSet="2"
|
|
|
+ >
|
|
|
<Tool
|
|
|
- Name="VCPreBuildEventTool"/>
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCCustomBuildTool"/>
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXMLDataGeneratorTool"/>
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCMIDLTool"/>
|
|
|
+ Name="VCMIDLTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions=""
|
|
|
Optimization="4"
|
|
|
InlineFunctionExpansion="1"
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
@@ -119,60 +148,78 @@
|
|
|
DebugInformationFormat="0"
|
|
|
CompileAs="0"
|
|
|
DisableSpecificWarnings=""
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManagedResourceCompilerTool"/>
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCResourceCompilerTool"/>
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPreLinkEventTool"/>
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCLinkerTool"
|
|
|
- AdditionalDependencies="Iphlpapi.lib"
|
|
|
+ AdditionalOptions=""
|
|
|
+ AdditionalDependencies=""
|
|
|
OutputFile="..\bin\PocoCppUnit.dll"
|
|
|
LinkIncremental="1"
|
|
|
SuppressStartupBanner="true"
|
|
|
- GenerateDebugInformation="false"
|
|
|
AdditionalLibraryDirectories="..\lib"
|
|
|
+ GenerateDebugInformation="false"
|
|
|
SubSystem="1"
|
|
|
OptimizeReferences="2"
|
|
|
EnableCOMDATFolding="2"
|
|
|
ImportLibrary="..\lib\PocoCppUnit.lib"
|
|
|
TargetMachine="1"
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCALinkTool"/>
|
|
|
+ Name="VCALinkTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManifestTool"/>
|
|
|
+ Name="VCManifestTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXDCMakeTool"/>
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCBscMakeTool"/>
|
|
|
+ Name="VCBscMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCFxCopTool"/>
|
|
|
+ Name="VCFxCopTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCAppVerifierTool"/>
|
|
|
+ Name="VCAppVerifierTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPostBuildEventTool"/>
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
+ />
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="debug_static_mt|Win32"
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
- CharacterSet="2">
|
|
|
+ CharacterSet="2"
|
|
|
+ >
|
|
|
<Tool
|
|
|
- Name="VCPreBuildEventTool"/>
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCCustomBuildTool"/>
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXMLDataGeneratorTool"/>
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCMIDLTool"/>
|
|
|
+ Name="VCMIDLTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions=""
|
|
|
Optimization="0"
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;POCO_NO_AUTOMATIC_LIBS"
|
|
|
@@ -185,51 +232,67 @@
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
RuntimeTypeInfo="true"
|
|
|
UsePrecompiledHeader="0"
|
|
|
- ProgramDataBaseFileName="..\lib\PocoCppUnitmtd.pdb"
|
|
|
+ ProgramDataBaseFileName="..\lib\PocoCppUnitMTd.pdb"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
DebugInformationFormat="3"
|
|
|
CompileAs="0"
|
|
|
DisableSpecificWarnings=""
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManagedResourceCompilerTool"/>
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCResourceCompilerTool"/>
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPreLinkEventTool"/>
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCLibrarianTool"
|
|
|
- OutputFile="..\lib\PocoCppUnitmtd.lib"/>
|
|
|
+ OutputFile="..\lib\PocoCppUnitMTd.lib"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCALinkTool"/>
|
|
|
+ Name="VCALinkTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXDCMakeTool"/>
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCBscMakeTool"/>
|
|
|
+ Name="VCBscMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCFxCopTool"/>
|
|
|
+ Name="VCFxCopTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPostBuildEventTool"/>
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
+ />
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="release_static_mt|Win32"
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
- CharacterSet="2">
|
|
|
+ CharacterSet="2"
|
|
|
+ >
|
|
|
<Tool
|
|
|
- Name="VCPreBuildEventTool"/>
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCCustomBuildTool"/>
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXMLDataGeneratorTool"/>
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCMIDLTool"/>
|
|
|
+ Name="VCMIDLTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions=""
|
|
|
Optimization="4"
|
|
|
InlineFunctionExpansion="1"
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
@@ -249,45 +312,61 @@
|
|
|
DebugInformationFormat="0"
|
|
|
CompileAs="0"
|
|
|
DisableSpecificWarnings=""
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManagedResourceCompilerTool"/>
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCResourceCompilerTool"/>
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPreLinkEventTool"/>
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCLibrarianTool"
|
|
|
- OutputFile="..\lib\PocoCppUnitmt.lib"/>
|
|
|
+ OutputFile="..\lib\PocoCppUnitMT.lib"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCALinkTool"/>
|
|
|
+ Name="VCALinkTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXDCMakeTool"/>
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCBscMakeTool"/>
|
|
|
+ Name="VCBscMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCFxCopTool"/>
|
|
|
+ Name="VCFxCopTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPostBuildEventTool"/>
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
+ />
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="debug_static_md|Win32"
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
- CharacterSet="2">
|
|
|
+ CharacterSet="2"
|
|
|
+ >
|
|
|
<Tool
|
|
|
- Name="VCPreBuildEventTool"/>
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCCustomBuildTool"/>
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXMLDataGeneratorTool"/>
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCMIDLTool"/>
|
|
|
+ Name="VCMIDLTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions=""
|
|
|
Optimization="0"
|
|
|
AdditionalIncludeDirectories=".\include;..\Foundation\include"
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;POCO_STATIC;POCO_NO_AUTOMATIC_LIBS"
|
|
|
@@ -300,51 +379,67 @@
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
RuntimeTypeInfo="true"
|
|
|
UsePrecompiledHeader="0"
|
|
|
- ProgramDataBaseFileName="..\lib\PocoCppUnitmdd.pdb"
|
|
|
+ ProgramDataBaseFileName="..\lib\PocoCppUnitMDd.pdb"
|
|
|
WarningLevel="3"
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
DebugInformationFormat="3"
|
|
|
CompileAs="0"
|
|
|
DisableSpecificWarnings=""
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManagedResourceCompilerTool"/>
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCResourceCompilerTool"/>
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPreLinkEventTool"/>
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCLibrarianTool"
|
|
|
- OutputFile="..\lib\PocoCppUnitmdd.lib"/>
|
|
|
+ OutputFile="..\lib\PocoCppUnitMDd.lib"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCALinkTool"/>
|
|
|
+ Name="VCALinkTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXDCMakeTool"/>
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCBscMakeTool"/>
|
|
|
+ Name="VCBscMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCFxCopTool"/>
|
|
|
+ Name="VCFxCopTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPostBuildEventTool"/>
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
+ />
|
|
|
</Configuration>
|
|
|
<Configuration
|
|
|
Name="release_static_md|Win32"
|
|
|
OutputDirectory="obj\$(ConfigurationName)"
|
|
|
IntermediateDirectory="obj\$(ConfigurationName)"
|
|
|
ConfigurationType="4"
|
|
|
- CharacterSet="2">
|
|
|
+ CharacterSet="2"
|
|
|
+ >
|
|
|
<Tool
|
|
|
- Name="VCPreBuildEventTool"/>
|
|
|
+ Name="VCPreBuildEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCCustomBuildTool"/>
|
|
|
+ Name="VCCustomBuildTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXMLDataGeneratorTool"/>
|
|
|
+ Name="VCXMLDataGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
+ Name="VCWebServiceProxyGeneratorTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCMIDLTool"/>
|
|
|
+ Name="VCMIDLTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCCLCompilerTool"
|
|
|
+ AdditionalOptions=""
|
|
|
Optimization="4"
|
|
|
InlineFunctionExpansion="1"
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
@@ -364,86 +459,147 @@
|
|
|
DebugInformationFormat="0"
|
|
|
CompileAs="0"
|
|
|
DisableSpecificWarnings=""
|
|
|
- AdditionalOptions=""/>
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCManagedResourceCompilerTool"/>
|
|
|
+ Name="VCManagedResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCResourceCompilerTool"/>
|
|
|
+ Name="VCResourceCompilerTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPreLinkEventTool"/>
|
|
|
+ Name="VCPreLinkEventTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
Name="VCLibrarianTool"
|
|
|
- OutputFile="..\lib\PocoCppUnitmd.lib"/>
|
|
|
+ OutputFile="..\lib\PocoCppUnitMD.lib"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCALinkTool"/>
|
|
|
+ Name="VCALinkTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCXDCMakeTool"/>
|
|
|
+ Name="VCXDCMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCBscMakeTool"/>
|
|
|
+ Name="VCBscMakeTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCFxCopTool"/>
|
|
|
+ Name="VCFxCopTool"
|
|
|
+ />
|
|
|
<Tool
|
|
|
- Name="VCPostBuildEventTool"/>
|
|
|
+ Name="VCPostBuildEventTool"
|
|
|
+ />
|
|
|
</Configuration>
|
|
|
</Configurations>
|
|
|
- <References/>
|
|
|
+ <References>
|
|
|
+ </References>
|
|
|
<Files>
|
|
|
<Filter
|
|
|
Name="Source Files"
|
|
|
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
|
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
|
+ >
|
|
|
<File
|
|
|
- RelativePath=".\src\CppUnitException.cpp"/>
|
|
|
+ RelativePath=".\src\CppUnitException.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath="src\TestCase.cpp"/>
|
|
|
+ RelativePath="src\TestCase.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath="src\TestDecorator.cpp"/>
|
|
|
+ RelativePath="src\TestDecorator.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath="src\TestFailure.cpp"/>
|
|
|
+ RelativePath="src\TestFailure.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath="src\TestResult.cpp"/>
|
|
|
+ RelativePath="src\TestResult.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\src\TestRunner.cpp"/>
|
|
|
+ RelativePath=".\src\TestRunner.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath="src\TestSuite.cpp"/>
|
|
|
+ RelativePath="src\TestSuite.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath="src\TextTestResult.cpp"/>
|
|
|
+ RelativePath="src\TextTestResult.cpp"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
</Filter>
|
|
|
<Filter
|
|
|
Name="Include Files"
|
|
|
- Filter="*.h">
|
|
|
+ Filter="*.h"
|
|
|
+ >
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\CppUnit.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\CppUnit.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\CppUnitException.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\CppUnitException.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\estring.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\estring.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\Guards.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\Guards.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\Orthodox.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\Orthodox.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\RepeatedTest.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\RepeatedTest.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\Test.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\Test.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestCaller.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestCaller.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestCase.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestCase.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestDecorator.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestDecorator.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestFailure.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestFailure.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestResult.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestResult.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestRunner.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestRunner.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestSetup.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestSetup.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TestSuite.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TestSuite.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
<File
|
|
|
- RelativePath=".\include\CppUnit\TextTestResult.h"/>
|
|
|
+ RelativePath=".\include\CppUnit\TextTestResult.h"
|
|
|
+ >
|
|
|
+ </File>
|
|
|
</Filter>
|
|
|
</Files>
|
|
|
- <Globals/>
|
|
|
+ <Globals>
|
|
|
+ </Globals>
|
|
|
</VisualStudioProject>
|