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 <ProjectName>tinyxml</ProjectName> 15 <ProjectGuid>{30219289-3B7F-4E02-BC34-C1DBD08CD848}</ProjectGuid> 16 </PropertyGroup> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 19 <ConfigurationType>StaticLibrary</ConfigurationType> 20 <PlatformToolset>v142</PlatformToolset> 21 <UseOfMfc>false</UseOfMfc> 22 </PropertyGroup> 23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 24 <ConfigurationType>StaticLibrary</ConfigurationType> 25 <PlatformToolset>v142</PlatformToolset> 26 <UseOfMfc>false</UseOfMfc> 27 </PropertyGroup> 28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 29 <ImportGroup Label="ExtensionSettings"> 30 </ImportGroup> 31 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 33 <Import Project="vs2019_lame_config.props" /> 34 </ImportGroup> 35 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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="vs2019_lame_config.props" /> 38 </ImportGroup> 39 <PropertyGroup Label="UserMacros" /> 40 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 41 <ClCompile> 42 <Optimization>MaxSpeed</Optimization> 43 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 44 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 45 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 46 </ClCompile> 47 <ResourceCompile> 48 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 49 <Culture>0x040c</Culture> 50 </ResourceCompile> 51 <Lib /> 52 </ItemDefinitionGroup> 53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 54 <ClCompile> 55 <Optimization>Disabled</Optimization> 56 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 57 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 58 </ClCompile> 59 <ResourceCompile> 60 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 61 <Culture>0x040c</Culture> 62 </ResourceCompile> 63 <Lib /> 64 </ItemDefinitionGroup> 65 <ItemGroup> 66 <None Include="..\ACM\tinyxml\changes.txt" /> 67 <None Include="..\ACM\tinyxml\readme.txt" /> 68 </ItemGroup> 69 <ItemGroup> 70 <ClCompile Include="..\ACM\tinyxml\tinyxml.cpp" /> 71 <ClCompile Include="..\ACM\tinyxml\tinyxmlerror.cpp" /> 72 <ClCompile Include="..\ACM\tinyxml\tinyxmlparser.cpp" /> 73 </ItemGroup> 74 <ItemGroup> 75 <ClInclude Include="..\ACM\tinyxml\tinyxml.h" /> 76 </ItemGroup> 77 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 78 <ImportGroup Label="ExtensionTargets"> 79 </ImportGroup> 80</Project>