mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-15 19:48:00 +01:00
246 lines
5 KiB
XML
246 lines
5 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="CppUnitLib"
|
|
ProjectGUID="{894C6ACE-97EE-497B-BC2C-310E6AC82EFC}"
|
|
RootNamespace="CppUnitLib"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\..\lib"
|
|
IntermediateDirectory=".\Debug_CppUnit"
|
|
ConfigurationType="4"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)\CppUnit-debug.lib "
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\..\lib"
|
|
IntermediateDirectory=".\Release_CppUnit"
|
|
ConfigurationType="4"
|
|
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;_LIB"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\textui\TableTestResult.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestCase.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestFailure.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestResult.cpp"
|
|
>
|
|
</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\textui\TextTestResult.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\textui\XmlTestResult.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="include"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<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.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\Test.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestCaller.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestCase.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestFailure.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestResult.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\framework\TestSuite.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\textui\TextTestResult.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\tests\CppUnit\textui\XmlTestResult.hpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|