1
0

ml_xmlex.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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. <ProjectGuid>{BB556FAF-21F5-418E-9BDE-1F9EFF4AA042}</ProjectGuid>
  23. <Keyword>Win32Proj</Keyword>
  24. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  25. </PropertyGroup>
  26. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>DynamicLibrary</ConfigurationType>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <CharacterSet>Unicode</CharacterSet>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  33. <ConfigurationType>DynamicLibrary</ConfigurationType>
  34. <PlatformToolset>v142</PlatformToolset>
  35. <CharacterSet>Unicode</CharacterSet>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  38. <ConfigurationType>DynamicLibrary</ConfigurationType>
  39. <PlatformToolset>v142</PlatformToolset>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <PlatformToolset>v142</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  48. <ImportGroup Label="ExtensionSettings">
  49. </ImportGroup>
  50. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <PropertyGroup Label="UserMacros" />
  63. <PropertyGroup>
  64. <_ProjectFileVersion>16.0.32629.160</_ProjectFileVersion>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  67. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  68. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  69. <LinkIncremental>false</LinkIncremental>
  70. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  71. <CodeAnalysisRules />
  72. <CodeAnalysisRuleAssemblies />
  73. <IncludePath>$(IncludePath)</IncludePath>
  74. <LibraryPath>$(LibraryPath)</LibraryPath>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  77. <LinkIncremental>false</LinkIncremental>
  78. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  79. <CodeAnalysisRules />
  80. <CodeAnalysisRuleAssemblies />
  81. <IncludePath>$(IncludePath)</IncludePath>
  82. <LibraryPath>$(LibraryPath)</LibraryPath>
  83. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  84. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  87. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  88. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  89. <LinkIncremental>false</LinkIncremental>
  90. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  91. <CodeAnalysisRules />
  92. <CodeAnalysisRuleAssemblies />
  93. <IncludePath>$(IncludePath)</IncludePath>
  94. <LibraryPath>$(LibraryPath)</LibraryPath>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  97. <LinkIncremental>false</LinkIncremental>
  98. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  99. <CodeAnalysisRules />
  100. <CodeAnalysisRuleAssemblies />
  101. <IncludePath>$(IncludePath)</IncludePath>
  102. <LibraryPath>$(LibraryPath)</LibraryPath>
  103. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  104. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  105. </PropertyGroup>
  106. <PropertyGroup Label="Vcpkg">
  107. <VcpkgEnabled>false</VcpkgEnabled>
  108. </PropertyGroup>
  109. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  110. <VcpkgConfiguration>Debug</VcpkgConfiguration>
  111. </PropertyGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  113. <ClCompile>
  114. <Optimization>Disabled</Optimization>
  115. <AdditionalIncludeDirectories>..\..;..\..\..\wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  116. <PreprocessorDefinitions>UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  117. <MinimalRebuild>false</MinimalRebuild>
  118. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  119. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  120. <PrecompiledHeader />
  121. <WarningLevel>Level3</WarningLevel>
  122. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  123. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  124. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  125. </ClCompile>
  126. <Link>
  127. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  128. <GenerateDebugInformation>true</GenerateDebugInformation>
  129. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  130. <SubSystem>Windows</SubSystem>
  131. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  132. <TargetMachine>MachineX86</TargetMachine>
  133. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  134. </Link>
  135. </ItemDefinitionGroup>
  136. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  137. <ClCompile>
  138. <Optimization>Disabled</Optimization>
  139. <AdditionalIncludeDirectories>..\..;..\..\..\wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  140. <PreprocessorDefinitions>UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  141. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  142. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  143. <PrecompiledHeader>
  144. </PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  147. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  148. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  149. </ClCompile>
  150. <Link>
  151. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  152. <GenerateDebugInformation>true</GenerateDebugInformation>
  153. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  154. <SubSystem>Windows</SubSystem>
  155. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  156. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  157. </Link>
  158. </ItemDefinitionGroup>
  159. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  160. <ClCompile>
  161. <Optimization>MinSpace</Optimization>
  162. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  163. <OmitFramePointers>true</OmitFramePointers>
  164. <AdditionalIncludeDirectories>..\..;..\..\..\wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  165. <PreprocessorDefinitions>UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  166. <StringPooling>true</StringPooling>
  167. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  168. <BufferSecurityCheck>true</BufferSecurityCheck>
  169. <FunctionLevelLinking>true</FunctionLevelLinking>
  170. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  171. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  172. <PrecompiledHeader />
  173. <WarningLevel>Level3</WarningLevel>
  174. <DebugInformationFormat>None</DebugInformationFormat>
  175. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  176. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  177. </ClCompile>
  178. <Link>
  179. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  180. <GenerateDebugInformation>true</GenerateDebugInformation>
  181. <SubSystem>Windows</SubSystem>
  182. <OptimizeReferences>true</OptimizeReferences>
  183. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  184. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  185. <TargetMachine>MachineX86</TargetMachine>
  186. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  187. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  188. </Link>
  189. </ItemDefinitionGroup>
  190. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  191. <ClCompile>
  192. <Optimization>MinSpace</Optimization>
  193. <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
  194. <OmitFramePointers>true</OmitFramePointers>
  195. <AdditionalIncludeDirectories>..\..;..\..\..\wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  196. <PreprocessorDefinitions>UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  197. <StringPooling>true</StringPooling>
  198. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  199. <BufferSecurityCheck>true</BufferSecurityCheck>
  200. <FunctionLevelLinking>true</FunctionLevelLinking>
  201. <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
  202. <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope>
  203. <PrecompiledHeader>
  204. </PrecompiledHeader>
  205. <WarningLevel>Level3</WarningLevel>
  206. <DebugInformationFormat>None</DebugInformationFormat>
  207. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  208. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  209. </ClCompile>
  210. <Link>
  211. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  212. <GenerateDebugInformation>true</GenerateDebugInformation>
  213. <SubSystem>Windows</SubSystem>
  214. <OptimizeReferences>true</OptimizeReferences>
  215. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  216. <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
  217. <ProgramDatabaseFile>$(IntDir)$(TargetName).pdb</ProgramDatabaseFile>
  218. <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
  219. </Link>
  220. </ItemDefinitionGroup>
  221. <ItemGroup>
  222. <ClCompile Include="main.cpp" />
  223. <ClCompile Include="xmlview.cpp" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <ClInclude Include="main.h" />
  227. <ClInclude Include="resource.h" />
  228. <ClInclude Include="api.h" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <ResourceCompile Include="ml_xmlex.rc" />
  232. </ItemGroup>
  233. <ItemGroup>
  234. <ProjectReference Include="..\..\..\Wasabi\Wasabi.vcxproj">
  235. <Project>{3e0bfa8a-b86a-42e9-a33f-ec294f823f7f}</Project>
  236. </ProjectReference>
  237. </ItemGroup>
  238. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  239. <ImportGroup Label="ExtensionTargets">
  240. </ImportGroup>
  241. </Project>