xmltok.2017.vcxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>xmltok</ProjectName>
  23. <ProjectGuid>{B535402E-38D2-4D54-8360-423ACBD17192}</ProjectGuid>
  24. <RootNamespace>xmltok</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>StaticLibrary</ConfigurationType>
  29. <UseOfMfc>false</UseOfMfc>
  30. <CharacterSet>MultiByte</CharacterSet>
  31. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  34. <ConfigurationType>StaticLibrary</ConfigurationType>
  35. <UseOfMfc>false</UseOfMfc>
  36. <CharacterSet>MultiByte</CharacterSet>
  37. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  38. </PropertyGroup>
  39. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  40. <ConfigurationType>StaticLibrary</ConfigurationType>
  41. <UseOfMfc>false</UseOfMfc>
  42. <CharacterSet>MultiByte</CharacterSet>
  43. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  46. <ConfigurationType>StaticLibrary</ConfigurationType>
  47. <UseOfMfc>false</UseOfMfc>
  48. <CharacterSet>MultiByte</CharacterSet>
  49. <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
  50. </PropertyGroup>
  51. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. </ImportGroup>
  54. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  55. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  56. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  57. <Import Project="..\..\..\w32\extlib.props" />
  58. <Import Project="..\..\..\w32\xmlrpc.props" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  63. <Import Project="..\..\..\w32\extlib.props" />
  64. <Import Project="..\..\..\w32\xmlrpc.props" />
  65. </ImportGroup>
  66. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  69. <Import Project="..\..\..\w32\extlib.props" />
  70. <Import Project="..\..\..\w32\xmlrpc.props" />
  71. </ImportGroup>
  72. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  73. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  74. <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
  75. <Import Project="..\..\..\w32\extlib.props" />
  76. <Import Project="..\..\..\w32\xmlrpc.props" />
  77. </ImportGroup>
  78. <PropertyGroup Label="UserMacros" />
  79. <PropertyGroup>
  80. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  81. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(PlatformName)\xmltok\$(Configuration)\</IntDir>
  82. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\xmltok\$(Configuration)\</IntDir>
  83. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(PlatformName)\xmltok\$(Configuration)\</IntDir>
  84. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(PlatformName)\xmltok\$(Configuration)\</IntDir>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <Optimization>Disabled</Optimization>
  89. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  90. <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <MinimalRebuild>true</MinimalRebuild>
  92. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  93. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  94. <WarningLevel>Level3</WarningLevel>
  95. <SuppressStartupBanner>true</SuppressStartupBanner>
  96. </ClCompile>
  97. <ResourceCompile>
  98. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  99. <Culture>0x0409</Culture>
  100. </ResourceCompile>
  101. <Lib>
  102. <SuppressStartupBanner>true</SuppressStartupBanner>
  103. </Lib>
  104. <Bscmake>
  105. <SuppressStartupBanner>true</SuppressStartupBanner>
  106. <OutputFile>.\Debug\xmltok/xmltok.bsc</OutputFile>
  107. </Bscmake>
  108. </ItemDefinitionGroup>
  109. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  110. <Midl>
  111. <TargetEnvironment>X64</TargetEnvironment>
  112. </Midl>
  113. <ClCompile>
  114. <Optimization>Disabled</Optimization>
  115. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  116. <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <MinimalRebuild>true</MinimalRebuild>
  118. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  119. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  120. <WarningLevel>Level3</WarningLevel>
  121. <SuppressStartupBanner>true</SuppressStartupBanner>
  122. </ClCompile>
  123. <ResourceCompile>
  124. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  125. <Culture>0x0409</Culture>
  126. </ResourceCompile>
  127. <Lib>
  128. <SuppressStartupBanner>true</SuppressStartupBanner>
  129. </Lib>
  130. <Bscmake>
  131. <SuppressStartupBanner>true</SuppressStartupBanner>
  132. <OutputFile>.\Debug\xmltok/xmltok.bsc</OutputFile>
  133. </Bscmake>
  134. </ItemDefinitionGroup>
  135. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  136. <ClCompile>
  137. <Optimization>MaxSpeed</Optimization>
  138. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  139. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  140. <PreprocessorDefinitions>NDEBUG;XML_NS;WIN32;_WINDOWS;XML_DTD;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <StringPooling>true</StringPooling>
  142. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  143. <FunctionLevelLinking>true</FunctionLevelLinking>
  144. <WarningLevel>Level3</WarningLevel>
  145. <SuppressStartupBanner>true</SuppressStartupBanner>
  146. </ClCompile>
  147. <ResourceCompile>
  148. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  149. <Culture>0x0409</Culture>
  150. </ResourceCompile>
  151. <Lib>
  152. <SuppressStartupBanner>true</SuppressStartupBanner>
  153. </Lib>
  154. <Bscmake>
  155. <SuppressStartupBanner>true</SuppressStartupBanner>
  156. <OutputFile>.\Release\xmltok/xmltok.bsc</OutputFile>
  157. </Bscmake>
  158. </ItemDefinitionGroup>
  159. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  160. <Midl>
  161. <TargetEnvironment>X64</TargetEnvironment>
  162. </Midl>
  163. <ClCompile>
  164. <Optimization>MaxSpeed</Optimization>
  165. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  166. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  167. <PreprocessorDefinitions>NDEBUG;XML_NS;WIN32;_WINDOWS;XML_DTD;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  168. <StringPooling>true</StringPooling>
  169. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  170. <FunctionLevelLinking>true</FunctionLevelLinking>
  171. <WarningLevel>Level3</WarningLevel>
  172. <SuppressStartupBanner>true</SuppressStartupBanner>
  173. </ClCompile>
  174. <ResourceCompile>
  175. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  176. <Culture>0x0409</Culture>
  177. </ResourceCompile>
  178. <Lib>
  179. <SuppressStartupBanner>true</SuppressStartupBanner>
  180. </Lib>
  181. <Bscmake>
  182. <SuppressStartupBanner>true</SuppressStartupBanner>
  183. <OutputFile>.\Release\xmltok/xmltok.bsc</OutputFile>
  184. </Bscmake>
  185. </ItemDefinitionGroup>
  186. <ItemGroup>
  187. <ClCompile Include="..\..\xmlrpc-c\lib\expat\xmltok\xmlrole.c" />
  188. <ClCompile Include="..\..\xmlrpc-c\lib\expat\xmltok\xmltok.c" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\asciitab.h" />
  192. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\iasciitab.h" />
  193. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\latin1tab.h" />
  194. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\utf8tab.h" />
  195. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\xmldef.h" />
  196. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\xmlrole.h" />
  197. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmltok\xmltok.h" />
  198. <ClInclude Include="..\lib\expat\xmltok\nametab.h" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <ProjectReference Include="gennmtab.2017.vcxproj">
  202. <Project>{bed7539c-0099-4a14-ad5d-30828f15a171}</Project>
  203. </ProjectReference>
  204. </ItemGroup>
  205. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  206. <ImportGroup Label="ExtensionTargets">
  207. </ImportGroup>
  208. </Project>