Skip to content

Commit

Permalink
fix VS projects files
Browse files Browse the repository at this point in the history
  • Loading branch information
eburimu committed Oct 30, 2018
1 parent 8aac8c9 commit 3a6ab22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ccminer.vcxproj
Expand Up @@ -443,6 +443,11 @@
<CudaCompile Include="sha256\sha256d.cu" />
<CudaCompile Include="sha256\cuda_sha256t.cu" />
<CudaCompile Include="sha256\sha256t.cu" />
<CudaCompile Include="x11\cuda_x11_echo_sp.cu" />
<CudaCompile Include="x11\cuda_x11_shavite512_sp.cu" />
<CudaCompile Include="x13\cuda_x13_fugue512_sp.cu" />
<CudaCompile Include="x13\cuda_x13_hamsi512_sp.cu" />
<CudaCompile Include="x15\cuda_x14_shabal512_sp.cu" />
<CudaCompile Include="zr5.cu" />
<CudaCompile Include="heavy\cuda_blake512.cu">
</CudaCompile>
Expand Down
15 changes: 15 additions & 0 deletions ccminer.vcxproj.filters
Expand Up @@ -979,6 +979,21 @@
<CudaCompile Include="x22\cuda_sha256_2.cu">
<Filter>Source Files\CUDA\x22</Filter>
</CudaCompile>
<CudaCompile Include="x13\cuda_x13_fugue512_sp.cu">
<Filter>Source Files\CUDA\x13</Filter>
</CudaCompile>
<CudaCompile Include="x13\cuda_x13_hamsi512_sp.cu">
<Filter>Source Files\CUDA\x13</Filter>
</CudaCompile>
<CudaCompile Include="x11\cuda_x11_echo_sp.cu">
<Filter>Source Files\CUDA\x11</Filter>
</CudaCompile>
<CudaCompile Include="x11\cuda_x11_shavite512_sp.cu">
<Filter>Source Files\CUDA\x11</Filter>
</CudaCompile>
<CudaCompile Include="x15\cuda_x14_shabal512_sp.cu">
<Filter>Source Files\CUDA\x15</Filter>
</CudaCompile>
</ItemGroup>
<ItemGroup>
<Image Include="res\ccminer.ico">
Expand Down

0 comments on commit 3a6ab22

Please sign in to comment.