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>{58A821BC-E4AF-4DF4-9A54-2BAA22B92615}</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>StaticLibrary</ConfigurationType>
30    <PlatformToolset>v141</PlatformToolset>
31    <UseOfMfc>false</UseOfMfc>
32    <CharacterSet>MultiByte</CharacterSet>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35    <ConfigurationType>StaticLibrary</ConfigurationType>
36    <PlatformToolset>v141</PlatformToolset>
37    <UseOfMfc>false</UseOfMfc>
38    <CharacterSet>MultiByte</CharacterSet>
39  </PropertyGroup>
40  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41  <ImportGroup Label="ExtensionSettings">
42  </ImportGroup>
43  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
44    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
45  </ImportGroup>
46  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
47    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
49  </ImportGroup>
50  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
51    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
52    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
53  </ImportGroup>
54  <PropertyGroup Label="UserMacros" />
55  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56    <OutDir>.\..\win32\bin\Release\</OutDir>
57    <IntDir>.\..\win32\tmp\Release_static\</IntDir>
58    <LinkIncremental>false</LinkIncremental>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61    <OutDir>.\..\win32\bin\Debug\</OutDir>
62    <IntDir>.\..\win32\tmp\Debug_static\</IntDir>
63    <LinkIncremental>true</LinkIncremental>
64  </PropertyGroup>
65  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66    <ClCompile>
67      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
68      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
69      <StringPooling>true</StringPooling>
70      <FunctionLevelLinking>true</FunctionLevelLinking>
71      <Optimization>MaxSpeed</Optimization>
72      <SuppressStartupBanner>true</SuppressStartupBanner>
73      <WarningLevel>Level3</WarningLevel>
74      <PreprocessorDefinitions>_WINDOWS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75      <AssemblerListingLocation>.\..\win32\tmp\Release_static\</AssemblerListingLocation>
76      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release_static\expat_static.pch</PrecompiledHeaderOutputFile>
77      <ObjectFileName>.\..\win32\tmp\Release_static\</ObjectFileName>
78      <ProgramDataBaseFileName>.\..\win32\tmp\Release_static\</ProgramDataBaseFileName>
79    </ClCompile>
80    <ResourceCompile>
81      <Culture>0x0409</Culture>
82      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83    </ResourceCompile>
84    <Bscmake>
85      <SuppressStartupBanner>true</SuppressStartupBanner>
86      <OutputFile>.\..\win32\bin\Release\expat_static.bsc</OutputFile>
87    </Bscmake>
88    <Lib>
89      <SuppressStartupBanner>true</SuppressStartupBanner>
90      <OutputFile>..\win32\bin\Release\libexpatMT.lib</OutputFile>
91    </Lib>
92  </ItemDefinitionGroup>
93  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94    <ClCompile>
95      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
96      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
97      <FunctionLevelLinking>true</FunctionLevelLinking>
98      <Optimization>Disabled</Optimization>
99      <SuppressStartupBanner>true</SuppressStartupBanner>
100      <WarningLevel>Level3</WarningLevel>
101      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
102      <PreprocessorDefinitions>_DEBUG;_WINDOWS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103      <AssemblerListingLocation>.\..\win32\tmp\Debug_static\</AssemblerListingLocation>
104      <BrowseInformation>true</BrowseInformation>
105      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug_static\expat_static.pch</PrecompiledHeaderOutputFile>
106      <ObjectFileName>.\..\win32\tmp\Debug_static\</ObjectFileName>
107      <ProgramDataBaseFileName>.\..\win32\tmp\Debug_static\</ProgramDataBaseFileName>
108      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
109    </ClCompile>
110    <ResourceCompile>
111      <Culture>0x0409</Culture>
112      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113    </ResourceCompile>
114    <Bscmake>
115      <SuppressStartupBanner>true</SuppressStartupBanner>
116      <OutputFile>.\..\win32\bin\Debug\expat_static.bsc</OutputFile>
117    </Bscmake>
118    <Lib>
119      <SuppressStartupBanner>true</SuppressStartupBanner>
120      <OutputFile>..\win32\bin\Debug\libexpatMT.lib</OutputFile>
121    </Lib>
122  </ItemDefinitionGroup>
123  <ItemGroup>
124    <ClCompile Include="loadlibrary.c" />
125    <ClCompile Include="xmlparse.c" />
126    <ClCompile Include="xmlrole.c" />
127    <ClCompile Include="xmltok.c" />
128    <ClCompile Include="xmltok_impl.c" />
129    <ClCompile Include="xmltok_ns.c" />
130  </ItemGroup>
131  <ItemGroup>
132    <ClInclude Include="ascii.h" />
133    <ClInclude Include="asciitab.h" />
134    <ClInclude Include="expat.h" />
135    <ClInclude Include="expat_external.h" />
136    <ClInclude Include="iasciitab.h" />
137    <ClInclude Include="internal.h" />
138    <ClInclude Include="latin1tab.h" />
139    <ClInclude Include="nametab.h" />
140    <ClInclude Include="siphash.h" />
141    <ClInclude Include="utf8tab.h" />
142    <ClInclude Include="xmlrole.h" />
143    <ClInclude Include="xmltok.h" />
144    <ClInclude Include="xmltok_impl.h" />
145  </ItemGroup>
146  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
147  <ImportGroup Label="ExtensionTargets">
148  </ImportGroup>
149</Project>