2
0

xmlparse.2017.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  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>xmlparse</ProjectName>
  23. <ProjectGuid>{0D108721-EAE8-4BAF-8102-D8960EC93647}</ProjectGuid>
  24. <RootNamespace>xmlparse</RootNamespace>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Debug|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)'=='Release|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)\xmlparse\$(Configuration)\</IntDir>
  82. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(PlatformName)\xmlparse\$(Configuration)\</IntDir>
  83. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(PlatformName)\xmlparse\$(Configuration)\</IntDir>
  84. <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(PlatformName)\xmlparse\$(Configuration)\</IntDir>
  85. <ExtensionsToDeleteOnClean Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)..\version.h;$(ExtensionsToDeleteOnClean)</ExtensionsToDeleteOnClean>
  86. <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. </CustomBuildAfterTargets>
  88. <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  89. </CustomBuildAfterTargets>
  90. <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  91. </CustomBuildAfterTargets>
  92. <CustomBuildAfterTargets Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  93. </CustomBuildAfterTargets>
  94. </PropertyGroup>
  95. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  96. <ClCompile>
  97. <Optimization>MaxSpeed</Optimization>
  98. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  99. <AdditionalIncludeDirectories>$(XMLRPCDir)lib\expat\xmltok;$(XMLRPCDir)lib\expat\xmlwf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  100. <PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;XML_DTD;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  101. <StringPooling>true</StringPooling>
  102. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  103. <FunctionLevelLinking>true</FunctionLevelLinking>
  104. <WarningLevel>Level3</WarningLevel>
  105. <SuppressStartupBanner>true</SuppressStartupBanner>
  106. <DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  107. </ClCompile>
  108. <ResourceCompile>
  109. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  110. <Culture>0x0409</Culture>
  111. </ResourceCompile>
  112. <Lib>
  113. <SuppressStartupBanner>true</SuppressStartupBanner>
  114. </Lib>
  115. <Bscmake>
  116. <SuppressStartupBanner>true</SuppressStartupBanner>
  117. </Bscmake>
  118. <PreBuildEvent>
  119. <Command>if not exist "$(XMLRPCDir)xmlrpc_config.h" (
  120. pushd $(XMLRPCDir)Windows
  121. "ConfigureWin32.bat"
  122. popd
  123. )
  124. </Command>
  125. </PreBuildEvent>
  126. <CustomBuildStep>
  127. <Command>
  128. </Command>
  129. <Outputs>NoOutput</Outputs>
  130. </CustomBuildStep>
  131. </ItemDefinitionGroup>
  132. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  133. <Midl>
  134. <TargetEnvironment>X64</TargetEnvironment>
  135. </Midl>
  136. <ClCompile>
  137. <Optimization>MaxSpeed</Optimization>
  138. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  139. <AdditionalIncludeDirectories>$(XMLRPCDir)lib\expat\xmltok;$(XMLRPCDir)lib\expat\xmlwf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  140. <PreprocessorDefinitions>NDEBUG;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. <DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  147. </ClCompile>
  148. <ResourceCompile>
  149. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  150. <Culture>0x0409</Culture>
  151. </ResourceCompile>
  152. <Lib>
  153. <SuppressStartupBanner>true</SuppressStartupBanner>
  154. </Lib>
  155. <Bscmake>
  156. <SuppressStartupBanner>true</SuppressStartupBanner>
  157. </Bscmake>
  158. <PreBuildEvent>
  159. <Command>if not exist "$(XMLRPCDir)xmlrpc_config.h" (
  160. pushd $(XMLRPCDir)Windows
  161. "ConfigureWin32.bat"
  162. popd
  163. )
  164. </Command>
  165. </PreBuildEvent>
  166. <CustomBuildStep>
  167. <Command>
  168. </Command>
  169. <Outputs>NoOutput</Outputs>
  170. </CustomBuildStep>
  171. </ItemDefinitionGroup>
  172. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  173. <ClCompile>
  174. <Optimization>Disabled</Optimization>
  175. <AdditionalIncludeDirectories>$(XMLRPCDir)lib\expat\xmltok;$(XMLRPCDir)lib\expat\xmlwf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  176. <PreprocessorDefinitions>WIN32;_WINDOWS;XML_DTD;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <MinimalRebuild>true</MinimalRebuild>
  178. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  179. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  180. <WarningLevel>Level3</WarningLevel>
  181. <SuppressStartupBanner>true</SuppressStartupBanner>
  182. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  183. <DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  184. </ClCompile>
  185. <ResourceCompile>
  186. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  187. <Culture>0x0409</Culture>
  188. </ResourceCompile>
  189. <Lib>
  190. <SuppressStartupBanner>true</SuppressStartupBanner>
  191. </Lib>
  192. <Bscmake>
  193. <SuppressStartupBanner>true</SuppressStartupBanner>
  194. </Bscmake>
  195. <PreBuildEvent>
  196. <Command>if not exist "$(XMLRPCDir)xmlrpc_config.h" (
  197. pushd $(XMLRPCDir)Windows
  198. "ConfigureWin32.bat"
  199. popd
  200. )
  201. </Command>
  202. </PreBuildEvent>
  203. <CustomBuildStep>
  204. <Command>
  205. </Command>
  206. <Outputs>NoOutput</Outputs>
  207. </CustomBuildStep>
  208. </ItemDefinitionGroup>
  209. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  210. <Midl>
  211. <TargetEnvironment>X64</TargetEnvironment>
  212. </Midl>
  213. <ClCompile>
  214. <Optimization>Disabled</Optimization>
  215. <AdditionalIncludeDirectories>$(XMLRPCDir)lib\expat\xmltok;$(XMLRPCDir)lib\expat\xmlwf;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  216. <PreprocessorDefinitions>WIN32;_WINDOWS;XML_DTD;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  217. <MinimalRebuild>true</MinimalRebuild>
  218. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  219. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  220. <WarningLevel>Level3</WarningLevel>
  221. <SuppressStartupBanner>true</SuppressStartupBanner>
  222. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  223. <DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  224. </ClCompile>
  225. <ResourceCompile>
  226. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  227. <Culture>0x0409</Culture>
  228. </ResourceCompile>
  229. <Lib>
  230. <SuppressStartupBanner>true</SuppressStartupBanner>
  231. </Lib>
  232. <Bscmake>
  233. <SuppressStartupBanner>true</SuppressStartupBanner>
  234. </Bscmake>
  235. <PreBuildEvent>
  236. <Command>if not exist "$(XMLRPCDir)xmlrpc_config.h" (
  237. pushd $(XMLRPCDir)Windows
  238. "ConfigureWin32.bat"
  239. popd
  240. )
  241. </Command>
  242. </PreBuildEvent>
  243. <CustomBuildStep>
  244. <Command>
  245. </Command>
  246. <Outputs>NoOutput</Outputs>
  247. </CustomBuildStep>
  248. </ItemDefinitionGroup>
  249. <ItemGroup>
  250. <ClCompile Include="..\..\xmlrpc-c\lib\expat\xmlparse\xmlparse.c" />
  251. </ItemGroup>
  252. <ItemGroup>
  253. <ClInclude Include="..\..\xmlrpc-c\lib\expat\xmlparse\xmlparse.h" />
  254. </ItemGroup>
  255. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  256. <ImportGroup Label="ExtensionTargets">
  257. </ImportGroup>
  258. </Project>