test.vcxproj 17 KB

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