diff --git a/ccminer.vcxproj b/ccminer.vcxproj index afddcc2..af929c6 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -562,6 +562,8 @@ <CudaCompile Include="x17\cuda_x17_sha512.cu"> <MaxRegCount>80</MaxRegCount> </CudaCompile> + <CudaCompile Include="gost\cuda_gosthash.cu" /> + <CudaCompile Include="gost\gost.cu" /> </ItemGroup> <ItemGroup> <Image Include="res\ccminer.ico" /> diff --git a/ccminer.vcxproj.filters b/ccminer.vcxproj.filters index 775da32..1ffd61b 100644 --- a/ccminer.vcxproj.filters +++ b/ccminer.vcxproj.filters @@ -103,6 +103,9 @@ <Filter Include="Source Files\CUDA\xmr"> <UniqueIdentifier>{0f9aec5e-5409-488f-992a-2c108590d1ac}</UniqueIdentifier> </Filter> + <Filter Include="Source Files\CUDA\gost"> + <UniqueIdentifier>{6a99bc95-f402-465e-9e64-b042bd241bb7}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="compat\jansson\dump.c"> @@ -889,6 +892,12 @@ <CudaCompile Include="crypto\wildkeccak.cu"> <Filter>Source Files\CUDA</Filter> </CudaCompile> + <CudaCompile Include="gost\cuda_gosthash.cu"> + <Filter>Source Files\CUDA\gost</Filter> + </CudaCompile> + <CudaCompile Include="gost\gost.cu"> + <Filter>Source Files\CUDA\gost</Filter> + </CudaCompile> </ItemGroup> <ItemGroup> <Image Include="res\ccminer.ico"> @@ -905,4 +914,4 @@ <Filter>Ressources</Filter> </Text> </ItemGroup> -</Project> +</Project> \ No newline at end of file