|
|
|
|
<?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">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{CCA64DCD-6401-42A3-ABC3-89E48A36D239}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>sgminer</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)output\x86\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)output\x86\obj\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)output\x64\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)output\x64\obj\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)output\x86\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)output\x86\obj\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)output\x64\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)output\x64\obj\</IntDir>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>USE_SSE2;WIN32;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN</PreprocessorDefinitions>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\compat\jansson-2.5\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)dist\lib\x86</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
|
|
|
|
|
</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>del /f "$(OutDir)*.exe"
|
|
|
|
|
del /f "$(OutDir)*.dll"
|
|
|
|
|
|
|
|
|
|
type nul > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
FOR /F "tokens=*" %%i IN ('call git describe "--abbrev=4" --dirty') DO echo #define GIT_VERSION "%%i" > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
exit 0</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>_M_AMD64;_AMD64_;WIN32;_WIN64;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN</PreprocessorDefinitions>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\compat\jansson-2.5\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)dist\lib\x64</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
|
|
|
|
|
</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>del /f "$(OutDir)*.exe"
|
|
|
|
|
del /f "$(OutDir)*.dll"
|
|
|
|
|
|
|
|
|
|
type nul > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
FOR /F "tokens=*" %%i IN ('call git describe "--abbrev=4" --dirty') DO echo #define GIT_VERSION "%%i" > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
exit 0</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>_CONSOLE;WIN32;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN</PreprocessorDefinitions>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\compat\jansson-2.5\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)dist\lib\x86</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
|
|
|
|
|
</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>del /f "$(OutDir)*.exe"
|
|
|
|
|
del /f "$(OutDir)*.dll"
|
|
|
|
|
|
|
|
|
|
type nul > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
FOR /F "tokens=*" %%i IN ('call git describe "--abbrev=4" --dirty') DO echo #define GIT_VERSION "%%i" > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
exit 0</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>_M_AMD64;_AMD64_;WIN32;_WIN64;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;WIN32_LEAN_AND_MEAN</PreprocessorDefinitions>
|
|
|
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\compat\jansson-2.5\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>false</OptimizeReferences>
|
|
|
|
|
<AdditionalLibraryDirectories>$(ProjectDir)dist\lib\x64</AdditionalLibraryDirectories>
|
|
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
|
|
|
|
|
</Command>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
<Command>del /f "$(OutDir)*.exe"
|
|
|
|
|
del /f "$(OutDir)*.dll"
|
|
|
|
|
|
|
|
|
|
type nul > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
FOR /F "tokens=*" %%i IN ('call git describe "--abbrev=4" --dirty') DO echo #define GIT_VERSION "%%i" > "$(ProjectDir)dist\include\gitversion.h"
|
|
|
|
|
exit 0</Command>
|
|
|
|
|
</PreBuildEvent>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\adl.c">
|
|
|
|
|
<WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</WholeProgramOptimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\algorithm.c" />
|
|
|
|
|
<ClCompile Include="..\animecoin.c" />
|
|
|
|
|
<ClCompile Include="..\api.c" />
|
|
|
|
|
<ClCompile Include="..\ccan\opt\helpers.c" />
|
|
|
|
|
<ClCompile Include="..\ccan\opt\opt.c" />
|
|
|
|
|
<ClCompile Include="..\ccan\opt\parse.c" />
|
|
|
|
|
<ClCompile Include="..\ccan\opt\usage.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\dump.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\error.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\hashtable.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\load.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\memory.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\pack_unpack.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\strbuffer.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\strconv.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\utf.c" />
|
|
|
|
|
<ClCompile Include="..\compat\jansson-2.5\src\value.c" />
|
|
|
|
|
<ClCompile Include="..\darkcoin.c" />
|
|
|
|
|
<ClCompile Include="..\driver-opencl.c" />
|
|
|
|
|
<ClCompile Include="..\findnonce.c" />
|
|
|
|
|
<ClCompile Include="..\fuguecoin.c" />
|
|
|
|
|
<ClCompile Include="..\groestlcoin.c" />
|
|
|
|
|
<ClCompile Include="..\hexdump.c" />
|
|
|
|
|
<ClCompile Include="..\inkcoin.c" />
|
|
|
|
|
<ClCompile Include="..\logging.c" />
|
|
|
|
|
<ClCompile Include="..\marucoin.c" />
|
|
|
|
|
<ClCompile Include="..\maxcoin.c" />
|
|
|
|
|
<ClCompile Include="..\myriadcoin-groestl.c" />
|
|
|
|
|
<ClCompile Include="..\ocl.c" />
|
|
|
|
|
<ClCompile Include="..\pool.c" />
|
|
|
|
|
<ClCompile Include="..\quarkcoin.c" />
|
|
|
|
|
<ClCompile Include="..\qubitcoin.c" />
|
|
|
|
|
<ClCompile Include="..\scrypt.c" />
|
|
|
|
|
<ClCompile Include="..\sgminer.c" />
|
|
|
|
|
<ClCompile Include="..\sha2.c" />
|
|
|
|
|
<ClCompile Include="..\sifcoin.c" />
|
|
|
|
|
<ClCompile Include="..\sph\aes_helper.c" />
|
|
|
|
|
<ClCompile Include="..\sph\blake.c" />
|
|
|
|
|
<ClCompile Include="..\sph\bmw.c" />
|
|
|
|
|
<ClCompile Include="..\sph\cubehash.c" />
|
|
|
|
|
<ClCompile Include="..\sph\echo.c" />
|
|
|
|
|
<ClCompile Include="..\sph\fugue.c" />
|
|
|
|
|
<ClCompile Include="..\sph\groestl.c" />
|
|
|
|
|
<ClCompile Include="..\sph\hamsi.c" />
|
|
|
|
|
<ClCompile Include="..\sph\hamsi_helper.c" />
|
|
|
|
|
<ClCompile Include="..\sph\jh.c" />
|
|
|
|
|
<ClCompile Include="..\sph\keccak.c" />
|
|
|
|
|
<ClCompile Include="..\sph\luffa.c" />
|
|
|
|
|
<ClCompile Include="..\sph\panama.c" />
|
|
|
|
|
<ClCompile Include="..\sph\sha2.c" />
|
|
|
|
|
<ClCompile Include="..\sph\sha2big.c" />
|
|
|
|
|
<ClCompile Include="..\sph\shavite.c" />
|
|
|
|
|
<ClCompile Include="..\sph\simd.c" />
|
|
|
|
|
<ClCompile Include="..\sph\skein.c" />
|
|
|
|
|
<ClCompile Include="..\twecoin.c" />
|
|
|
|
|
<ClCompile Include="..\util.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\adl.h" />
|
|
|
|
|
<ClInclude Include="..\algorithm.h" />
|
|
|
|
|
<ClInclude Include="..\animecoin.h" />
|
|
|
|
|
<ClInclude Include="..\arg-nonnull.h" />
|
|
|
|
|
<ClInclude Include="..\bench_block.h" />
|
|
|
|
|
<ClInclude Include="..\c++defs.h" />
|
|
|
|
|
<ClInclude Include="..\compat.h" />
|
|
|
|
|
<ClInclude Include="..\compat\jansson-2.5\src\hashtable.h" />
|
|
|
|
|
<ClInclude Include="..\compat\jansson-2.5\src\jansson.h" />
|
|
|
|
|
<ClInclude Include="..\compat\jansson-2.5\src\jansson_private.h" />
|
|
|
|
|
<ClInclude Include="..\compat\jansson-2.5\src\strbuffer.h" />
|
|
|
|
|
<ClInclude Include="..\compat\jansson-2.5\src\utf.h" />
|
|
|
|
|
<ClInclude Include="..\darkcoin.h" />
|
|
|
|
|
<ClInclude Include="..\driver-opencl.h" />
|
|
|
|
|
<ClInclude Include="..\elist.h" />
|
|
|
|
|
<ClInclude Include="..\findnonce.h" />
|
|
|
|
|
<ClInclude Include="..\fuguecoin.h" />
|
|
|
|
|
<ClInclude Include="..\groestlcoin.h" />
|
|
|
|
|
<ClInclude Include="..\inkcoin.h" />
|
|
|
|
|
<ClInclude Include="..\logging.h" />
|
|
|
|
|
<ClInclude Include="..\marucoin.h" />
|
|
|
|
|
<ClInclude Include="..\maxcoin.h" />
|
|
|
|
|
<ClInclude Include="..\miner.h" />
|
|
|
|
|
<ClInclude Include="..\myriadcoin-groestl.h" />
|
|
|
|
|
<ClInclude Include="..\ocl.h" />
|
|
|
|
|
<ClInclude Include="..\pool.h" />
|
|
|
|
|
<ClInclude Include="..\quarkcoin.h" />
|
|
|
|
|
<ClInclude Include="..\qubitcoin.h" />
|
|
|
|
|
<ClInclude Include="..\scrypt.h" />
|
|
|
|
|
<ClInclude Include="..\sha2.h" />
|
|
|
|
|
<ClInclude Include="..\sifcoin.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_blake.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_bmw.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_cubehash.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_echo.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_fugue.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_groestl.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_hamsi.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_jh.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_keccak.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_luffa.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_panama.h" />
|
|
|
|
|
<ClInclude Include="..\sph\sph_sha2.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="..\twecoin.h" />
|
|
|
|
|
<ClInclude Include="..\uthash.h" />
|
|
|
|
|
<ClInclude Include="..\util.h" />
|
|
|
|
|
<ClInclude Include="..\warn-on-use.h" />
|
|
|
|
|
<ClInclude Include="dist\include\config.h" />
|
|
|
|
|
<ClInclude Include="dist\include\winbuild.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="README.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|