mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
189 lines
No EOL
11 KiB
XML
189 lines
No EOL
11 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>{FDF423F0-ACF8-4963-81A4-C886B9174B72}</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_example_XSLT_mangle\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\bin\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release_example_XSLT_mangle\</IntDir>
|
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
<TargetName>mangle</TargetName>
|
|
<IncludePath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\work\usr\include;$(IncludePath)</IncludePath>
|
|
<LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\work\usr\lib;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<Optimization>Disabled</Optimization>
|
|
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|
<ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
</ClCompile>
|
|
<Link>
|
|
<AdditionalDependencies>..\lib\arabica-debug.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
<OutputFile>$(OutDir)$(TargetName).exe</OutputFile>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
|
|
<SubSystem>Console</SubSystem>
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
<DataExecutionPrevention>
|
|
</DataExecutionPrevention>
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<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)$(TargetName).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="..\examples\Xslt\mangle.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\include\Xslt\XSLT.hpp" />
|
|
<ClInclude Include="..\include\XSLT\impl\xslt_apply_imports.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_apply_templates.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_attribute.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_call_template.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_choose.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_comment.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_compilation_context.hpp" />
|
|
<ClInclude Include="..\include\XSLT\impl\xslt_compiled_stylesheet.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_copy.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_element.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_execution_context.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_for_each.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_functions.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_if.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_inline_element.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_item.hpp" />
|
|
<ClInclude Include="..\include\XSLT\impl\xslt_key.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_message.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_namespace_stack.hpp" />
|
|
<ClInclude Include="..\include\XSLT\impl\xslt_output.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_param.hpp" />
|
|
<ClInclude Include="..\include\XSLT\impl\xslt_precedence.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_processing_instruction.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_qname.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_sink.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_sort.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_stylesheet.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_stylesheet_compiler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_template.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_text.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_top_level_param.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_value_of.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_variable.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_variable_impl.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_variable_stack.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\xslt_with_param.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_apply_imports_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_apply_templates_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_attribute_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_call_template_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_choose_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_comment_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_copy_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_create_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_element_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_for_each_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_if_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_include_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_inline_element_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_item_container_handler.hpp" />
|
|
<ClInclude Include="..\include\XSLT\impl\handler\xslt_key_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_message_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_namespace_alias_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_output_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_processing_instruction_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_sort_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_template_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_text_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_value_of_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_value_validation.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_variable_handler.hpp" />
|
|
<ClInclude Include="..\include\Xslt\impl\handler\xslt_with_param_handler.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\tests\XSLT\TO-DO" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="example_XPath_xgrep.vcxproj">
|
|
<Project>{5f7b038e-5148-4ef4-ab43-5035f666d00d}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
<ProjectReference Include="lib_arabica.vcxproj">
|
|
<Project>{4ca72415-d03a-4447-be4e-c093a5146cac}</Project>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |