Home | History | Annotate | Download | only in xmlwf
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup Label="ProjectConfigurations">
      4     <ProjectConfiguration Include="Debug|Win32">
      5       <Configuration>Debug</Configuration>
      6       <Platform>Win32</Platform>
      7     </ProjectConfiguration>
      8     <ProjectConfiguration Include="Release|Win32">
      9       <Configuration>Release</Configuration>
     10       <Platform>Win32</Platform>
     11     </ProjectConfiguration>
     12     <ProjectConfiguration Include="Template|Win32">
     13       <Configuration>Template</Configuration>
     14       <Platform>Win32</Platform>
     15     </ProjectConfiguration>
     16   </ItemGroup>
     17   <PropertyGroup Label="Globals">
     18     <SccProjectName />
     19     <SccLocalPath />
     20     <ProjectGuid>{E3C5991F-5238-4168-A179-275D1AC98D7E}</ProjectGuid>
     21     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
     22   </PropertyGroup>
     23   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     24   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
     25     <ConfigurationType>Application</ConfigurationType>
     26     <PlatformToolset>v141</PlatformToolset>
     27   </PropertyGroup>
     28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     29     <ConfigurationType>Application</ConfigurationType>
     30     <PlatformToolset>v141</PlatformToolset>
     31     <UseOfMfc>false</UseOfMfc>
     32   </PropertyGroup>
     33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     34     <ConfigurationType>Application</ConfigurationType>
     35     <PlatformToolset>v141</PlatformToolset>
     36     <UseOfMfc>false</UseOfMfc>
     37   </PropertyGroup>
     38   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     39   <ImportGroup Label="ExtensionSettings">
     40   </ImportGroup>
     41   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
     42     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     43   </ImportGroup>
     44   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     45     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     46     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
     47   </ImportGroup>
     48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     50     <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
     51   </ImportGroup>
     52   <PropertyGroup Label="UserMacros" />
     53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     54     <OutDir>.\..\win32\bin\Release\</OutDir>
     55     <IntDir>.\..\win32\tmp\Release-xmlwf\</IntDir>
     56     <LinkIncremental>false</LinkIncremental>
     57   </PropertyGroup>
     58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     59     <OutDir>.\..\win32\bin\Debug\</OutDir>
     60     <IntDir>.\..\win32\tmp\Debug-xmlwf\</IntDir>
     61     <LinkIncremental>true</LinkIncremental>
     62   </PropertyGroup>
     63   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     64     <ClCompile>
     65       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     66       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
     67       <StringPooling>true</StringPooling>
     68       <FunctionLevelLinking>true</FunctionLevelLinking>
     69       <Optimization>MaxSpeed</Optimization>
     70       <SuppressStartupBanner>true</SuppressStartupBanner>
     71       <WarningLevel>Level3</WarningLevel>
     72       <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     73       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     74       <AssemblerListingLocation>.\..\win32\tmp\Release-xmlwf\</AssemblerListingLocation>
     75       <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-xmlwf\xmlwf.pch</PrecompiledHeaderOutputFile>
     76       <PrecompiledHeader />
     77       <ObjectFileName>.\..\win32\tmp\Release-xmlwf\</ObjectFileName>
     78       <ProgramDataBaseFileName>.\..\win32\tmp\Release-xmlwf\</ProgramDataBaseFileName>
     79     </ClCompile>
     80     <Midl>
     81       <TypeLibraryName>.\..\win32\bin\Release\xmlwf.tlb</TypeLibraryName>
     82     </Midl>
     83     <ResourceCompile>
     84       <Culture>0x0409</Culture>
     85       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     86     </ResourceCompile>
     87     <Bscmake>
     88       <SuppressStartupBanner>true</SuppressStartupBanner>
     89       <OutputFile>.\..\win32\bin\Release\xmlwf.bsc</OutputFile>
     90     </Bscmake>
     91     <Link>
     92       <SuppressStartupBanner>true</SuppressStartupBanner>
     93       <SubSystem>Console</SubSystem>
     94       <IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
     95       <OutputFile>..\win32\bin\Release\xmlwf.exe</OutputFile>
     96       <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
     97       <AdditionalDependencies>libexpat.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
     98     </Link>
     99   </ItemDefinitionGroup>
    100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    101     <ClCompile>
    102       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    103       <InlineFunctionExpansion>Default</InlineFunctionExpansion>
    104       <FunctionLevelLinking>true</FunctionLevelLinking>
    105       <Optimization>Disabled</Optimization>
    106       <SuppressStartupBanner>true</SuppressStartupBanner>
    107       <WarningLevel>Level3</WarningLevel>
    108       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    109       <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    110       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    111       <AssemblerListingLocation>.\..\win32\tmp\Debug-xmlwf\</AssemblerListingLocation>
    112       <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-xmlwf\xmlwf.pch</PrecompiledHeaderOutputFile>
    113       <ObjectFileName>.\..\win32\tmp\Debug-xmlwf\</ObjectFileName>
    114       <ProgramDataBaseFileName>.\..\win32\tmp\Debug-xmlwf\</ProgramDataBaseFileName>
    115     </ClCompile>
    116     <Midl>
    117       <TypeLibraryName>.\..\win32\bin\Debug\xmlwf.tlb</TypeLibraryName>
    118     </Midl>
    119     <ResourceCompile>
    120       <Culture>0x0409</Culture>
    121       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    122     </ResourceCompile>
    123     <Bscmake>
    124       <SuppressStartupBanner>true</SuppressStartupBanner>
    125       <OutputFile>.\..\win32\bin\Debug\xmlwf.bsc</OutputFile>
    126     </Bscmake>
    127     <Link>
    128       <SuppressStartupBanner>true</SuppressStartupBanner>
    129       <GenerateDebugInformation>true</GenerateDebugInformation>
    130       <SubSystem>Console</SubSystem>
    131       <OutputFile>..\win32\bin\Debug\xmlwf.exe</OutputFile>
    132       <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    133       <AdditionalDependencies>libexpat.lib;setargv.obj;%(AdditionalDependencies)</AdditionalDependencies>
    134     </Link>
    135   </ItemDefinitionGroup>
    136   <ItemGroup>
    137     <ClCompile Include="codepage.c" />
    138     <ClCompile Include="readfilemap.c">
    139       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
    140       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
    141     </ClCompile>
    142     <ClCompile Include="unixfilemap.c">
    143       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
    144       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
    145     </ClCompile>
    146     <ClCompile Include="win32filemap.c" />
    147     <ClCompile Include="xmlfile.c" />
    148     <ClCompile Include="xmlwf.c" />
    149   </ItemGroup>
    150   <ItemGroup>
    151     <ClInclude Include="codepage.h" />
    152     <ClInclude Include="xmlfile.h" />
    153     <ClInclude Include="xmltchar.h" />
    154   </ItemGroup>
    155   <ItemGroup>
    156     <ProjectReference Include="..\lib\expat.vcxproj">
    157       <Project>{45a5074d-66e8-44a4-a03f-018027b528d6}</Project>
    158       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    159     </ProjectReference>
    160   </ItemGroup>
    161   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    162   <ImportGroup Label="ExtensionTargets">
    163   </ImportGroup>
    164 </Project>