2015-03-09 11:01:20 +01:00
<?xml version="1.0" encoding="utf-8"?>
2014-11-16 12:51:58 +01:00
<Project DefaultTargets= "Build" ToolsVersion= "12.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2014-05-29 22:43:53 +02:00
<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>
2014-11-16 12:51:58 +01:00
<PlatformToolset > v120</PlatformToolset>
2014-05-29 22:43:53 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<CharacterSet > MultiByte</CharacterSet>
2014-11-16 12:51:58 +01:00
<PlatformToolset > v120</PlatformToolset>
2014-05-29 22:43:53 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > MultiByte</CharacterSet>
2014-11-16 12:51:58 +01:00
<PlatformToolset > v120</PlatformToolset>
2014-05-29 22:43:53 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > MultiByte</CharacterSet>
2014-11-16 12:51:58 +01:00
<PlatformToolset > v120</PlatformToolset>
2014-05-29 22:43:53 +02:00
</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>
2014-09-19 18:50:02 +02:00
<GenerateManifest > false</GenerateManifest>
2014-05-29 22:43:53 +02:00
</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>
2014-07-02 09:24:10 +02:00
<AdditionalIncludeDirectories > $(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\submodules\jansson\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2014-05-29 22:43:53 +02:00
<IntrinsicFunctions > true</IntrinsicFunctions>
<ExceptionHandling > false</ExceptionHandling>
<BufferSecurityCheck > false</BufferSecurityCheck>
<FunctionLevelLinking > true</FunctionLevelLinking>
<EnableEnhancedInstructionSet > StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
2014-07-02 09:24:10 +02:00
<AdditionalLibraryDirectories > $(ProjectDir)dist\lib\x86;$(ProjectDir)jansson\Debug\x86</AdditionalLibraryDirectories>
2014-05-29 22:43:53 +02:00
<AdditionalDependencies > %(AdditionalDependencies)</AdditionalDependencies>
<OptimizeReferences > false</OptimizeReferences>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
2014-06-12 13:19:30 +02:00
<LinkTimeCodeGeneration >
</LinkTimeCodeGeneration>
2014-06-16 10:30:16 +02:00
<IgnoreSpecificDefaultLibraries > LIBCMT</IgnoreSpecificDefaultLibraries>
2014-05-29 22:43:53 +02:00
</Link>
<PostBuildEvent >
<Command >
2015-12-07 04:10:17 +08:00
REM xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
2014-05-29 22:43:53 +02:00
</Command>
</PostBuildEvent>
<PreBuildEvent >
2014-06-05 23:11:29 +02:00
<Command >
del /f "$(OutDir)*.exe"
2015-12-07 04:10:17 +08:00
REM del /f "$(OutDir)*.dll"
2014-05-29 22:43:53 +02:00
2015-12-07 04:10:17 +08:00
REM echo #define USE_GIT_VERSION 1 > "$(ProjectDir)dist\include\gitversion.h"
REM FOR /F "tokens=*" %%i IN ('call git describe "--abbrev=4" --dirty') DO echo #define GIT_VERSION "%%i" > > "$(ProjectDir)dist\include\gitversion.h"
2014-06-05 23:11:29 +02:00
exit 0
</Command>
2014-05-29 22:43:53 +02:00
</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>
2014-07-02 09:24:10 +02:00
<AdditionalIncludeDirectories > $(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\submodules\jansson\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2014-05-29 22:43:53 +02:00
<IntrinsicFunctions > true</IntrinsicFunctions>
<ExceptionHandling > false</ExceptionHandling>
<BufferSecurityCheck > false</BufferSecurityCheck>
<FunctionLevelLinking > true</FunctionLevelLinking>
<EnableEnhancedInstructionSet > StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
2014-07-02 09:24:10 +02:00
<AdditionalLibraryDirectories > $(ProjectDir)dist\lib\x64;$(ProjectDir)jansson\Debug\x64</AdditionalLibraryDirectories>
2014-05-29 22:43:53 +02:00
<AdditionalDependencies > %(AdditionalDependencies)</AdditionalDependencies>
<OptimizeReferences > false</OptimizeReferences>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
2014-06-12 13:19:30 +02:00
<LinkTimeCodeGeneration >
</LinkTimeCodeGeneration>
2014-06-16 10:30:16 +02:00
<IgnoreSpecificDefaultLibraries > LIBCMT</IgnoreSpecificDefaultLibraries>
2014-05-29 22:43:53 +02:00
</Link>
<PostBuildEvent >
<Command >
xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
</Command>
</PostBuildEvent>
<PreBuildEvent >
2014-06-05 23:11:29 +02:00
<Command >
del /f "$(OutDir)*.exe"
del /f "$(OutDir)*.dll"
2014-05-29 22:43:53 +02:00
2014-11-16 19:52:30 +01:00
echo #define USE_GIT_VERSION 1 > "$(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"
2014-06-05 23:11:29 +02:00
exit 0
</Command>
2014-05-29 22:43:53 +02:00
</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>
2014-07-02 09:24:10 +02:00
<AdditionalIncludeDirectories > $(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\submodules\jansson\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2014-05-29 22:43:53 +02:00
<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>
2014-07-02 09:24:10 +02:00
<AdditionalLibraryDirectories > $(ProjectDir)dist\lib\x86;$(ProjectDir)jansson\Release\x86</AdditionalLibraryDirectories>
2014-05-29 22:43:53 +02:00
<AdditionalDependencies > %(AdditionalDependencies)</AdditionalDependencies>
2014-06-16 10:30:16 +02:00
<IgnoreSpecificDefaultLibraries > LIBCMT</IgnoreSpecificDefaultLibraries>
2014-06-12 13:19:30 +02:00
<LinkTimeCodeGeneration >
</LinkTimeCodeGeneration>
2014-05-29 22:43:53 +02:00
</Link>
<PostBuildEvent >
<Command >
2015-12-07 04:10:17 +08:00
REM xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
2014-05-29 22:43:53 +02:00
</Command>
</PostBuildEvent>
<PreBuildEvent >
2014-06-05 23:11:29 +02:00
<Command >
del /f "$(OutDir)*.exe"
2015-12-07 04:10:17 +08:00
REM del /f "$(OutDir)*.dll"
2014-05-29 22:43:53 +02:00
2015-12-07 04:10:17 +08:00
REM echo #define USE_GIT_VERSION 1 > "$(ProjectDir)dist\include\gitversion.h"
REM FOR /F "tokens=*" %%i IN ('call git describe "--abbrev=4" --dirty') DO echo #define GIT_VERSION "%%i" > > "$(ProjectDir)dist\include\gitversion.h"
2014-06-05 23:11:29 +02:00
exit 0
</Command>
2014-05-29 22:43:53 +02:00
</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>
2014-07-02 09:24:10 +02:00
<AdditionalIncludeDirectories > $(ProjectDir)..;$(ProjectDir)dist\include\;$(ProjectDir)..\submodules\jansson\src\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2014-05-29 22:43:53 +02:00
<ExceptionHandling > false</ExceptionHandling>
<BufferSecurityCheck > false</BufferSecurityCheck>
<EnableEnhancedInstructionSet > StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<WholeProgramOptimization > true</WholeProgramOptimization>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > false</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > false</OptimizeReferences>
2014-07-02 09:24:10 +02:00
<AdditionalLibraryDirectories > $(ProjectDir)dist\lib\x64;$(ProjectDir)jansson\Release\x64</AdditionalLibraryDirectories>
2014-05-29 22:43:53 +02:00
<AdditionalDependencies > %(AdditionalDependencies)</AdditionalDependencies>
2014-06-16 10:30:16 +02:00
<IgnoreSpecificDefaultLibraries > LIBCMT</IgnoreSpecificDefaultLibraries>
2014-06-12 13:19:30 +02:00
<LinkTimeCodeGeneration >
</LinkTimeCodeGeneration>
2014-05-29 22:43:53 +02:00
</Link>
<PostBuildEvent >
<Command >
xcopy /Y /E /I "$(ProjectDir)..\kernel" "$(OutDir)\kernel"
</Command>
</PostBuildEvent>
<PreBuildEvent >
2014-06-05 23:11:29 +02:00
<Command >
del /f "$(OutDir)*.exe"
del /f "$(OutDir)*.dll"
2014-05-29 22:43:53 +02:00
2014-11-16 19:52:30 +01:00
echo #define USE_GIT_VERSION 1 > "$(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"
2014-06-05 23:11:29 +02:00
exit 0
</Command>
2014-05-29 22:43:53 +02:00
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup >
2014-06-05 23:11:29 +02:00
<ClCompile Include= "..\adl.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\algorithm.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\animecoin.c" />
2014-06-28 03:38:30 +07:00
<ClCompile Include= "..\algorithm\bitblock.c" />
2015-12-07 04:10:17 +08:00
<ClCompile Include= "..\algorithm\credits.c" />
2015-03-10 09:47:46 +01:00
<ClCompile Include= "..\algorithm\lyra2.c" />
<ClCompile Include= "..\algorithm\lyra2re.c" />
2015-12-07 04:10:17 +08:00
<ClCompile Include= "..\algorithm\lyra2rev2.c" />
<ClCompile Include= "..\algorithm\lyra2v2.c" />
2014-11-19 12:06:16 +01:00
<ClCompile Include= "..\algorithm\neoscrypt.c" />
2015-03-10 10:26:58 +01:00
<ClCompile Include= "..\algorithm\pluck.c" />
2015-03-10 09:47:46 +01:00
<ClCompile Include= "..\algorithm\sponge.c" />
2015-12-07 04:10:17 +08:00
<ClCompile Include= "..\algorithm\spongev2.c" />
2014-06-21 18:43:59 +02:00
<ClCompile Include= "..\algorithm\talkcoin.c" />
2015-03-09 11:01:20 +01:00
<ClCompile Include= "..\algorithm\whirlpoolx.c" />
2014-06-30 15:13:13 -04:00
<ClCompile Include= "..\algorithm\x14.c" />
2014-07-08 01:30:29 -04:00
<ClCompile Include= "..\algorithm\fresh.c" />
2014-12-03 10:09:55 -05:00
<ClCompile Include= "..\algorithm\whirlcoin.c" />
2014-05-29 22:43:53 +02:00
<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" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\darkcoin.c" />
2014-06-20 20:06:14 +02:00
<ClCompile Include= "..\config_parser.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\driver-opencl.c" />
2014-11-19 18:33:11 +01:00
<ClCompile Include= "..\events.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\findnonce.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\fuguecoin.c" />
<ClCompile Include= "..\algorithm\groestlcoin.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\hexdump.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\inkcoin.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\logging.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\marucoin.c" />
<ClCompile Include= "..\algorithm\maxcoin.c" />
<ClCompile Include= "..\algorithm\myriadcoin-groestl.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\ocl.c" />
2014-06-08 11:32:43 +02:00
<ClCompile Include= "..\ocl\binary_kernel.c" />
<ClCompile Include= "..\ocl\build_kernel.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\pool.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\quarkcoin.c" />
<ClCompile Include= "..\algorithm\qubitcoin.c" />
<ClCompile Include= "..\algorithm\scrypt.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\sgminer.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\sifcoin.c" />
2014-05-29 22:43:53 +02:00
<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" />
2014-06-28 03:38:30 +07:00
<ClCompile Include= "..\sph\shabal.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\sph\shavite.c" />
<ClCompile Include= "..\sph\simd.c" />
<ClCompile Include= "..\sph\skein.c" />
2014-06-08 03:17:29 +02:00
<ClCompile Include= "..\algorithm\twecoin.c" />
2014-06-28 03:38:30 +07:00
<ClCompile Include= "..\sph\whirlpool.c" />
2014-05-29 22:43:53 +02:00
<ClCompile Include= "..\util.c" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\adl.h" />
<ClInclude Include= "..\algorithm.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\animecoin.h" />
2014-06-28 03:38:30 +07:00
<ClInclude Include= "..\algorithm\bitblock.h" />
2015-12-07 04:10:17 +08:00
<ClInclude Include= "..\algorithm\credits.h" />
2015-03-10 09:47:46 +01:00
<ClInclude Include= "..\algorithm\lyra2.h" />
<ClInclude Include= "..\algorithm\lyra2re.h" />
2015-12-07 04:10:17 +08:00
<ClInclude Include= "..\algorithm\lyra2rev2.h" />
<ClInclude Include= "..\algorithm\lyra2v2.h" />
2014-11-19 12:06:16 +01:00
<ClInclude Include= "..\algorithm\neoscrypt.h" />
2015-03-10 10:26:58 +01:00
<ClInclude Include= "..\algorithm\pluck.h" />
2015-03-10 09:47:46 +01:00
<ClInclude Include= "..\algorithm\sponge.h" />
2015-12-07 04:10:17 +08:00
<ClInclude Include= "..\algorithm\spongev2.h" />
<ClInclude Include= "..\algorithm\sysendian.h" />
2014-06-21 18:43:59 +02:00
<ClInclude Include= "..\algorithm\talkcoin.h" />
2015-03-09 11:01:20 +01:00
<ClInclude Include= "..\algorithm\whirlpoolx.h" />
2014-06-30 15:13:13 -04:00
<ClInclude Include= "..\algorithm\x14.h" />
2014-07-08 01:30:29 -04:00
<ClInclude Include= "..\algorithm\fresh.h" />
2014-12-03 10:09:55 -05:00
<ClInclude Include= "..\algorithm\whirlcoin.h" />
2014-06-20 20:06:14 +02:00
<ClInclude Include= "..\api.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\arg-nonnull.h" />
<ClInclude Include= "..\bench_block.h" />
<ClInclude Include= "..\c++defs.h" />
<ClInclude Include= "..\compat.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\darkcoin.h" />
2014-06-20 20:06:14 +02:00
<ClInclude Include= "..\config_parser.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\driver-opencl.h" />
<ClInclude Include= "..\elist.h" />
2014-11-19 18:33:11 +01:00
<ClInclude Include= "..\events.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\findnonce.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\fuguecoin.h" />
<ClInclude Include= "..\algorithm\groestlcoin.h" />
<ClInclude Include= "..\algorithm\inkcoin.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\logging.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\marucoin.h" />
<ClInclude Include= "..\algorithm\maxcoin.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\miner.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\myriadcoin-groestl.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\ocl.h" />
2014-06-08 11:32:43 +02:00
<ClInclude Include= "..\ocl\binary_kernel.h" />
<ClInclude Include= "..\ocl\build_kernel.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\pool.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\quarkcoin.h" />
<ClInclude Include= "..\algorithm\qubitcoin.h" />
<ClInclude Include= "..\algorithm\scrypt.h" />
<ClInclude Include= "..\algorithm\sifcoin.h" />
2015-12-07 04:10:17 +08:00
<ClInclude Include= "..\sph\sha256_Y.h" />
2014-05-29 22:43:53 +02:00
<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" />
2014-06-28 03:38:30 +07:00
<ClInclude Include= "..\sph\sph_shabal.h" />
2014-05-29 22:43:53 +02:00
<ClInclude Include= "..\sph\sph_shavite.h" />
<ClInclude Include= "..\sph\sph_simd.h" />
<ClInclude Include= "..\sph\sph_skein.h" />
<ClInclude Include= "..\sph\sph_types.h" />
2014-06-08 03:17:29 +02:00
<ClInclude Include= "..\algorithm\twecoin.h" />
2014-06-28 03:38:30 +07:00
<ClInclude Include= "..\sph\sph_whirlpool.h" />
2014-05-29 22:43:53 +02:00
<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>
2014-09-19 18:50:02 +02:00
</Project>