test.vcxproj 17 KB

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