|
|
@ -23,22 +23,19 @@ |
|
|
|
<RootNamespace>ccminer</RootNamespace> |
|
|
|
<RootNamespace>ccminer</RootNamespace> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
|
|
|
<PropertyGroup Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<CLRSupport>false</CLRSupport> |
|
|
|
<CLRSupport>false</CLRSupport> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration"> |
|
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|
|
|
<ConfigurationType>Application</ConfigurationType> |
|
|
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<CharacterSet>MultiByte</CharacterSet> |
|
|
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
|
|
|
|
<CLRSupport>false</CLRSupport> |
|
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings" Condition="'$(Platform)'=='Win32'"> |
|
|
|
<ImportGroup Label="ExtensionSettings" Condition="'$(Platform)'=='Win32'"> |
|
|
@ -227,6 +224,7 @@ |
|
|
|
<ClCompile Include="compat\jansson\strconv.c" /> |
|
|
|
<ClCompile Include="compat\jansson\strconv.c" /> |
|
|
|
<ClCompile Include="compat\jansson\utf.c" /> |
|
|
|
<ClCompile Include="compat\jansson\utf.c" /> |
|
|
|
<ClCompile Include="compat\jansson\value.c" /> |
|
|
|
<ClCompile Include="compat\jansson\value.c" /> |
|
|
|
|
|
|
|
<ClInclude Include="compat\pthreads\pthread.h" /> |
|
|
|
<ClCompile Include="compat\winansi.c" /> |
|
|
|
<ClCompile Include="compat\winansi.c" /> |
|
|
|
<ClCompile Include="ccminer.cpp"> |
|
|
|
<ClCompile Include="ccminer.cpp"> |
|
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> |
|
|
|
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType> |
|
|
@ -310,7 +308,7 @@ |
|
|
|
<ClInclude Include="compat\sys\time.h" /> |
|
|
|
<ClInclude Include="compat\sys\time.h" /> |
|
|
|
<ClInclude Include="compat\unistd.h" /> |
|
|
|
<ClInclude Include="compat\unistd.h" /> |
|
|
|
<ClInclude Include="compat\winansi.h" /> |
|
|
|
<ClInclude Include="compat\winansi.h" /> |
|
|
|
<ClInclude Include="cpuminer-config.h" /> |
|
|
|
<ClInclude Include="compat\ccminer-config.h" /> |
|
|
|
<ClInclude Include="cuda_groestlcoin.h" /> |
|
|
|
<ClInclude Include="cuda_groestlcoin.h" /> |
|
|
|
<ClInclude Include="cuda_helper.h" /> |
|
|
|
<ClInclude Include="cuda_helper.h" /> |
|
|
|
<ClInclude Include="cuda_vector_uint2x4.h" /> |
|
|
|
<ClInclude Include="cuda_vector_uint2x4.h" /> |
|
|
|