Browse Source

neoscrypt: put all files in same vs filter

2upstream
Tanguy Pruvot 9 years ago
parent
commit
75313cbf1c
  1. 8
      ccminer.vcxproj
  2. 21
      ccminer.vcxproj.filters

8
ccminer.vcxproj

@ -265,8 +265,11 @@ @@ -265,8 +265,11 @@
<ClCompile Include="myriadgroestl.cpp" />
<ClCompile Include="lyra2\Lyra2.c" />
<ClCompile Include="lyra2\Sponge.c" />
<ClCompile Include="neoscrypt\neoscrypt-cpu.c" />
<ClInclude Include="neoscrypt\neoscrypt.h" />
<ClCompile Include="neoscrypt\neoscrypt.cpp" />
<ClCompile Include="neoscrypt\neoscrypt-cpu.c" />
<ClInclude Include="neoscrypt\cuda_vectors.h" />
<CudaCompile Include="neoscrypt\cuda_neoscrypt.cu" />
<ClCompile Include="sph\aes_helper.c" />
<ClCompile Include="sph\blake.c" />
<ClCompile Include="sph\bmw.c" />
@ -437,7 +440,6 @@ @@ -437,7 +440,6 @@
<AdditionalOptions Condition="'$(Configuration)'=='Release'">-Xptxas "-abi=yes" %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(Configuration)'=='Debug'">-Xptxas "-abi=yes" %(AdditionalOptions)</AdditionalOptions>
</CudaCompile>
<CudaCompile Include="neoscrypt\cuda_neoscrypt.cu" />
<CudaCompile Include="pluck\pluck.cu" />
<CudaCompile Include="pluck\cuda_pluck.cu" />
<CudaCompile Include="quark\cuda_quark_groestl512.cu">
@ -536,4 +538,4 @@ @@ -536,4 +538,4 @@
<Target Name="AfterClean">
<Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" />
</Target>
</Project>
</Project>

21
ccminer.vcxproj.filters

@ -76,6 +76,9 @@ @@ -76,6 +76,9 @@
<Filter Include="Source Files\CUDA\scrypt">
<UniqueIdentifier>{c26f5b02-37b5-4420-a4e8-ee1ad517dc95}</UniqueIdentifier>
</Filter>
<Filter Include="Source Files\neoscrypt">
<UniqueIdentifier>{2037fd0d-e7a2-4da8-956c-150aec726a99}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="compat\jansson\dump.c">
@ -120,9 +123,6 @@ @@ -120,9 +123,6 @@
<ClCompile Include="groestlcoin.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="neoscrypt\neoscrypt.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="sph\aes_helper.c">
<Filter>Source Files\sph</Filter>
</ClCompile>
@ -234,8 +234,11 @@ @@ -234,8 +234,11 @@
<ClCompile Include="scrypt-jane.cpp">
<Filter>Source Files\CUDA\scrypt</Filter>
</ClCompile>
<ClCompile Include="neoscrypt\neoscrypt.cpp">
<Filter>Source Files\neoscrypt</Filter>
</ClCompile>
<ClCompile Include="neoscrypt\neoscrypt-cpu.c">
<Filter>Source Files</Filter>
<Filter>Source Files\neoscrypt</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
@ -392,6 +395,12 @@ @@ -392,6 +395,12 @@
<ClInclude Include="scrypt\salsa_kernel.h">
<Filter>Source Files\CUDA\scrypt</Filter>
</ClInclude>
<ClInclude Include="neoscrypt\neoscrypt.h">
<Filter>Source Files\neoscrypt</Filter>
</ClInclude>
<ClInclude Include="neoscrypt\cuda_vectors.h">
<Filter>Source Files\neoscrypt</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CudaCompile Include="cuda.cpp">
@ -626,7 +635,7 @@ @@ -626,7 +635,7 @@
<Filter>Source Files\CUDA\scrypt</Filter>
</CudaCompile>
<CudaCompile Include="neoscrypt\cuda_neoscrypt.cu">
<Filter>Source Files\CUDA</Filter>
<Filter>Source Files\neoscrypt</Filter>
</CudaCompile>
</ItemGroup>
<ItemGroup>
@ -644,4 +653,4 @@ @@ -644,4 +653,4 @@
<Filter>Ressources</Filter>
</Text>
</ItemGroup>
</Project>
</Project>
Loading…
Cancel
Save