Skip to content

Commit

Permalink
vstudio: add missing project files
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed Nov 1, 2016
1 parent 31ae68c commit 51bde21
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpuminer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
<ClCompile Include="crypto\oaes_lib.c" />
<ClCompile Include="lyra2\Lyra2.c" />
<ClCompile Include="lyra2\Sponge.c" />
<ClCompile Include="crypto\blake2b.c" />
<ClCompile Include="crypto\blake2s.c" />
<ClCompile Include="sha3\sph_hefty1.c" />
<ClCompile Include="uint256.cpp" />
Expand Down Expand Up @@ -230,6 +231,7 @@
<ClCompile Include="algo\qubit.c" />
<ClCompile Include="algo\s3.c" />
<ClCompile Include="algo\sha2.c" />
<ClCompile Include="algo\sia.c" />
<ClCompile Include="algo\scrypt.c">
<Optimization Condition="'$(Configuration)'=='Release'">Full</Optimization>
</ClCompile>
Expand Down
6 changes: 6 additions & 0 deletions cpuminer.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
<ClCompile Include="crypto\blake2s.c">
<Filter>crypto</Filter>
</ClCompile>
<ClCompile Include="crypto\blake2b.c">
<Filter>crypto</Filter>
</ClCompile>
<ClCompile Include="crypto\c_skein.c">
<Filter>crypto</Filter>
</ClCompile>
Expand Down Expand Up @@ -300,6 +303,9 @@
<ClCompile Include="algo\scrypt-jane.c">
<Filter>algo</Filter>
</ClCompile>
<ClCompile Include="algo\sia.c">
<Filter>algo</Filter>
</ClCompile>
<ClCompile Include="algo\sibcoin.c">
<Filter>algo</Filter>
</ClCompile>
Expand Down

0 comments on commit 51bde21

Please sign in to comment.