hl.vcxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  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="ReleaseVS2013|Win32">
  13. <Configuration>ReleaseVS2013</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="ReleaseVS2013|x64">
  17. <Configuration>ReleaseVS2013</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>{BBF750D2-6DD2-4A41-AC3A-07C070B94FA1}</ProjectGuid>
  31. <Keyword>Win32Proj</Keyword>
  32. <RootNamespace>hl</RootNamespace>
  33. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  37. <ConfigurationType>Application</ConfigurationType>
  38. <UseDebugLibraries>true</UseDebugLibraries>
  39. <CharacterSet>Unicode</CharacterSet>
  40. <PlatformToolset>v142</PlatformToolset>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>Application</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <CharacterSet>Unicode</CharacterSet>
  46. <PlatformToolset>v142</PlatformToolset>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  49. <ConfigurationType>Application</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. <PlatformToolset>v142</PlatformToolset>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="Configuration">
  56. <ConfigurationType>Application</ConfigurationType>
  57. <UseDebugLibraries>false</UseDebugLibraries>
  58. <WholeProgramOptimization>true</WholeProgramOptimization>
  59. <CharacterSet>Unicode</CharacterSet>
  60. <PlatformToolset>v120</PlatformToolset>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  63. <ConfigurationType>Application</ConfigurationType>
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <WholeProgramOptimization>true</WholeProgramOptimization>
  66. <CharacterSet>Unicode</CharacterSet>
  67. <PlatformToolset>v142</PlatformToolset>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="Configuration">
  70. <ConfigurationType>Application</ConfigurationType>
  71. <UseDebugLibraries>false</UseDebugLibraries>
  72. <WholeProgramOptimization>true</WholeProgramOptimization>
  73. <CharacterSet>Unicode</CharacterSet>
  74. <PlatformToolset>v120</PlatformToolset>
  75. </PropertyGroup>
  76. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  77. <ImportGroup Label="ExtensionSettings">
  78. </ImportGroup>
  79. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  80. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  81. </ImportGroup>
  82. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  83. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  84. </ImportGroup>
  85. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  86. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  87. </ImportGroup>
  88. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'" Label="PropertySheets">
  89. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  90. </ImportGroup>
  91. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  92. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  93. </ImportGroup>
  94. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'" Label="PropertySheets">
  95. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  96. </ImportGroup>
  97. <PropertyGroup Label="UserMacros" />
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  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. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src;include/vtune</IncludePath>
  104. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  107. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  108. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  111. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src</IncludePath>
  112. <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(Configuration)</LibraryPath>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  115. <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);src;include/vtune</IncludePath>
  116. <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;x64/$(Configuration)</LibraryPath>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  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. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  123. <ClCompile>
  124. <PrecompiledHeader>
  125. </PrecompiledHeader>
  126. <Optimization>Disabled</Optimization>
  127. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  128. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  129. <WarningLevel>EnableAllWarnings</WarningLevel>
  130. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  131. <ConformanceMode>true</ConformanceMode>
  132. <LanguageStandard_C>stdc11</LanguageStandard_C>
  133. </ClCompile>
  134. <Link>
  135. <SubSystem>Console</SubSystem>
  136. <GenerateDebugInformation>true</GenerateDebugInformation>
  137. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  138. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  139. <DataExecutionPrevention>false</DataExecutionPrevention>
  140. <LargeAddressAware>true</LargeAddressAware>
  141. </Link>
  142. <Manifest>
  143. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  144. </Manifest>
  145. </ItemDefinitionGroup>
  146. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  147. <ClCompile>
  148. <PrecompiledHeader>
  149. </PrecompiledHeader>
  150. <WarningLevel>EnableAllWarnings</WarningLevel>
  151. <Optimization>Disabled</Optimization>
  152. <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;HL_VTUNE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  153. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  154. <ConformanceMode>true</ConformanceMode>
  155. <LanguageStandard_C>stdc11</LanguageStandard_C>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Console</SubSystem>
  159. <GenerateDebugInformation>true</GenerateDebugInformation>
  160. <AdditionalDependencies>libhl.lib;user32.lib;include/vtune/jitprofiling.lib</AdditionalDependencies>
  161. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  162. <DataExecutionPrevention>false</DataExecutionPrevention>
  163. </Link>
  164. <Manifest>
  165. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  166. </Manifest>
  167. </ItemDefinitionGroup>
  168. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  169. <ClCompile>
  170. <WarningLevel>EnableAllWarnings</WarningLevel>
  171. <PrecompiledHeader>
  172. </PrecompiledHeader>
  173. <Optimization>MaxSpeed</Optimization>
  174. <FunctionLevelLinking>true</FunctionLevelLinking>
  175. <IntrinsicFunctions>true</IntrinsicFunctions>
  176. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  177. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  178. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  179. <BufferSecurityCheck>false</BufferSecurityCheck>
  180. <ConformanceMode>true</ConformanceMode>
  181. <LanguageStandard_C>stdc11</LanguageStandard_C>
  182. </ClCompile>
  183. <Link>
  184. <SubSystem>Console</SubSystem>
  185. <GenerateDebugInformation>true</GenerateDebugInformation>
  186. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  187. <OptimizeReferences>true</OptimizeReferences>
  188. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  189. <LargeAddressAware>true</LargeAddressAware>
  190. </Link>
  191. <Manifest>
  192. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  193. </Manifest>
  194. </ItemDefinitionGroup>
  195. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|Win32'">
  196. <ClCompile>
  197. <WarningLevel>EnableAllWarnings</WarningLevel>
  198. <PrecompiledHeader>
  199. </PrecompiledHeader>
  200. <Optimization>MaxSpeed</Optimization>
  201. <FunctionLevelLinking>true</FunctionLevelLinking>
  202. <IntrinsicFunctions>true</IntrinsicFunctions>
  203. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  204. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  205. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  206. <BufferSecurityCheck>false</BufferSecurityCheck>
  207. <ConformanceMode>true</ConformanceMode>
  208. <LanguageStandard_C>stdc11</LanguageStandard_C>
  209. </ClCompile>
  210. <Link>
  211. <SubSystem>Console</SubSystem>
  212. <GenerateDebugInformation>true</GenerateDebugInformation>
  213. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  214. <OptimizeReferences>true</OptimizeReferences>
  215. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  216. <LargeAddressAware>true</LargeAddressAware>
  217. </Link>
  218. <Manifest>
  219. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  220. </Manifest>
  221. </ItemDefinitionGroup>
  222. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  223. <ClCompile>
  224. <WarningLevel>EnableAllWarnings</WarningLevel>
  225. <PrecompiledHeader>
  226. </PrecompiledHeader>
  227. <Optimization>MaxSpeed</Optimization>
  228. <FunctionLevelLinking>true</FunctionLevelLinking>
  229. <IntrinsicFunctions>true</IntrinsicFunctions>
  230. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;HL_VTUNE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  231. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  232. <BufferSecurityCheck>false</BufferSecurityCheck>
  233. <ConformanceMode>true</ConformanceMode>
  234. <LanguageStandard_C>stdc11</LanguageStandard_C>
  235. </ClCompile>
  236. <Link>
  237. <SubSystem>Console</SubSystem>
  238. <GenerateDebugInformation>true</GenerateDebugInformation>
  239. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  240. <OptimizeReferences>true</OptimizeReferences>
  241. <AdditionalDependencies>libhl.lib;user32.lib;include/vtune/jitprofiling.lib</AdditionalDependencies>
  242. </Link>
  243. <Manifest>
  244. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  245. </Manifest>
  246. </ItemDefinitionGroup>
  247. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseVS2013|x64'">
  248. <ClCompile>
  249. <WarningLevel>EnableAllWarnings</WarningLevel>
  250. <PrecompiledHeader>
  251. </PrecompiledHeader>
  252. <Optimization>MaxSpeed</Optimization>
  253. <FunctionLevelLinking>true</FunctionLevelLinking>
  254. <IntrinsicFunctions>true</IntrinsicFunctions>
  255. <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  256. <AdditionalOptions>/wd4456 /wd4100 /wd4204 /wd4702 /wd4457 %(AdditionalOptions)</AdditionalOptions>
  257. <BufferSecurityCheck>false</BufferSecurityCheck>
  258. <ConformanceMode>true</ConformanceMode>
  259. <LanguageStandard_C>stdc11</LanguageStandard_C>
  260. </ClCompile>
  261. <Link>
  262. <SubSystem>Console</SubSystem>
  263. <GenerateDebugInformation>true</GenerateDebugInformation>
  264. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  265. <OptimizeReferences>true</OptimizeReferences>
  266. <AdditionalDependencies>libhl.lib;user32.lib</AdditionalDependencies>
  267. </Link>
  268. <Manifest>
  269. <EnableDpiAwareness>PerMonitorHighDPIAware</EnableDpiAwareness>
  270. </Manifest>
  271. </ItemDefinitionGroup>
  272. <ItemGroup>
  273. <ClCompile Include="src\code.c" />
  274. <ClCompile Include="src\debugger.c" />
  275. <ClCompile Include="src\jit.c" />
  276. <ClCompile Include="src\main.c" />
  277. <ClCompile Include="src\module.c" />
  278. <ClCompile Include="src\profile.c" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <ClInclude Include="src\hl.h" />
  282. <ClInclude Include="src\hlmodule.h" />
  283. <ClInclude Include="src\hlsystem.h" />
  284. <ClInclude Include="src\opcodes.h" />
  285. </ItemGroup>
  286. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  287. <ImportGroup Label="ExtensionTargets">
  288. </ImportGroup>
  289. </Project>