WAT.vcxproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</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. <VCProjectVersion>16.0</VCProjectVersion>
  23. <Keyword>Win32Proj</Keyword>
  24. <ProjectGuid>{c5714908-a71f-4644-bd95-aad8ee7914da}</ProjectGuid>
  25. <RootNamespace>WAT</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>StaticLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v142</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>StaticLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v142</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>Unicode</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>StaticLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v142</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>StaticLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v142</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  74. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  75. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  79. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  82. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  83. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <OutDir>$(PlatformShortName)_$(Configuration)\</OutDir>
  87. <IntDir>$(PlatformShortName)_$(Configuration)\</IntDir>
  88. </PropertyGroup>
  89. <PropertyGroup Label="Vcpkg">
  90. <VcpkgEnableManifest>false</VcpkgEnableManifest>
  91. </PropertyGroup>
  92. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  93. <VcpkgInstalledDir>
  94. </VcpkgInstalledDir>
  95. <VcpkgUseStatic>false</VcpkgUseStatic>
  96. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  97. </PropertyGroup>
  98. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  99. <VcpkgInstalledDir>
  100. </VcpkgInstalledDir>
  101. <VcpkgUseStatic>false</VcpkgUseStatic>
  102. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  103. </PropertyGroup>
  104. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  105. <VcpkgInstalledDir>
  106. </VcpkgInstalledDir>
  107. <VcpkgUseStatic>false</VcpkgUseStatic>
  108. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  109. </PropertyGroup>
  110. <PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  111. <VcpkgInstalledDir>
  112. </VcpkgInstalledDir>
  113. <VcpkgUseStatic>false</VcpkgUseStatic>
  114. <VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
  115. </PropertyGroup>
  116. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  117. <ClCompile>
  118. <WarningLevel>Level3</WarningLevel>
  119. <SDLCheck>true</SDLCheck>
  120. <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  121. <ConformanceMode>true</ConformanceMode>
  122. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  123. <PrecompiledHeaderFile>
  124. </PrecompiledHeaderFile>
  125. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  126. <SupportJustMyCode>false</SupportJustMyCode>
  127. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  128. <AdditionalIncludeDirectories>..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  129. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  130. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  131. </ClCompile>
  132. <Link>
  133. <SubSystem>
  134. </SubSystem>
  135. <GenerateDebugInformation>true</GenerateDebugInformation>
  136. </Link>
  137. <Lib>
  138. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  139. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  140. </Lib>
  141. <ProjectReference>
  142. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  143. </ProjectReference>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  146. <ClCompile>
  147. <WarningLevel>Level3</WarningLevel>
  148. <FunctionLevelLinking>true</FunctionLevelLinking>
  149. <IntrinsicFunctions>true</IntrinsicFunctions>
  150. <SDLCheck>true</SDLCheck>
  151. <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  152. <ConformanceMode>true</ConformanceMode>
  153. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  154. <PrecompiledHeaderFile>
  155. </PrecompiledHeaderFile>
  156. <DebugInformationFormat>None</DebugInformationFormat>
  157. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  158. <AdditionalIncludeDirectories>..\Wasabi;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  159. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  160. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  161. <WholeProgramOptimization>false</WholeProgramOptimization>
  162. </ClCompile>
  163. <Link>
  164. <SubSystem>
  165. </SubSystem>
  166. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  167. <OptimizeReferences>true</OptimizeReferences>
  168. <GenerateDebugInformation>true</GenerateDebugInformation>
  169. </Link>
  170. <Lib>
  171. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  172. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  173. </Lib>
  174. <ProjectReference>
  175. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  176. </ProjectReference>
  177. </ItemDefinitionGroup>
  178. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  179. <ClCompile>
  180. <WarningLevel>Level3</WarningLevel>
  181. <SDLCheck>true</SDLCheck>
  182. <PreprocessorDefinitions>_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  183. <ConformanceMode>true</ConformanceMode>
  184. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  185. <PrecompiledHeaderFile>
  186. </PrecompiledHeaderFile>
  187. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  188. <SupportJustMyCode>false</SupportJustMyCode>
  189. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  190. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  191. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  192. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  193. </ClCompile>
  194. <Link>
  195. <SubSystem>
  196. </SubSystem>
  197. <GenerateDebugInformation>true</GenerateDebugInformation>
  198. </Link>
  199. <Lib>
  200. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  201. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  202. </Lib>
  203. <ProjectReference>
  204. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  205. </ProjectReference>
  206. </ItemDefinitionGroup>
  207. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  208. <ClCompile>
  209. <WarningLevel>Level3</WarningLevel>
  210. <FunctionLevelLinking>true</FunctionLevelLinking>
  211. <IntrinsicFunctions>true</IntrinsicFunctions>
  212. <SDLCheck>true</SDLCheck>
  213. <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  214. <ConformanceMode>true</ConformanceMode>
  215. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  216. <PrecompiledHeaderFile>
  217. </PrecompiledHeaderFile>
  218. <DebugInformationFormat>None</DebugInformationFormat>
  219. <MultiProcessorCompilation>true</MultiProcessorCompilation>
  220. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  221. <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
  222. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  223. <WholeProgramOptimization>false</WholeProgramOptimization>
  224. </ClCompile>
  225. <Link>
  226. <SubSystem>
  227. </SubSystem>
  228. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  229. <OptimizeReferences>true</OptimizeReferences>
  230. <GenerateDebugInformation>true</GenerateDebugInformation>
  231. </Link>
  232. <Lib>
  233. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  234. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  235. </Lib>
  236. <ProjectReference>
  237. <LinkLibraryDependencies>true</LinkLibraryDependencies>
  238. </ProjectReference>
  239. </ItemDefinitionGroup>
  240. <ItemGroup>
  241. <ClInclude Include="framework.h" />
  242. <ClInclude Include="WAT.h" />
  243. <ClInclude Include="wa_logger.h" />
  244. </ItemGroup>
  245. <ItemGroup>
  246. <ClCompile Include="WAT.cpp" />
  247. <ClCompile Include="wat_nodeptr.h" />
  248. <ClCompile Include="wa_bits_operation.cpp" />
  249. <ClCompile Include="wa_files.cpp" />
  250. <ClCompile Include="wa_strings.cpp" />
  251. </ItemGroup>
  252. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  253. <ImportGroup Label="ExtensionTargets">
  254. </ImportGroup>
  255. </Project>