Skip to content

Commit

Permalink
Updated VC project
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Apr 18, 2020
1 parent 5b5ad28 commit 5be0751
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
3 changes: 2 additions & 1 deletion VC/BSGS.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,16 @@ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)"</Command>
<ClCompile Include="..\SECPK1\Int.cpp" />
<ClCompile Include="..\SECPK1\IntGroup.cpp" />
<ClCompile Include="..\SECPK1\IntMod.cpp" />
<Text Include="in.txt" />
<Text Include="..\LICENSE.txt" />
<ClCompile Include="..\main.cpp" />
<ClCompile Include="..\SECPK1\Point.cpp" />
<ClCompile Include="..\SECPK1\Random.cpp" />
<ClCompile Include="..\SECPK1\SECP256K1.cpp" />
<ClCompile Include="..\Thread.cpp" />
<ClCompile Include="..\Timer.cpp" />
<ClCompile Include="..\HashTable.cpp" />
<ClCompile Include="..\BSGS.cpp" />
<Text Include="in.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
39 changes: 20 additions & 19 deletions VC/BSGS.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="Timer.cpp" />
<ClCompile Include="HashTable.cpp" />
<ClCompile Include="BSGS.cpp" />
<ClCompile Include="SECPK1\Int.cpp" />
<ClCompile Include="SECPK1\IntGroup.cpp" />
<ClCompile Include="SECPK1\IntMod.cpp" />
<ClCompile Include="SECPK1\Point.cpp" />
<ClCompile Include="SECPK1\Random.cpp" />
<ClCompile Include="SECPK1\SECP256K1.cpp" />
<ClCompile Include="..\SECPK1\Int.cpp" />
<ClCompile Include="..\SECPK1\IntGroup.cpp" />
<ClCompile Include="..\SECPK1\IntMod.cpp" />
<ClCompile Include="..\main.cpp" />
<ClCompile Include="..\SECPK1\Point.cpp" />
<ClCompile Include="..\SECPK1\Random.cpp" />
<ClCompile Include="..\SECPK1\SECP256K1.cpp" />
<ClCompile Include="..\Timer.cpp" />
<ClCompile Include="..\HashTable.cpp" />
<ClCompile Include="..\BSGS.cpp" />
<ClCompile Include="..\Thread.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="Timer.h" />
<ClInclude Include="HashTable.h" />
<ClInclude Include="BSGS.h" />
<ClInclude Include="SECPK1\Int.h" />
<ClInclude Include="SECPK1\IntGroup.h" />
<ClInclude Include="SECPK1\Point.h" />
<ClInclude Include="SECPK1\Random.h" />
<ClInclude Include="SECPK1\SECP256k1.h" />
<ClInclude Include="..\SECPK1\Int.h" />
<ClInclude Include="..\SECPK1\IntGroup.h" />
<ClInclude Include="..\SECPK1\Point.h" />
<ClInclude Include="..\SECPK1\Random.h" />
<ClInclude Include="..\SECPK1\SECP256k1.h" />
<ClInclude Include="..\Timer.h" />
<ClInclude Include="..\HashTable.h" />
<ClInclude Include="..\BSGS.h" />
</ItemGroup>
<ItemGroup>
<Text Include="LICENSE.txt" />
<Text Include="..\LICENSE.txt" />
<Text Include="in.txt" />
</ItemGroup>
</Project>

0 comments on commit 5be0751

Please sign in to comment.