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>{45A5074D-66E8-44A4-A03F-018027B528D6}</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)'=='Release|Win32'" Label="Configuration">
29    <ConfigurationType>DynamicLibrary</ConfigurationType>
30    <PlatformToolset>v141</PlatformToolset>
31    <UseOfMfc>false</UseOfMfc>
32    <CharacterSet>MultiByte</CharacterSet>
33  </PropertyGroup>
34  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35    <ConfigurationType>DynamicLibrary</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)'=='Release|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)'=='Debug|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)'=='Debug|Win32'">
56    <OutDir>.\..\win32\bin\Debug\</OutDir>
57    <IntDir>.\..\win32\tmp\Debug\</IntDir>
58    <LinkIncremental>true</LinkIncremental>
59  </PropertyGroup>
60  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61    <OutDir>.\..\win32\bin\Release\</OutDir>
62    <IntDir>.\..\win32\tmp\Release\</IntDir>
63    <LinkIncremental>false</LinkIncremental>
64  </PropertyGroup>
65  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66    <ClCompile>
67      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
68      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
69      <FunctionLevelLinking>true</FunctionLevelLinking>
70      <Optimization>Disabled</Optimization>
71      <SuppressStartupBanner>true</SuppressStartupBanner>
72      <WarningLevel>Level3</WarningLevel>
73      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
74      <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
75      <AssemblerListingLocation>.\..\win32\tmp\Debug\</AssemblerListingLocation>
76      <BrowseInformation>true</BrowseInformation>
77      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug\expat.pch</PrecompiledHeaderOutputFile>
78      <ObjectFileName>.\..\win32\tmp\Debug\</ObjectFileName>
79      <ProgramDataBaseFileName>.\..\win32\tmp\Debug\</ProgramDataBaseFileName>
80      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
81    </ClCompile>
82    <Midl>
83      <SuppressStartupBanner>true</SuppressStartupBanner>
84      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85      <TypeLibraryName>.\..\win32\bin\Debug\expat.tlb</TypeLibraryName>
86      <MkTypLibCompatible>true</MkTypLibCompatible>
87      <TargetEnvironment>Win32</TargetEnvironment>
88    </Midl>
89    <ResourceCompile>
90      <Culture>0x0409</Culture>
91      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92    </ResourceCompile>
93    <Bscmake>
94      <SuppressStartupBanner>true</SuppressStartupBanner>
95      <OutputFile>.\..\win32\bin\Debug\expat.bsc</OutputFile>
96    </Bscmake>
97    <Link>
98      <SuppressStartupBanner>true</SuppressStartupBanner>
99      <LinkDLL>true</LinkDLL>
100      <GenerateDebugInformation>true</GenerateDebugInformation>
101      <SubSystem>Console</SubSystem>
102      <OutputFile>..\win32\bin\Debug\libexpat.dll</OutputFile>
103      <ImportLibrary>.\..\win32\bin\Debug\libexpat.lib</ImportLibrary>
104      <ModuleDefinitionFile>.\libexpat.def</ModuleDefinitionFile>
105    </Link>
106  </ItemDefinitionGroup>
107  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108    <ClCompile>
109      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
110      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
111      <StringPooling>true</StringPooling>
112      <FunctionLevelLinking>true</FunctionLevelLinking>
113      <Optimization>MaxSpeed</Optimization>
114      <SuppressStartupBanner>true</SuppressStartupBanner>
115      <WarningLevel>Level3</WarningLevel>
116      <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
117      <AssemblerListingLocation>.\..\win32\tmp\Release\</AssemblerListingLocation>
118      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release\expat.pch</PrecompiledHeaderOutputFile>
119      <PrecompiledHeader />
120      <ObjectFileName>.\..\win32\tmp\Release\</ObjectFileName>
121      <ProgramDataBaseFileName>.\..\win32\tmp\Release\</ProgramDataBaseFileName>
122    </ClCompile>
123    <Midl>
124      <SuppressStartupBanner>true</SuppressStartupBanner>
125      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126      <TypeLibraryName>.\..\win32\bin\Release\expat.tlb</TypeLibraryName>
127      <MkTypLibCompatible>true</MkTypLibCompatible>
128      <TargetEnvironment>Win32</TargetEnvironment>
129    </Midl>
130    <ResourceCompile>
131      <Culture>0x0409</Culture>
132      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133    </ResourceCompile>
134    <Bscmake>
135      <SuppressStartupBanner>true</SuppressStartupBanner>
136      <OutputFile>.\..\win32\bin\Release\expat.bsc</OutputFile>
137    </Bscmake>
138    <Link>
139      <SuppressStartupBanner>true</SuppressStartupBanner>
140      <LinkDLL>true</LinkDLL>
141      <SubSystem>Console</SubSystem>
142      <OutputFile>..\win32\bin\Release\libexpat.dll</OutputFile>
143      <ImportLibrary>.\..\win32\bin\Release\libexpat.lib</ImportLibrary>
144      <ModuleDefinitionFile>.\libexpat.def</ModuleDefinitionFile>
145    </Link>
146  </ItemDefinitionGroup>
147  <ItemGroup>
148    <CustomBuild Include="libexpat.def" />
149  </ItemGroup>
150  <ItemGroup>
151    <ClCompile Include="loadlibrary.c" />
152    <ClCompile Include="xmlparse.c">
153      <ExceptionHandling Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
154      </ExceptionHandling>
155    </ClCompile>
156    <ClCompile Include="xmlrole.c" />
157    <ClCompile Include="xmltok.c" />
158    <ClCompile Include="xmltok_impl.c" />
159    <ClCompile Include="xmltok_ns.c" />
160  </ItemGroup>
161  <ItemGroup>
162    <ClInclude Include="ascii.h" />
163    <ClInclude Include="asciitab.h" />
164    <ClInclude Include="expat.h" />
165    <ClInclude Include="expat_external.h" />
166    <ClInclude Include="iasciitab.h" />
167    <ClInclude Include="internal.h" />
168    <ClInclude Include="latin1tab.h" />
169    <ClInclude Include="nametab.h" />
170    <ClInclude Include="siphash.h" />
171    <ClInclude Include="utf8tab.h" />
172    <ClInclude Include="xmlrole.h" />
173    <ClInclude Include="xmltok.h" />
174    <ClInclude Include="xmltok_impl.h" />
175  </ItemGroup>
176  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
177  <ImportGroup Label="ExtensionTargets">
178  </ImportGroup>
179</Project>