1159b3361Sopenharmony_ci<?xml version="1.0" encoding="utf-8"?>
2159b3361Sopenharmony_ci<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3159b3361Sopenharmony_ci  <ItemGroup Label="ProjectConfigurations">
4159b3361Sopenharmony_ci    <ProjectConfiguration Include="Debug|Win32">
5159b3361Sopenharmony_ci      <Configuration>Debug</Configuration>
6159b3361Sopenharmony_ci      <Platform>Win32</Platform>
7159b3361Sopenharmony_ci    </ProjectConfiguration>
8159b3361Sopenharmony_ci    <ProjectConfiguration Include="Release|Win32">
9159b3361Sopenharmony_ci      <Configuration>Release</Configuration>
10159b3361Sopenharmony_ci      <Platform>Win32</Platform>
11159b3361Sopenharmony_ci    </ProjectConfiguration>
12159b3361Sopenharmony_ci  </ItemGroup>
13159b3361Sopenharmony_ci  <PropertyGroup Label="Globals">
14159b3361Sopenharmony_ci    <ProjectName>tinyxml</ProjectName>
15159b3361Sopenharmony_ci    <ProjectGuid>{30219289-3B7F-4E02-BC34-C1DBD08CD848}</ProjectGuid>
16159b3361Sopenharmony_ci  </PropertyGroup>
17159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
18159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
19159b3361Sopenharmony_ci    <ConfigurationType>StaticLibrary</ConfigurationType>
20159b3361Sopenharmony_ci    <PlatformToolset>v142</PlatformToolset>
21159b3361Sopenharmony_ci    <UseOfMfc>false</UseOfMfc>
22159b3361Sopenharmony_ci  </PropertyGroup>
23159b3361Sopenharmony_ci  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24159b3361Sopenharmony_ci    <ConfigurationType>StaticLibrary</ConfigurationType>
25159b3361Sopenharmony_ci    <PlatformToolset>v142</PlatformToolset>
26159b3361Sopenharmony_ci    <UseOfMfc>false</UseOfMfc>
27159b3361Sopenharmony_ci  </PropertyGroup>
28159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29159b3361Sopenharmony_ci  <ImportGroup Label="ExtensionSettings">
30159b3361Sopenharmony_ci  </ImportGroup>
31159b3361Sopenharmony_ci  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
32159b3361Sopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33159b3361Sopenharmony_ci    <Import Project="vs2019_lame_config.props" />
34159b3361Sopenharmony_ci  </ImportGroup>
35159b3361Sopenharmony_ci  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
36159b3361Sopenharmony_ci    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37159b3361Sopenharmony_ci    <Import Project="vs2019_lame_config.props" />
38159b3361Sopenharmony_ci  </ImportGroup>
39159b3361Sopenharmony_ci  <PropertyGroup Label="UserMacros" />
40159b3361Sopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
41159b3361Sopenharmony_ci    <ClCompile>
42159b3361Sopenharmony_ci      <Optimization>MaxSpeed</Optimization>
43159b3361Sopenharmony_ci      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
44159b3361Sopenharmony_ci      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
45159b3361Sopenharmony_ci      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
46159b3361Sopenharmony_ci    </ClCompile>
47159b3361Sopenharmony_ci    <ResourceCompile>
48159b3361Sopenharmony_ci      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
49159b3361Sopenharmony_ci      <Culture>0x040c</Culture>
50159b3361Sopenharmony_ci    </ResourceCompile>
51159b3361Sopenharmony_ci    <Lib />
52159b3361Sopenharmony_ci  </ItemDefinitionGroup>
53159b3361Sopenharmony_ci  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54159b3361Sopenharmony_ci    <ClCompile>
55159b3361Sopenharmony_ci      <Optimization>Disabled</Optimization>
56159b3361Sopenharmony_ci      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
57159b3361Sopenharmony_ci      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
58159b3361Sopenharmony_ci    </ClCompile>
59159b3361Sopenharmony_ci    <ResourceCompile>
60159b3361Sopenharmony_ci      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
61159b3361Sopenharmony_ci      <Culture>0x040c</Culture>
62159b3361Sopenharmony_ci    </ResourceCompile>
63159b3361Sopenharmony_ci    <Lib />
64159b3361Sopenharmony_ci  </ItemDefinitionGroup>
65159b3361Sopenharmony_ci  <ItemGroup>
66159b3361Sopenharmony_ci    <None Include="..\ACM\tinyxml\changes.txt" />
67159b3361Sopenharmony_ci    <None Include="..\ACM\tinyxml\readme.txt" />
68159b3361Sopenharmony_ci  </ItemGroup>
69159b3361Sopenharmony_ci  <ItemGroup>
70159b3361Sopenharmony_ci    <ClCompile Include="..\ACM\tinyxml\tinyxml.cpp" />
71159b3361Sopenharmony_ci    <ClCompile Include="..\ACM\tinyxml\tinyxmlerror.cpp" />
72159b3361Sopenharmony_ci    <ClCompile Include="..\ACM\tinyxml\tinyxmlparser.cpp" />
73159b3361Sopenharmony_ci  </ItemGroup>
74159b3361Sopenharmony_ci  <ItemGroup>
75159b3361Sopenharmony_ci    <ClInclude Include="..\ACM\tinyxml\tinyxml.h" />
76159b3361Sopenharmony_ci  </ItemGroup>
77159b3361Sopenharmony_ci  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
78159b3361Sopenharmony_ci  <ImportGroup Label="ExtensionTargets">
79159b3361Sopenharmony_ci  </ImportGroup>
80159b3361Sopenharmony_ci</Project>