mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-01 06:20:38 +01:00
178 lines
No EOL
9.8 KiB
XML
178 lines
No EOL
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{EA2AB1BF-D09C-4DCB-87C9-A6DB41BCC1FA}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup>
|
|
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\bin\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug_test_xpath_wide\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\bin\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release_test_xpath_wide\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<AdditionalOptions>/Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
<Optimization>Disabled</Optimization>
|
|
<InlineFunctionExpansion>Default</InlineFunctionExpansion>
|
|
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
<ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>..\lib\arabica-debug.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)xpath_test_wide.exe</OutputFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>$(OutDir)xpath_test_wide.pdb</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalOptions>/Zm1000 %(AdditionalOptions)</AdditionalOptions>
|
|
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<DisableLanguageExtensions>false</DisableLanguageExtensions>
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>..\lib\arabica.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)xpath_test_wide.exe</OutputFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Console</SubSystem>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\tests\CppUnit\textui\XmlTestResult.cpp" />
|
|
<ClCompile Include="..\tests\XPath\main_wide.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\textui\TableTestResult.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\framework\TestCase.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\framework\TestFailure.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\framework\TestResult.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\TestRunner.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\framework\TestSuite.cpp" />
|
|
<ClCompile Include="..\tests\CppUnit\textui\TextTestResult.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\tests\CppUnit\textui\XmlTestResult.hpp" />
|
|
<ClInclude Include="..\tests\XPath\arithmetic_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\attr_value_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\axis_enumerator_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\execute_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\expression_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\logical_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\match_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\node_test_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\parse_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\relational_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\step_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\value_test.hpp" />
|
|
<ClInclude Include="..\tests\XPath\xpath_test_suite.hpp" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\CppUnitException.h" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\estring.h" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\Guards.h" />
|
|
<ClInclude Include="..\tests\CppUnit\textui\TableTestResult.hpp" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\Test.h" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\TestCaller.h" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\TestCase.h" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\TestFailure.h" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\TestResult.h" />
|
|
<ClInclude Include="..\tests\CppUnit\TestRunner.hpp" />
|
|
<ClInclude Include="..\tests\CppUnit\framework\TestSuite.h" />
|
|
<ClInclude Include="..\tests\CppUnit\textui\TextTestResult.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="lib_arabica.vcxproj">
|
|
<Project>{4ca72415-d03a-4447-be4e-c093a5146cac}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="test_DOM.vcxproj">
|
|
<Project>{74a66132-475a-4da1-8ef7-9cb0ef71e3d8}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="test_DOM_silly.vcxproj">
|
|
<Project>{7d957e35-93d3-4c9e-a5ef-4b0620ce758c}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="test_DOM_wide.vcxproj">
|
|
<Project>{de6fd811-12bd-4914-ba29-cd987c4b0d48}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="test_utils.vcxproj">
|
|
<Project>{fa1a13a0-07d3-4fc9-a2d2-9f5fa8c3c3a4}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="test_xpath.vcxproj">
|
|
<Project>{b3c75b3a-bb0a-4b23-87f9-fb9cd98ff8ce}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="test_xpath_silly.vcxproj">
|
|
<Project>{92bc362c-4b23-4444-a9a8-81933d01d283}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |