randomx.vcxproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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="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>15.0</VCProjectVersion>
  23. <ProjectGuid>{3346A4AD-C438-4324-8B77-47A16452954B}</ProjectGuid>
  24. <RootNamespace>randomx</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v141</PlatformToolset>
  32. <CharacterSet>MultiByte</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v141</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>MultiByte</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v141</PlatformToolset>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>StaticLibrary</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v141</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
  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 />
  74. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  75. <ClCompile>
  76. <WarningLevel>Level3</WarningLevel>
  77. <Optimization>Disabled</Optimization>
  78. <SDLCheck>false</SDLCheck>
  79. <ConformanceMode>true</ConformanceMode>
  80. </ClCompile>
  81. </ItemDefinitionGroup>
  82. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  83. <ClCompile>
  84. <WarningLevel>Level4</WarningLevel>
  85. <Optimization>Disabled</Optimization>
  86. <SDLCheck>false</SDLCheck>
  87. <ConformanceMode>true</ConformanceMode>
  88. </ClCompile>
  89. </ItemDefinitionGroup>
  90. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  91. <ClCompile>
  92. <WarningLevel>Level3</WarningLevel>
  93. <Optimization>MaxSpeed</Optimization>
  94. <FunctionLevelLinking>true</FunctionLevelLinking>
  95. <IntrinsicFunctions>true</IntrinsicFunctions>
  96. <SDLCheck>false</SDLCheck>
  97. <ConformanceMode>true</ConformanceMode>
  98. </ClCompile>
  99. <Link>
  100. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  101. <OptimizeReferences>true</OptimizeReferences>
  102. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  103. <Profile>false</Profile>
  104. </Link>
  105. </ItemDefinitionGroup>
  106. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  107. <ClCompile>
  108. <WarningLevel>Level3</WarningLevel>
  109. <Optimization>MaxSpeed</Optimization>
  110. <FunctionLevelLinking>true</FunctionLevelLinking>
  111. <IntrinsicFunctions>true</IntrinsicFunctions>
  112. <SDLCheck>false</SDLCheck>
  113. <ConformanceMode>true</ConformanceMode>
  114. <AssemblerOutput>AssemblyCode</AssemblerOutput>
  115. </ClCompile>
  116. <Link>
  117. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  118. <OptimizeReferences>true</OptimizeReferences>
  119. <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
  120. <Profile>false</Profile>
  121. <AdditionalOptions>
  122. </AdditionalOptions>
  123. <StackReserveSize>4194304</StackReserveSize>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemGroup>
  127. <ClCompile Include="..\src\allocator.cpp" />
  128. <ClCompile Include="..\src\argon2_core.c" />
  129. <ClCompile Include="..\src\argon2_ref.c" />
  130. <ClCompile Include="..\src\assembly_generator_x86.cpp" />
  131. <ClCompile Include="..\src\blake2_generator.cpp" />
  132. <ClCompile Include="..\src\blake2\blake2b.c" />
  133. <ClCompile Include="..\src\vm_compiled_light.cpp" />
  134. <ClCompile Include="..\src\vm_compiled.cpp" />
  135. <ClCompile Include="..\src\dataset.cpp" />
  136. <ClCompile Include="..\src\aes_hash.cpp" />
  137. <ClCompile Include="..\src\instruction.cpp" />
  138. <ClCompile Include="..\src\instructions_portable.cpp" />
  139. <ClCompile Include="..\src\vm_interpreted_light.cpp" />
  140. <ClCompile Include="..\src\vm_interpreted.cpp" />
  141. <ClCompile Include="..\src\jit_compiler_x86.cpp" />
  142. <ClCompile Include="..\src\randomx.cpp" />
  143. <ClCompile Include="..\src\superscalar.cpp" />
  144. <ClCompile Include="..\src\reciprocal.c" />
  145. <ClCompile Include="..\src\soft_aes.cpp" />
  146. <ClCompile Include="..\src\virtual_machine.cpp" />
  147. <ClCompile Include="..\src\virtual_memory.cpp" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <MASM Include="..\src\jit_compiler_x86_static.asm" />
  151. </ItemGroup>
  152. <ItemGroup>
  153. <ClInclude Include="..\src\allocator.hpp" />
  154. <ClInclude Include="..\src\argon2.h" />
  155. <ClInclude Include="..\src\argon2_core.h" />
  156. <ClInclude Include="..\src\assembly_generator_x86.hpp" />
  157. <ClInclude Include="..\src\blake2_generator.hpp" />
  158. <ClInclude Include="..\src\common.hpp" />
  159. <ClInclude Include="..\src\vm_compiled_light.hpp" />
  160. <ClInclude Include="..\src\vm_compiled.hpp" />
  161. <ClInclude Include="..\src\configuration.h" />
  162. <ClInclude Include="..\src\dataset.hpp" />
  163. <ClInclude Include="..\src\aes_hash.hpp" />
  164. <ClInclude Include="..\src\instruction.hpp" />
  165. <ClInclude Include="..\src\instruction_weights.hpp" />
  166. <ClInclude Include="..\src\vm_interpreted_light.hpp" />
  167. <ClInclude Include="..\src\vm_interpreted.hpp" />
  168. <ClInclude Include="..\src\intrin_portable.h" />
  169. <ClInclude Include="..\src\jit_compiler_x86_static.hpp" />
  170. <ClInclude Include="..\src\jit_compiler_x86.hpp" />
  171. <ClInclude Include="..\src\randomx.h" />
  172. <ClInclude Include="..\src\superscalar.hpp" />
  173. <ClInclude Include="..\src\program.hpp" />
  174. <ClInclude Include="..\src\reciprocal.h" />
  175. <ClInclude Include="..\src\soft_aes.h" />
  176. <ClInclude Include="..\src\superscalar_program.hpp" />
  177. <ClInclude Include="..\src\virtual_machine.hpp" />
  178. <ClInclude Include="..\src\virtual_memory.hpp" />
  179. </ItemGroup>
  180. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  181. <ImportGroup Label="ExtensionTargets">
  182. <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
  183. </ImportGroup>
  184. </Project>