2016-04-03 08:53:39 +02:00
<?xml version="1.0" encoding="utf-8"?>
2018-04-06 09:05:01 +02:00
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2016-04-03 08:53:39 +02:00
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
2016-04-03 11:18:29 +02:00
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2016-04-03 08:53:39 +02:00
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
2016-04-03 11:18:29 +02:00
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2016-04-03 08:53:39 +02:00
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {7D957E35-93D3-4C9E-A5EF-4B0620CE758C}</ProjectGuid>
2018-04-06 09:05:01 +02:00
<PlatformToolset Condition= "'$(VisualStudioVersion)'=='12.0'" > v120</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)'=='14.0'" > v140</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)'=='15.0'" > v141</PlatformToolset>
2020-02-16 03:07:06 +01:00
<PlatformToolset Condition= "'$(VisualStudioVersion)'=='16.0'" > v142</PlatformToolset>
<LatestTargetPlatformVersion Condition= "'$(VisualStudioVersion)'=='14.0' OR '$(VisualStudioVersion)'=='15.0' OR '$(VisualStudioVersion)'=='16.0'" > $([Microsoft.Build.Utilities.ToolLocationHelper]::GetLatestSDKTargetPlatformVersion('Windows', '10.0'))</LatestTargetPlatformVersion>
<WindowsTargetPlatformVersion Condition= "'$(LatestTargetPlatformVersion)'!=''" > $(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
2018-04-06 09:05:01 +02:00
<WindowsTargetPlatformVersion Condition= "'$(WindowsTargetPlatformVersion)'==''" > 8.1</WindowsTargetPlatformVersion>
2016-04-03 08:53:39 +02:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseOfMfc > false</UseOfMfc>
<CharacterSet > MultiByte</CharacterSet>
<WholeProgramOptimization > true</WholeProgramOptimization>
</PropertyGroup>
2016-04-03 11:18:29 +02:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseOfMfc > false</UseOfMfc>
<CharacterSet > MultiByte</CharacterSet>
<WholeProgramOptimization > true</WholeProgramOptimization>
</PropertyGroup>
2016-04-03 08:53:39 +02:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseOfMfc > false</UseOfMfc>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
2016-04-03 11:18:29 +02:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseOfMfc > false</UseOfMfc>
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
2016-04-03 08:53:39 +02:00
<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= "Arabica.props" />
</ImportGroup>
2016-04-03 11:18:29 +02:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "Arabica.props" />
</ImportGroup>
2016-04-03 08:53:39 +02:00
<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= "Arabica.props" />
</ImportGroup>
2016-04-03 11:18:29 +02:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "Arabica.props" />
</ImportGroup>
2016-04-03 08:53:39 +02:00
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<_ProjectFileVersion > 10.0.30319.1</_ProjectFileVersion>
<TargetName > DOM_test_silly</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<PreprocessorDefinitions > _CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2016-04-03 11:18:29 +02:00
<AdditionalOptions > /bigobj</AdditionalOptions>
</ClCompile>
<ResourceCompile >
<Culture > 0x0809</Culture>
</ResourceCompile>
<Link >
<SubSystem > Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<PreprocessorDefinitions > _CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalOptions > /bigobj</AdditionalOptions>
2016-04-03 08:53:39 +02:00
</ClCompile>
<ResourceCompile >
<Culture > 0x0809</Culture>
</ResourceCompile>
<Link >
<SubSystem > Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<PreprocessorDefinitions > _CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2016-04-03 11:18:29 +02:00
<AdditionalOptions > /bigobj</AdditionalOptions>
</ClCompile>
<ResourceCompile >
<Culture > 0x0809</Culture>
</ResourceCompile>
<Link >
<SubSystem > Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<PreprocessorDefinitions > _CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalOptions > /bigobj</AdditionalOptions>
2016-04-03 08:53:39 +02:00
</ClCompile>
<ResourceCompile >
<Culture > 0x0809</Culture>
</ResourceCompile>
<Link >
<SubSystem > Console</SubSystem>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "..\tests\DOM\main_silly.cpp" />
<ClCompile Include= "..\tests\silly_string\silly_string.cpp" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\tests\Dom\dom_test_suite.hpp" />
<ClInclude Include= "..\tests\silly_string\silly_string.hpp" />
<ClInclude Include= "..\tests\Dom\test_Attribute.hpp" />
<ClInclude Include= "..\tests\Dom\test_CDATA.hpp" />
<ClInclude Include= "..\tests\Dom\test_CharacterData.hpp" />
<ClInclude Include= "..\tests\Dom\test_Document.hpp" />
<ClInclude Include= "..\tests\Dom\test_DocumentFragment.hpp" />
<ClInclude Include= "..\tests\Dom\test_DocumentType.hpp" />
<ClInclude Include= "..\tests\Dom\test_DOMImplementation.hpp" />
<ClInclude Include= "..\tests\Dom\test_Element.hpp" />
<ClInclude Include= "..\tests\Dom\test_ProcessingInstruction.hpp" />
<ClInclude Include= "..\tests\Dom\test_SAX2DOM.hpp" />
<ClInclude Include= "..\tests\Dom\test_Siblings.hpp" />
<ClInclude Include= "..\tests\Dom\test_Text.hpp" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "CppUnitLib.vcxproj" >
<Project > {894c6ace-97ee-497b-bc2c-310e6ac82efc}</Project>
</ProjectReference>
<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_utils.vcxproj" >
<Project > {fa1a13a0-07d3-4fc9-a2d2-9f5fa8c3c3a4}</Project>
<ReferenceOutputAssembly > false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
2020-02-16 03:07:06 +01:00
</Project>