mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 04:24:19 +00:00
Add bitblock files to solution
This commit is contained in:
parent
e78d4448f1
commit
847d454d9c
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
@ -28,23 +28,27 @@
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<PlatformToolset>v110</PlatformToolset>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
@ -257,6 +261,7 @@
|
||||
<ClCompile Include="..\adl.c" />
|
||||
<ClCompile Include="..\algorithm.c" />
|
||||
<ClCompile Include="..\algorithm\animecoin.c" />
|
||||
<ClCompile Include="..\algorithm\bitblock.c" />
|
||||
<ClCompile Include="..\algorithm\talkcoin.c" />
|
||||
<ClCompile Include="..\api.c" />
|
||||
<ClCompile Include="..\ccan\opt\helpers.c" />
|
||||
@ -310,16 +315,19 @@
|
||||
<ClCompile Include="..\sph\panama.c" />
|
||||
<ClCompile Include="..\sph\sha2.c" />
|
||||
<ClCompile Include="..\sph\sha2big.c" />
|
||||
<ClCompile Include="..\sph\shabal.c" />
|
||||
<ClCompile Include="..\sph\shavite.c" />
|
||||
<ClCompile Include="..\sph\simd.c" />
|
||||
<ClCompile Include="..\sph\skein.c" />
|
||||
<ClCompile Include="..\algorithm\twecoin.c" />
|
||||
<ClCompile Include="..\sph\whirlpool.c" />
|
||||
<ClCompile Include="..\util.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\adl.h" />
|
||||
<ClInclude Include="..\algorithm.h" />
|
||||
<ClInclude Include="..\algorithm\animecoin.h" />
|
||||
<ClInclude Include="..\algorithm\bitblock.h" />
|
||||
<ClInclude Include="..\algorithm\talkcoin.h" />
|
||||
<ClInclude Include="..\api.h" />
|
||||
<ClInclude Include="..\arg-nonnull.h" />
|
||||
@ -365,11 +373,13 @@
|
||||
<ClInclude Include="..\sph\sph_luffa.h" />
|
||||
<ClInclude Include="..\sph\sph_panama.h" />
|
||||
<ClInclude Include="..\sph\sph_sha2.h" />
|
||||
<ClInclude Include="..\sph\sph_shabal.h" />
|
||||
<ClInclude Include="..\sph\sph_shavite.h" />
|
||||
<ClInclude Include="..\sph\sph_simd.h" />
|
||||
<ClInclude Include="..\sph\sph_skein.h" />
|
||||
<ClInclude Include="..\sph\sph_types.h" />
|
||||
<ClInclude Include="..\algorithm\twecoin.h" />
|
||||
<ClInclude Include="..\sph\sph_whirlpool.h" />
|
||||
<ClInclude Include="..\uthash.h" />
|
||||
<ClInclude Include="..\util.h" />
|
||||
<ClInclude Include="..\warn-on-use.h" />
|
||||
@ -382,4 +392,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user