test.vcxproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug-Dll|Win32">
  5. <Configuration>Debug-Dll</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug-Dll|x64">
  9. <Configuration>Debug-Dll</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug-Lib|Win32">
  13. <Configuration>Debug-Lib</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug-Lib|x64">
  17. <Configuration>Debug-Lib</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release-Dll|Win32">
  21. <Configuration>Release-Dll</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release-Dll|x64">
  25. <Configuration>Release-Dll</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release-Lib|Win32">
  29. <Configuration>Release-Lib</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release-Lib|x64">
  33. <Configuration>Release-Lib</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{E8FB2712-8666-4662-A5B8-2B5B0FB1A260}</ProjectGuid>
  39. <RootNamespace>test</RootNamespace>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. <CharacterSet>Unicode</CharacterSet>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'" Label="Configuration">
  53. <ConfigurationType>Application</ConfigurationType>
  54. <UseDebugLibraries>true</UseDebugLibraries>
  55. <CharacterSet>Unicode</CharacterSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'" Label="Configuration">
  58. <ConfigurationType>Application</ConfigurationType>
  59. <UseDebugLibraries>true</UseDebugLibraries>
  60. <CharacterSet>Unicode</CharacterSet>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'" Label="Configuration">
  63. <ConfigurationType>Application</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <CharacterSet>Unicode</CharacterSet>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'" Label="Configuration">
  69. <ConfigurationType>Application</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <CharacterSet>Unicode</CharacterSet>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'" Label="Configuration">
  75. <ConfigurationType>Application</ConfigurationType>
  76. <UseDebugLibraries>false</UseDebugLibraries>
  77. <WholeProgramOptimization>true</WholeProgramOptimization>
  78. <CharacterSet>Unicode</CharacterSet>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'" Label="Configuration">
  81. <ConfigurationType>Application</ConfigurationType>
  82. <UseDebugLibraries>false</UseDebugLibraries>
  83. <WholeProgramOptimization>true</WholeProgramOptimization>
  84. <CharacterSet>Unicode</CharacterSet>
  85. </PropertyGroup>
  86. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <CharacterSet>Unicode</CharacterSet>
  88. </PropertyGroup>
  89. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  90. <CharacterSet>Unicode</CharacterSet>
  91. <WholeProgramOptimization>true</WholeProgramOptimization>
  92. </PropertyGroup>
  93. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  94. <CharacterSet>Unicode</CharacterSet>
  95. </PropertyGroup>
  96. <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  97. <CharacterSet>Unicode</CharacterSet>
  98. <WholeProgramOptimization>true</WholeProgramOptimization>
  99. </PropertyGroup>
  100. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  101. <ImportGroup Label="ExtensionSettings">
  102. </ImportGroup>
  103. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
  104. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  105. </ImportGroup>
  106. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'" Label="PropertySheets">
  107. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  108. </ImportGroup>
  109. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'" Label="PropertySheets">
  110. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  111. </ImportGroup>
  112. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'" Label="PropertySheets">
  113. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  114. </ImportGroup>
  115. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
  116. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  117. </ImportGroup>
  118. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'" Label="PropertySheets">
  119. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  120. </ImportGroup>
  121. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'" Label="PropertySheets">
  122. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  123. </ImportGroup>
  124. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'" Label="PropertySheets">
  125. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  126. </ImportGroup>
  127. <PropertyGroup Label="UserMacros" />
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
  129. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
  132. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
  135. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
  138. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
  141. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
  144. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
  147. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
  150. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
  153. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
  156. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
  159. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
  162. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
  165. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
  168. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
  171. <OutDir>$(SolutionDir)bin\$(Platform)-$(Configuration)\</OutDir>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
  174. <IntDir>$(SolutionDir)temp\$(Platform)-$(Configuration)\</IntDir>
  175. </PropertyGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|Win32'">
  177. <ClCompile>
  178. <WarningLevel>Level4</WarningLevel>
  179. <Optimization>Disabled</Optimization>
  180. </ClCompile>
  181. <Link>
  182. <GenerateDebugInformation>true</GenerateDebugInformation>
  183. </Link>
  184. </ItemDefinitionGroup>
  185. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Lib|x64'">
  186. <ClCompile>
  187. <WarningLevel>Level4</WarningLevel>
  188. <Optimization>Disabled</Optimization>
  189. </ClCompile>
  190. <Link>
  191. <GenerateDebugInformation>true</GenerateDebugInformation>
  192. </Link>
  193. </ItemDefinitionGroup>
  194. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|Win32'">
  195. <ClCompile>
  196. <WarningLevel>Level4</WarningLevel>
  197. <Optimization>Disabled</Optimization>
  198. <PreprocessorDefinitions>TINYXML2_IMPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  199. </ClCompile>
  200. <Link>
  201. <GenerateDebugInformation>true</GenerateDebugInformation>
  202. <SubSystem>Console</SubSystem>
  203. </Link>
  204. </ItemDefinitionGroup>
  205. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-Dll|x64'">
  206. <ClCompile>
  207. <WarningLevel>Level4</WarningLevel>
  208. <Optimization>Disabled</Optimization>
  209. <PreprocessorDefinitions>TINYXML2_IMPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  210. </ClCompile>
  211. <Link>
  212. <GenerateDebugInformation>true</GenerateDebugInformation>
  213. <SubSystem>Console</SubSystem>
  214. </Link>
  215. </ItemDefinitionGroup>
  216. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|Win32'">
  217. <ClCompile>
  218. <WarningLevel>Level4</WarningLevel>
  219. <Optimization>MaxSpeed</Optimization>
  220. <FunctionLevelLinking>true</FunctionLevelLinking>
  221. <IntrinsicFunctions>true</IntrinsicFunctions>
  222. </ClCompile>
  223. <Link>
  224. <GenerateDebugInformation>true</GenerateDebugInformation>
  225. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  226. <OptimizeReferences>true</OptimizeReferences>
  227. </Link>
  228. </ItemDefinitionGroup>
  229. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Lib|x64'">
  230. <ClCompile>
  231. <WarningLevel>Level4</WarningLevel>
  232. <Optimization>MaxSpeed</Optimization>
  233. <FunctionLevelLinking>true</FunctionLevelLinking>
  234. <IntrinsicFunctions>true</IntrinsicFunctions>
  235. </ClCompile>
  236. <Link>
  237. <GenerateDebugInformation>true</GenerateDebugInformation>
  238. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  239. <OptimizeReferences>true</OptimizeReferences>
  240. </Link>
  241. </ItemDefinitionGroup>
  242. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|Win32'">
  243. <ClCompile>
  244. <WarningLevel>Level4</WarningLevel>
  245. <Optimization>MaxSpeed</Optimization>
  246. <FunctionLevelLinking>true</FunctionLevelLinking>
  247. <IntrinsicFunctions>true</IntrinsicFunctions>
  248. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  249. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  250. <OmitFramePointers>true</OmitFramePointers>
  251. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  252. <StringPooling>true</StringPooling>
  253. <PreprocessorDefinitions>TINYXML2_IMPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  254. </ClCompile>
  255. <Link>
  256. <GenerateDebugInformation>false</GenerateDebugInformation>
  257. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  258. <OptimizeReferences>true</OptimizeReferences>
  259. <SubSystem>Console</SubSystem>
  260. <SetChecksum>true</SetChecksum>
  261. </Link>
  262. </ItemDefinitionGroup>
  263. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-Dll|x64'">
  264. <ClCompile>
  265. <WarningLevel>Level4</WarningLevel>
  266. <Optimization>MaxSpeed</Optimization>
  267. <FunctionLevelLinking>true</FunctionLevelLinking>
  268. <IntrinsicFunctions>true</IntrinsicFunctions>
  269. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  270. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  271. <OmitFramePointers>true</OmitFramePointers>
  272. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  273. <StringPooling>true</StringPooling>
  274. <PreprocessorDefinitions>TINYXML2_IMPORT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  275. </ClCompile>
  276. <Link>
  277. <GenerateDebugInformation>false</GenerateDebugInformation>
  278. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  279. <OptimizeReferences>true</OptimizeReferences>
  280. <SubSystem>Console</SubSystem>
  281. <SetChecksum>true</SetChecksum>
  282. </Link>
  283. </ItemDefinitionGroup>
  284. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  285. <ClCompile>
  286. <WarningLevel>Level4</WarningLevel>
  287. </ClCompile>
  288. <Link>
  289. <SubSystem>Console</SubSystem>
  290. </Link>
  291. </ItemDefinitionGroup>
  292. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  293. <ClCompile>
  294. <WarningLevel>Level4</WarningLevel>
  295. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  296. <IntrinsicFunctions>true</IntrinsicFunctions>
  297. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  298. <OmitFramePointers>true</OmitFramePointers>
  299. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  300. <StringPooling>true</StringPooling>
  301. </ClCompile>
  302. <Link>
  303. <GenerateDebugInformation>false</GenerateDebugInformation>
  304. <SubSystem>Console</SubSystem>
  305. <OptimizeReferences>true</OptimizeReferences>
  306. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  307. <SetChecksum>true</SetChecksum>
  308. </Link>
  309. </ItemDefinitionGroup>
  310. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  311. <ClCompile>
  312. <WarningLevel>Level4</WarningLevel>
  313. </ClCompile>
  314. <Link>
  315. <SubSystem>Console</SubSystem>
  316. </Link>
  317. </ItemDefinitionGroup>
  318. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  319. <ClCompile>
  320. <WarningLevel>Level4</WarningLevel>
  321. <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
  322. <IntrinsicFunctions>true</IntrinsicFunctions>
  323. <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
  324. <OmitFramePointers>true</OmitFramePointers>
  325. <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
  326. <StringPooling>true</StringPooling>
  327. </ClCompile>
  328. <Link>
  329. <GenerateDebugInformation>false</GenerateDebugInformation>
  330. <SubSystem>Console</SubSystem>
  331. <OptimizeReferences>true</OptimizeReferences>
  332. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  333. <SetChecksum>true</SetChecksum>
  334. </Link>
  335. </ItemDefinitionGroup>
  336. <ItemGroup>
  337. <ClCompile Include="..\xmltest.cpp" />
  338. </ItemGroup>
  339. <ItemGroup>
  340. <ProjectReference Include="tinyxml2.vcxproj">
  341. <Project>{d1c528b6-aa02-4d29-9d61-dc08e317a70d}</Project>
  342. </ProjectReference>
  343. </ItemGroup>
  344. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  345. <ImportGroup Label="ExtensionTargets">
  346. </ImportGroup>
  347. </Project>