arabica/vs9/test_utils.vcproj

313 lines
6.7 KiB
Text
Raw Normal View History

2008-07-15 10:10:43 +02:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="test_utils"
ProjectGUID="{FA1A13A0-07D3-4FC9-A2D2-9F5FA8C3C3A4}"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\bin"
IntermediateDirectory=".\Debug_test_utils"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm1000 "
Optimization="0"
InlineFunctionExpansion="0"
AdditionalIncludeDirectories="..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="false"
BasicRuntimeChecks="0"
RuntimeLibrary="3"
DisableLanguageExtensions="false"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="..\lib\arabica-debug.lib"
OutputFile="$(OutDir)/utils_test.exe"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/utils_test.pdb"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
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=".\..\bin"
IntermediateDirectory=".\Release_test_utils"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/Zm1000 "
AdditionalIncludeDirectories="..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
DisableLanguageExtensions="true"
TreatWChar_tAsBuiltInType="true"
ForceConformanceInForLoopScope="true"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="..\lib\arabica.lib"
OutputFile="$(OutDir)/utils_test.exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
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;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\tests\Utils\utils_test.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\tests\Utils\test_base64.hpp"
>
</File>
<File
RelativePath="..\tests\Utils\test_normalize_whitespace.hpp"
>
</File>
<File
RelativePath="..\tests\Utils\test_qname.hpp"
>
</File>
<File
2008-07-15 10:10:43 +02:00
RelativePath="..\tests\Utils\test_uri.hpp"
>
</File>
<File
RelativePath="..\tests\Utils\test_xml_strings.hpp"
>
</File>
<File
RelativePath="..\tests\Utils\util_test_suite.hpp"
>
</File>
</Filter>
<Filter
Name="CppUnit"
>
<File
RelativePath="..\tests\CppUnit\framework\CppUnitException.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\estring.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\Guards.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\textui\TableTestResult.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\textui\TableTestResult.hpp"
>
</File>
2008-07-15 10:10:43 +02:00
<File
RelativePath="..\tests\CppUnit\framework\Test.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestCaller.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestCase.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestCase.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestFailure.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestFailure.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestResult.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestResult.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\TestRunner.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\TestRunner.hpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestSuite.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\framework\TestSuite.h"
>
</File>
<File
RelativePath="..\tests\CppUnit\textui\TextTestResult.cpp"
>
</File>
<File
RelativePath="..\tests\CppUnit\textui\TextTestResult.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>