Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JeanLucPons/VanitySearch
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Jan 7, 2020
2 parents db87f29 + 53755c1 commit 6e533e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VanitySearchCUDA8.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,12 @@ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"</Command>
<ClCompile Include="SECP256K1.cpp" />
<ClCompile Include="Timer.cpp" />
<ClCompile Include="Vanity.cpp" />
<ClCompile Include="Wildcard.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Base58.h" />
<ClInclude Include="Bech32.h" />
<ClInclude Include="GPU\GPUBase58.h" />
<ClInclude Include="GPU\GPUCompute.h" />
<ClInclude Include="GPU\GPUEngine.h" />
<ClInclude Include="GPU\GPUGroup.h" />
Expand All @@ -202,6 +204,7 @@ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"</Command>
<ClInclude Include="SECP256k1.h" />
<ClInclude Include="Timer.h" />
<ClInclude Include="Vanity.h" />
<ClInclude Include="Wildcard.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
5 changes: 5 additions & 0 deletions VanitySearchCUDA8.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<Filter>GPU</Filter>
</ClInclude>
<ClInclude Include="Bech32.h" />
<ClInclude Include="GPU\GPUBase58.h">
<Filter>GPU</Filter>
</ClInclude>
<ClInclude Include="Wildcard.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="GPU\GPUGenerate.cpp">
Expand Down Expand Up @@ -78,5 +82,6 @@
<ClCompile Include="Timer.cpp" />
<ClCompile Include="Vanity.cpp" />
<ClCompile Include="Bech32.cpp" />
<ClCompile Include="Wildcard.cpp" />
</ItemGroup>
</Project>

0 comments on commit 6e533e6

Please sign in to comment.