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>{C04F1C11-7079-48AD-A90B-6F59B7A55BEF}</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>DynamicLibrary</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>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)'=='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-w\</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-w\</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>NDEBUG;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> 75 <AssemblerListingLocation>.\..\win32\tmp\Release-w\</AssemblerListingLocation> 76 <PrecompiledHeaderOutputFile>.\..\win32\tmp\Release-w\expatw.pch</PrecompiledHeaderOutputFile> 77 <PrecompiledHeader /> 78 <ObjectFileName>.\..\win32\tmp\Release-w\</ObjectFileName> 79 <ProgramDataBaseFileName>.\..\win32\tmp\Release-w\</ProgramDataBaseFileName> 80 </ClCompile> 81 <Midl> 82 <SuppressStartupBanner>true</SuppressStartupBanner> 83 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 84 <TypeLibraryName>.\..\win32\bin\Release\expatw.tlb</TypeLibraryName> 85 <MkTypLibCompatible>true</MkTypLibCompatible> 86 <TargetEnvironment>Win32</TargetEnvironment> 87 </Midl> 88 <ResourceCompile> 89 <Culture>0x0409</Culture> 90 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 91 </ResourceCompile> 92 <Bscmake> 93 <SuppressStartupBanner>true</SuppressStartupBanner> 94 <OutputFile>.\..\win32\bin\Release\expatw.bsc</OutputFile> 95 </Bscmake> 96 <Link> 97 <SuppressStartupBanner>true</SuppressStartupBanner> 98 <LinkDLL>true</LinkDLL> 99 <SubSystem>Console</SubSystem> 100 <OutputFile>..\win32\bin\Release\libexpatw.dll</OutputFile> 101 <ImportLibrary>.\..\win32\bin\Release\libexpatw.lib</ImportLibrary> 102 <ModuleDefinitionFile>.\libexpatw.def</ModuleDefinitionFile> 103 </Link> 104 </ItemDefinitionGroup> 105 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 106 <ClCompile> 107 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 108 <InlineFunctionExpansion>Default</InlineFunctionExpansion> 109 <FunctionLevelLinking>true</FunctionLevelLinking> 110 <Optimization>Disabled</Optimization> 111 <SuppressStartupBanner>true</SuppressStartupBanner> 112 <WarningLevel>Level3</WarningLevel> 113 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 114 <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;XML_UNICODE_WCHAR_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 <AssemblerListingLocation>.\..\win32\tmp\Debug-w\</AssemblerListingLocation> 116 <BrowseInformation>true</BrowseInformation> 117 <PrecompiledHeaderOutputFile>.\..\win32\tmp\Debug-w\expatw.pch</PrecompiledHeaderOutputFile> 118 <ObjectFileName>.\..\win32\tmp\Debug-w\</ObjectFileName> 119 <ProgramDataBaseFileName>.\..\win32\tmp\Debug-w\</ProgramDataBaseFileName> 120 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> 121 </ClCompile> 122 <Midl> 123 <SuppressStartupBanner>true</SuppressStartupBanner> 124 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 125 <TypeLibraryName>.\..\win32\bin\Debug\expatw.tlb</TypeLibraryName> 126 <MkTypLibCompatible>true</MkTypLibCompatible> 127 <TargetEnvironment>Win32</TargetEnvironment> 128 </Midl> 129 <ResourceCompile> 130 <Culture>0x0409</Culture> 131 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 132 </ResourceCompile> 133 <Bscmake> 134 <SuppressStartupBanner>true</SuppressStartupBanner> 135 <OutputFile>.\..\win32\bin\Debug\expatw.bsc</OutputFile> 136 </Bscmake> 137 <Link> 138 <SuppressStartupBanner>true</SuppressStartupBanner> 139 <LinkDLL>true</LinkDLL> 140 <GenerateDebugInformation>true</GenerateDebugInformation> 141 <SubSystem>Console</SubSystem> 142 <OutputFile>..\win32\bin\Debug\libexpatw.dll</OutputFile> 143 <ImportLibrary>.\..\win32\bin\Debug\libexpatw.lib</ImportLibrary> 144 <ModuleDefinitionFile>.\libexpatw.def</ModuleDefinitionFile> 145 </Link> 146 </ItemDefinitionGroup> 147 <ItemGroup> 148 <CustomBuild Include="libexpatw.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>