hl.vcxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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="ReleaseDX12Agility|Win32">
  13. <Configuration>ReleaseDX12Agility</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="ReleaseDX12Agility|x64">
  17. <Configuration>ReleaseDX12Agility</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="ReleaseVS2013|Win32">
  21. <Configuration>ReleaseVS2013</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="ReleaseVS2013|x64">
  25. <Configuration>ReleaseVS2013</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|Win32">
  29. <Configuration>Release</Configuration>
  30. <Platform>Win32</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{BBF750D2-6DD2-4A41-AC3A-07C070B94FA1}</ProjectGuid>
  39. <Keyword>Win32Proj</Keyword>
  40. <RootNamespace>hl</RootNamespace>
  41. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  42. </PropertyGroup>
  43. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  45. <ConfigurationType>Application</ConfigurationType>
  46. <UseDebugLibraries>true</UseDebugLibraries>
  47. <CharacterSet>Unicode</CharacterSet>
  48. <PlatformToolset>v142</PlatformToolset>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  51. <ConfigurationType>Application</ConfigurationType>
  52. <UseDebugLibraries>true</UseDebugLibraries>
  53. <CharacterSet>Unicode</CharacterSet>
  54. <PlatformToolset>v142</PlatformToolset>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  57. <ConfigurationType>Application</ConfigurationType>
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. <CharacterSet>Unicode</CharacterSet>
  61. <PlatformToolset>v142</PlatformToolset>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|Win32'" Label="Configuration">
  64. <ConfigurationType>Application</ConfigurationType>
  65. <UseDebugLibraries>false</UseDebugLibraries>
  66. <WholeProgramOptimization>true</WholeProgramOptimization>
  67. <CharacterSet>Unicode</CharacterSet>
  68. <PlatformToolset>v142</PlatformToolset>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  71. <ConfigurationType>Application</ConfigurationType>
  72. <UseDebugLibraries>false</UseDebugLibraries>
  73. <WholeProgramOptimization>true</WholeProgramOptimization>
  74. <CharacterSet>Unicode</CharacterSet>
  75. <PlatformToolset>v120</PlatformToolset>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  78. <ConfigurationType>Application</ConfigurationType>
  79. <UseDebugLibraries>false</UseDebugLibraries>
  80. <WholeProgramOptimization>true</WholeProgramOptimization>
  81. <CharacterSet>Unicode</CharacterSet>
  82. <PlatformToolset>v142</PlatformToolset>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|x64'" Label="Configuration">
  85. <ConfigurationType>Application</ConfigurationType>
  86. <UseDebugLibraries>false</UseDebugLibraries>
  87. <WholeProgramOptimization>true</WholeProgramOptimization>
  88. <CharacterSet>Unicode</CharacterSet>
  89. <PlatformToolset>v142</PlatformToolset>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  92. <ConfigurationType>Application</ConfigurationType>
  93. <UseDebugLibraries>false</UseDebugLibraries>
  94. <WholeProgramOptimization>true</WholeProgramOptimization>
  95. <CharacterSet>Unicode</CharacterSet>
  96. <PlatformToolset>v120</PlatformToolset>
  97. </PropertyGroup>
  98. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  99. <ImportGroup Label="ExtensionSettings">
  100. </ImportGroup>
  101. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  102. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  103. </ImportGroup>
  104. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  105. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  106. </ImportGroup>
  107. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  108. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  109. </ImportGroup>
  110. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|Win32'" Label="PropertySheets">
  111. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  112. </ImportGroup>
  113. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  114. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  115. </ImportGroup>
  116. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  117. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  118. </ImportGroup>
  119. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|x64'" Label="PropertySheets">
  120. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  121. </ImportGroup>
  122. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  123. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  124. </ImportGroup>
  125. <PropertyGroup Label="UserMacros" />
  126. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  127. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  128. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  131. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src;include/vtune</IncludePath>
  132. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  135. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  136. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|Win32'">
  139. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  140. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration);Release</LibraryPath>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  143. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  144. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  147. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src;include/vtune</IncludePath>
  148. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|x64'">
  151. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src;include/vtune</IncludePath>
  152. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration);x64/Release</LibraryPath>
  153. </PropertyGroup>
  154. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  155. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  156. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  157. </PropertyGroup>
  158. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  159. <ClCompile>
  160. <PrecompiledHeader>
  161. </PrecompiledHeader>
  162. <Optimization>Disabled</Optimization>
  163. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  164. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  165. <WarningLevel>EnableAllWarnings</WarningLevel>
  166. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  167. <ConformanceMode>true</ConformanceMode>
  168. <LanguageStandard_C>stdc11</LanguageStandard_C>
  169. </ClCompile>
  170. <Link>
  171. <SubSystem>Console</SubSystem>
  172. <GenerateDebugInformation>true</GenerateDebugInformation>
  173. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  174. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  175. <DataExecutionPrevention>false</DataExecutionPrevention>
  176. <LargeAddressAware>true</LargeAddressAware>
  177. </Link>
  178. <Manifest>
  179. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  180. </Manifest>
  181. </ItemDefinitionGroup>
  182. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  183. <ClCompile>
  184. <PrecompiledHeader>
  185. </PrecompiledHeader>
  186. <WarningLevel>EnableAllWarnings</WarningLevel>
  187. <Optimization>Disabled</Optimization>
  188. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;HL_VTUNE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  190. <ConformanceMode>true</ConformanceMode>
  191. <LanguageStandard_C>stdc11</LanguageStandard_C>
  192. </ClCompile>
  193. <Link>
  194. <SubSystem>Console</SubSystem>
  195. <GenerateDebugInformation>true</GenerateDebugInformation>
  196. <AdditionalDependencies>libhl.lib;user32.lib;include/vtune/jitprofiling.lib</AdditionalDependencies>
  197. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  198. <DataExecutionPrevention>false</DataExecutionPrevention>
  199. </Link>
  200. <Manifest>
  201. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  202. </Manifest>
  203. </ItemDefinitionGroup>
  204. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  205. <ClCompile>
  206. <WarningLevel>EnableAllWarnings</WarningLevel>
  207. <PrecompiledHeader>
  208. </PrecompiledHeader>
  209. <Optimization>MaxSpeed</Optimization>
  210. <FunctionLevelLinking>true</FunctionLevelLinking>
  211. <IntrinsicFunctions>true</IntrinsicFunctions>
  212. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  213. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  214. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  215. <BufferSecurityCheck>false</BufferSecurityCheck>
  216. <ConformanceMode>true</ConformanceMode>
  217. <LanguageStandard_C>stdc11</LanguageStandard_C>
  218. </ClCompile>
  219. <Link>
  220. <SubSystem>Console</SubSystem>
  221. <GenerateDebugInformation>true</GenerateDebugInformation>
  222. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  223. <OptimizeReferences>true</OptimizeReferences>
  224. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  225. <LargeAddressAware>true</LargeAddressAware>
  226. </Link>
  227. <Manifest>
  228. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  229. </Manifest>
  230. </ItemDefinitionGroup>
  231. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|Win32'">
  232. <ClCompile>
  233. <WarningLevel>EnableAllWarnings</WarningLevel>
  234. <PrecompiledHeader>
  235. </PrecompiledHeader>
  236. <Optimization>MaxSpeed</Optimization>
  237. <FunctionLevelLinking>true</FunctionLevelLinking>
  238. <IntrinsicFunctions>true</IntrinsicFunctions>
  239. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  240. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  241. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  242. <BufferSecurityCheck>false</BufferSecurityCheck>
  243. <ConformanceMode>true</ConformanceMode>
  244. <LanguageStandard_C>stdc11</LanguageStandard_C>
  245. </ClCompile>
  246. <Link>
  247. <SubSystem>Console</SubSystem>
  248. <GenerateDebugInformation>true</GenerateDebugInformation>
  249. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  250. <OptimizeReferences>true</OptimizeReferences>
  251. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  252. <LargeAddressAware>true</LargeAddressAware>
  253. </Link>
  254. <Manifest>
  255. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  256. </Manifest>
  257. </ItemDefinitionGroup>
  258. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  259. <ClCompile>
  260. <WarningLevel>EnableAllWarnings</WarningLevel>
  261. <PrecompiledHeader>
  262. </PrecompiledHeader>
  263. <Optimization>MaxSpeed</Optimization>
  264. <FunctionLevelLinking>true</FunctionLevelLinking>
  265. <IntrinsicFunctions>true</IntrinsicFunctions>
  266. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  267. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  268. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  269. <BufferSecurityCheck>false</BufferSecurityCheck>
  270. <ConformanceMode>true</ConformanceMode>
  271. <LanguageStandard_C>stdc11</LanguageStandard_C>
  272. </ClCompile>
  273. <Link>
  274. <SubSystem>Console</SubSystem>
  275. <GenerateDebugInformation>true</GenerateDebugInformation>
  276. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  277. <OptimizeReferences>true</OptimizeReferences>
  278. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  279. <LargeAddressAware>true</LargeAddressAware>
  280. </Link>
  281. <Manifest>
  282. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  283. </Manifest>
  284. </ItemDefinitionGroup>
  285. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  286. <ClCompile>
  287. <WarningLevel>EnableAllWarnings</WarningLevel>
  288. <PrecompiledHeader>
  289. </PrecompiledHeader>
  290. <Optimization>MaxSpeed</Optimization>
  291. <FunctionLevelLinking>true</FunctionLevelLinking>
  292. <IntrinsicFunctions>true</IntrinsicFunctions>
  293. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;HL_VTUNE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  294. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  295. <BufferSecurityCheck>false</BufferSecurityCheck>
  296. <ConformanceMode>true</ConformanceMode>
  297. <LanguageStandard_C>stdc11</LanguageStandard_C>
  298. </ClCompile>
  299. <Link>
  300. <SubSystem>Console</SubSystem>
  301. <GenerateDebugInformation>true</GenerateDebugInformation>
  302. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  303. <OptimizeReferences>true</OptimizeReferences>
  304. <AdditionalDependencies>libhl.lib;user32.lib;include/vtune/jitprofiling.lib</AdditionalDependencies>
  305. </Link>
  306. <Manifest>
  307. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  308. </Manifest>
  309. </ItemDefinitionGroup>
  310. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDX12Agility|x64'">
  311. <ClCompile>
  312. <WarningLevel>EnableAllWarnings</WarningLevel>
  313. <PrecompiledHeader>
  314. </PrecompiledHeader>
  315. <Optimization>MaxSpeed</Optimization>
  316. <FunctionLevelLinking>true</FunctionLevelLinking>
  317. <IntrinsicFunctions>true</IntrinsicFunctions>
  318. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;HL_VTUNE;HL_DX12_AGILITY_VERSION=618;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  319. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  320. <BufferSecurityCheck>false</BufferSecurityCheck>
  321. <ConformanceMode>true</ConformanceMode>
  322. <LanguageStandard_C>stdc11</LanguageStandard_C>
  323. </ClCompile>
  324. <Link>
  325. <SubSystem>Console</SubSystem>
  326. <GenerateDebugInformation>true</GenerateDebugInformation>
  327. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  328. <OptimizeReferences>true</OptimizeReferences>
  329. <AdditionalDependencies>libhl.lib;user32.lib;include/vtune/jitprofiling.lib</AdditionalDependencies>
  330. </Link>
  331. <Manifest>
  332. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  333. </Manifest>
  334. </ItemDefinitionGroup>
  335. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  336. <ClCompile>
  337. <WarningLevel>EnableAllWarnings</WarningLevel>
  338. <PrecompiledHeader>
  339. </PrecompiledHeader>
  340. <Optimization>MaxSpeed</Optimization>
  341. <FunctionLevelLinking>true</FunctionLevelLinking>
  342. <IntrinsicFunctions>true</IntrinsicFunctions>
  343. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  344. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  345. <BufferSecurityCheck>false</BufferSecurityCheck>
  346. <ConformanceMode>true</ConformanceMode>
  347. <LanguageStandard_C>stdc11</LanguageStandard_C>
  348. </ClCompile>
  349. <Link>
  350. <SubSystem>Console</SubSystem>
  351. <GenerateDebugInformation>true</GenerateDebugInformation>
  352. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  353. <OptimizeReferences>true</OptimizeReferences>
  354. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  355. </Link>
  356. <Manifest>
  357. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  358. </Manifest>
  359. </ItemDefinitionGroup>
  360. <ItemGroup>
  361. <ClCompile Include="src\code.c" />
  362. <ClCompile Include="src\debugger.c" />
  363. <ClCompile Include="src\jit.c" />
  364. <ClCompile Include="src\main.c" />
  365. <ClCompile Include="src\module.c" />
  366. <ClCompile Include="src\profile.c" />
  367. </ItemGroup>
  368. <ItemGroup>
  369. <ClInclude Include="src\hl.h" />
  370. <ClInclude Include="src\hlmodule.h" />
  371. <ClInclude Include="src\hlsystem.h" />
  372. <ClInclude Include="src\opcodes.h" />
  373. </ItemGroup>
  374. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  375. <ImportGroup Label="ExtensionTargets">
  376. </ImportGroup>
  377. </Project>