hlc.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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|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="ReleaseStatic|Win32">
  13. <Configuration>ReleaseStatic</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="ReleaseStatic|x64">
  17. <Configuration>ReleaseStatic</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{80755B1F-41F6-4C73-B3F3-8325AEAE1016}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>hlc</RootNamespace>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  36. <ConfigurationType>Application</ConfigurationType>
  37. <UseDebugLibraries>true</UseDebugLibraries>
  38. <CharacterSet>Unicode</CharacterSet>
  39. <PlatformToolset>v140</PlatformToolset>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <CharacterSet>Unicode</CharacterSet>
  45. <PlatformToolset>v140</PlatformToolset>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <WholeProgramOptimization>true</WholeProgramOptimization>
  51. <CharacterSet>Unicode</CharacterSet>
  52. <PlatformToolset>v140</PlatformToolset>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="Configuration">
  55. <ConfigurationType>Application</ConfigurationType>
  56. <UseDebugLibraries>false</UseDebugLibraries>
  57. <WholeProgramOptimization>true</WholeProgramOptimization>
  58. <CharacterSet>Unicode</CharacterSet>
  59. <PlatformToolset>v140</PlatformToolset>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  62. <ConfigurationType>Application</ConfigurationType>
  63. <UseDebugLibraries>false</UseDebugLibraries>
  64. <WholeProgramOptimization>true</WholeProgramOptimization>
  65. <CharacterSet>Unicode</CharacterSet>
  66. <PlatformToolset>v140</PlatformToolset>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="Configuration">
  69. <ConfigurationType>Application</ConfigurationType>
  70. <UseDebugLibraries>false</UseDebugLibraries>
  71. <WholeProgramOptimization>true</WholeProgramOptimization>
  72. <CharacterSet>Unicode</CharacterSet>
  73. <PlatformToolset>Windows7.1SDK</PlatformToolset>
  74. </PropertyGroup>
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  76. <ImportGroup Label="ExtensionSettings">
  77. </ImportGroup>
  78. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  79. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  80. </ImportGroup>
  81. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  82. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  83. </ImportGroup>
  84. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  86. </ImportGroup>
  87. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="PropertySheets">
  88. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  89. </ImportGroup>
  90. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  91. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  92. </ImportGroup>
  93. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="PropertySheets">
  94. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  95. </ImportGroup>
  96. <PropertyGroup Label="UserMacros" />
  97. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  98. <LinkIncremental>true</LinkIncremental>
  99. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  100. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  103. <LinkIncremental>true</LinkIncremental>
  104. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  105. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  108. <LinkIncremental>true</LinkIncremental>
  109. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  110. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'">
  113. <LinkIncremental>true</LinkIncremental>
  114. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  115. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  116. </PropertyGroup>
  117. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  118. <LinkIncremental>true</LinkIncremental>
  119. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  120. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'">
  123. <LinkIncremental>true</LinkIncremental>
  124. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  125. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(Configuration)</LibraryPath>
  126. </PropertyGroup>
  127. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  128. <ClCompile>
  129. <PrecompiledHeader>
  130. </PrecompiledHeader>
  131. <Optimization>Disabled</Optimization>
  132. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);INCLUDE_ALL</PreprocessorDefinitions>
  133. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Console</SubSystem>
  137. <GenerateDebugInformation>true</GenerateDebugInformation>
  138. <AdditionalDependencies>libhl.lib;sdl.lib;fmt.lib;ui.lib;ssl.lib</AdditionalDependencies>
  139. </Link>
  140. </ItemDefinitionGroup>
  141. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  142. <ClCompile>
  143. <PrecompiledHeader>
  144. </PrecompiledHeader>
  145. <WarningLevel>Level3</WarningLevel>
  146. <Optimization>Disabled</Optimization>
  147. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);INCLUDE_ALL</PreprocessorDefinitions>
  148. </ClCompile>
  149. <Link>
  150. <SubSystem>Console</SubSystem>
  151. <GenerateDebugInformation>true</GenerateDebugInformation>
  152. <AdditionalDependencies>libhl.lib;sdl.lib;fmt.lib;ui.lib;ssl.lib</AdditionalDependencies>
  153. </Link>
  154. </ItemDefinitionGroup>
  155. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  156. <ClCompile>
  157. <WarningLevel>Level3</WarningLevel>
  158. <PrecompiledHeader>
  159. </PrecompiledHeader>
  160. <Optimization>MaxSpeed</Optimization>
  161. <FunctionLevelLinking>true</FunctionLevelLinking>
  162. <IntrinsicFunctions>true</IntrinsicFunctions>
  163. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);INCLUDE_ALL</PreprocessorDefinitions>
  164. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  165. <WholeProgramOptimization>false</WholeProgramOptimization>
  166. <BufferSecurityCheck>false</BufferSecurityCheck>
  167. </ClCompile>
  168. <Link>
  169. <SubSystem>Console</SubSystem>
  170. <GenerateDebugInformation>true</GenerateDebugInformation>
  171. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  172. <OptimizeReferences>true</OptimizeReferences>
  173. <AdditionalDependencies>libhl.lib;sdl.lib;fmt.lib;ui.lib;ssl.lib</AdditionalDependencies>
  174. </Link>
  175. </ItemDefinitionGroup>
  176. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'">
  177. <ClCompile>
  178. <WarningLevel>Level3</WarningLevel>
  179. <PrecompiledHeader>
  180. </PrecompiledHeader>
  181. <Optimization>MaxSpeed</Optimization>
  182. <FunctionLevelLinking>true</FunctionLevelLinking>
  183. <IntrinsicFunctions>true</IntrinsicFunctions>
  184. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);INCLUDE_ALL</PreprocessorDefinitions>
  185. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  186. <WholeProgramOptimization>false</WholeProgramOptimization>
  187. <BufferSecurityCheck>false</BufferSecurityCheck>
  188. </ClCompile>
  189. <Link>
  190. <SubSystem>Console</SubSystem>
  191. <GenerateDebugInformation>true</GenerateDebugInformation>
  192. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  193. <OptimizeReferences>true</OptimizeReferences>
  194. <AdditionalDependencies>std.lib;sdl.lib;fmt.lib;ui.lib;ws2_32.lib;user32.lib;gdi32.lib;include/turbojpeg/x86/simd.lib;include/sdl/lib/x86/SDL2.lib;opengl32.lib;winmm.lib</AdditionalDependencies>
  195. </Link>
  196. </ItemDefinitionGroup>
  197. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  198. <ClCompile>
  199. <WarningLevel>Level3</WarningLevel>
  200. <PrecompiledHeader>
  201. </PrecompiledHeader>
  202. <Optimization>MaxSpeed</Optimization>
  203. <FunctionLevelLinking>true</FunctionLevelLinking>
  204. <IntrinsicFunctions>true</IntrinsicFunctions>
  205. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);INCLUDE_ALL</PreprocessorDefinitions>
  206. <WholeProgramOptimization>false</WholeProgramOptimization>
  207. <BufferSecurityCheck>false</BufferSecurityCheck>
  208. </ClCompile>
  209. <Link>
  210. <SubSystem>Console</SubSystem>
  211. <GenerateDebugInformation>true</GenerateDebugInformation>
  212. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  213. <OptimizeReferences>true</OptimizeReferences>
  214. <AdditionalDependencies>libhl.lib;sdl.lib;fmt.lib;ui.lib;ssl.lib</AdditionalDependencies>
  215. </Link>
  216. </ItemDefinitionGroup>
  217. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'">
  218. <ClCompile>
  219. <WarningLevel>Level3</WarningLevel>
  220. <PrecompiledHeader>
  221. </PrecompiledHeader>
  222. <Optimization>MaxSpeed</Optimization>
  223. <FunctionLevelLinking>true</FunctionLevelLinking>
  224. <IntrinsicFunctions>true</IntrinsicFunctions>
  225. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);INCLUDE_ALL</PreprocessorDefinitions>
  226. <WholeProgramOptimization>false</WholeProgramOptimization>
  227. <BufferSecurityCheck>false</BufferSecurityCheck>
  228. </ClCompile>
  229. <Link>
  230. <SubSystem>Console</SubSystem>
  231. <GenerateDebugInformation>true</GenerateDebugInformation>
  232. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  233. <OptimizeReferences>true</OptimizeReferences>
  234. <AdditionalDependencies>std.lib;sdl.lib;fmt.lib;ui.lib</AdditionalDependencies>
  235. </Link>
  236. </ItemDefinitionGroup>
  237. <ItemGroup>
  238. <ClCompile Include="src\_main.c" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <ClInclude Include="src\hlc.h" />
  242. </ItemGroup>
  243. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  244. <ImportGroup Label="ExtensionTargets">
  245. </ImportGroup>
  246. </Project>