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  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <SccProjectName />
15    <SccLocalPath />
16    <ProjectGuid>{35262250-C85F-463A-9F6D-670088BFA17E}</ProjectGuid>
17    <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
18  </PropertyGroup>
19  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
21    <ConfigurationType>Application</ConfigurationType>
22    <PlatformToolset>v141</PlatformToolset>
23    <UseOfMfc>false</UseOfMfc>
24    <CharacterSet>MultiByte</CharacterSet>
25  </PropertyGroup>
26  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27    <ConfigurationType>Application</ConfigurationType>
28    <PlatformToolset>v141</PlatformToolset>
29    <UseOfMfc>false</UseOfMfc>
30    <CharacterSet>MultiByte</CharacterSet>
31  </PropertyGroup>
32  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33  <ImportGroup Label="ExtensionSettings">
34  </ImportGroup>
35  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
38  </ImportGroup>
39  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
40    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
41    <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
42  </ImportGroup>
43  <PropertyGroup Label="UserMacros" />
44  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45    <OutDir>.\..\win32\bin\Release\</OutDir>
46    <IntDir>.\..\win32\tmp\Release-elements\</IntDir>
47    <LinkIncremental>false</LinkIncremental>
48  </PropertyGroup>
49  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50    <OutDir>.\..\win32\bin\Debug\</OutDir>
51    <IntDir>.\..\win32\tmp\Debug-elements\</IntDir>
52    <LinkIncremental>true</LinkIncremental>
53  </PropertyGroup>
54  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
55    <ClCompile>
56      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
57      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
58      <StringPooling>true</StringPooling>
59      <FunctionLevelLinking>true</FunctionLevelLinking>
60      <Optimization>MaxSpeed</Optimization>
61      <SuppressStartupBanner>true</SuppressStartupBanner>
62      <WarningLevel>Level3</WarningLevel>
63      <IgnoreStandardIncludePath>false</IgnoreStandardIncludePath>
64      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
65      <PreprocessorDefinitions>NDEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
66      <AssemblerListingLocation>.\..\win32\tmp\Release-elements\</AssemblerListingLocation>
67      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-elements\elements.pch</PrecompiledHeaderOutputFile>
68      <ObjectFileName>.\..\win32\tmp\Release-elements\</ObjectFileName>
69      <ProgramDataBaseFileName>.\..\win32\tmp\Release-elements\</ProgramDataBaseFileName>
70    </ClCompile>
71    <Midl>
72      <TypeLibraryName>.\..\win32\bin\Release\elements.tlb</TypeLibraryName>
73    </Midl>
74    <ResourceCompile>
75      <Culture>0x0409</Culture>
76      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77    </ResourceCompile>
78    <Bscmake>
79      <SuppressStartupBanner>true</SuppressStartupBanner>
80      <OutputFile>.\..\win32\bin\Release\elements.bsc</OutputFile>
81    </Bscmake>
82    <Link>
83      <SuppressStartupBanner>true</SuppressStartupBanner>
84      <SubSystem>Console</SubSystem>
85      <OutputFile>..\win32\bin\Release\elements.exe</OutputFile>
86      <AdditionalLibraryDirectories>..\win32\bin\Release;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
87      <AdditionalDependencies>libexpatMT.lib;%(AdditionalDependencies)</AdditionalDependencies>
88    </Link>
89  </ItemDefinitionGroup>
90  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
91    <ClCompile>
92      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
93      <InlineFunctionExpansion>Default</InlineFunctionExpansion>
94      <FunctionLevelLinking>true</FunctionLevelLinking>
95      <Optimization>Disabled</Optimization>
96      <SuppressStartupBanner>true</SuppressStartupBanner>
97      <WarningLevel>Level3</WarningLevel>
98      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
99      <AdditionalIncludeDirectories>..\lib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
100      <PreprocessorDefinitions>_DEBUG;_CONSOLE;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101      <AssemblerListingLocation>.\..\win32\tmp\Debug-elements\</AssemblerListingLocation>
102      <BrowseInformation>true</BrowseInformation>
103      <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-elements\elements.pch</PrecompiledHeaderOutputFile>
104      <ObjectFileName>.\..\win32\tmp\Debug-elements\</ObjectFileName>
105      <ProgramDataBaseFileName>.\..\win32\tmp\Debug-elements\</ProgramDataBaseFileName>
106      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
107    </ClCompile>
108    <Midl>
109      <TypeLibraryName>.\..\win32\bin\Debug\elements.tlb</TypeLibraryName>
110    </Midl>
111    <ResourceCompile>
112      <Culture>0x0409</Culture>
113      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
114    </ResourceCompile>
115    <Bscmake>
116      <SuppressStartupBanner>true</SuppressStartupBanner>
117      <OutputFile>.\..\win32\bin\Debug\elements.bsc</OutputFile>
118    </Bscmake>
119    <Link>
120      <SuppressStartupBanner>true</SuppressStartupBanner>
121      <GenerateDebugInformation>true</GenerateDebugInformation>
122      <SubSystem>Console</SubSystem>
123      <OutputFile>..\win32\bin\Debug\elements.exe</OutputFile>
124      <AdditionalLibraryDirectories>..\win32\bin\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
125      <AdditionalDependencies>libexpatMT.lib;%(AdditionalDependencies)</AdditionalDependencies>
126    </Link>
127  </ItemDefinitionGroup>
128  <ItemGroup>
129    <ClCompile Include="elements.c" />
130  </ItemGroup>
131  <ItemGroup>
132    <ProjectReference Include="..\lib\expat_static.vcxproj">
133      <Project>{58a821bc-e4af-4df4-9a54-2baa22b92615}</Project>
134      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
135    </ProjectReference>
136  </ItemGroup>
137  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
138  <ImportGroup Label="ExtensionTargets">
139  </ImportGroup>
140</Project>