mirror of https://github.com/BOINC/boinc.git
40 lines
2.3 KiB
Plaintext
40 lines
2.3 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup
|
||
|
Condition="'$(CUDA_Build_RuleBeforeTargets)' == '' and '$(CUDA_Build_RuleAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
|
||
|
<CUDA_Build_RuleBeforeTargets>Midl</CUDA_Build_RuleBeforeTargets>
|
||
|
<CUDA_Build_RuleAfterTargets>CustomBuild</CUDA_Build_RuleAfterTargets>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup>
|
||
|
<CUDA_Build_RuleDependsOn
|
||
|
Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(CUDA_Build_RuleDependsOn)</CUDA_Build_RuleDependsOn>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup>
|
||
|
<CUDA_Build_Rule>
|
||
|
<Debug>False</Debug>
|
||
|
<Emulation>False</Emulation>
|
||
|
<FastMath>False</FastMath>
|
||
|
<PtxAsOptionV>False</PtxAsOptionV>
|
||
|
<CInterleavedPTX>False</CInterleavedPTX>
|
||
|
<Keep>False</Keep>
|
||
|
<TypeInfo>False</TypeInfo>
|
||
|
<Include>"$(CUDA_INC_PATH)"</Include>
|
||
|
<MaxRegCount>32</MaxRegCount>
|
||
|
<NvccCompilation>0</NvccCompilation>
|
||
|
<compileout>0</compileout>
|
||
|
<Arch1>10</Arch1>
|
||
|
<Arch2>20</Arch2>
|
||
|
<Arch3>0</Arch3>
|
||
|
<CompilerPath>0</CompilerPath>
|
||
|
<Warning>3</Warning>
|
||
|
<Optimization>2</Optimization>
|
||
|
<RuntimeChecks>0</RuntimeChecks>
|
||
|
<Runtime>0</Runtime>
|
||
|
<CommandLineTemplate>echo [CompilerPath] [Keep] [CInterleavedPTX] [ExtraNvccOptions] -ccbin "$(VCInstallDir)bin" [Emulation] [Debug] [FastMath] [Defines] -I"$(CUDA_INC_PATH)" [Include] -Xcompiler "/EHsc [Warning] /nologo [Optimization] /Zi [RuntimeChecks] [Runtime] [TypeInfo] [ExtraCppOptions]" [MaxRegCount] [PtxAsOptionV] [Arch1] [Arch2] [Arch3] [NvccCompilation] "%(FullPath)"
|
||
|
[CompilerPath] [Keep] [CInterleavedPTX] [ExtraNvccOptions] [Arch1] [Arch2] [Arch3] -ccbin "$(VCInstallDir)bin" [Emulation] [Debug] [FastMath] [Defines] -I"$(CUDA_INC_PATH)" [Include] -Xcompiler "/EHsc [Warning] /nologo [Optimization] /Zi [RuntimeChecks] [Runtime] [TypeInfo] [ExtraCppOptions]" [Include] [MaxRegCount] [ptxasoptionv] [Arch1] [Arch2] [Arch3] [NvccCompilation] "%(FullPath)"</CommandLineTemplate>
|
||
|
<Outputs>[compileout]</Outputs>
|
||
|
<ExecutionDescription>Compiling with CUDA Build Rule...</ExecutionDescription>
|
||
|
<AdditionalDependencies>[AddedDependencies]</AdditionalDependencies>
|
||
|
</CUDA_Build_Rule>
|
||
|
</ItemDefinitionGroup>
|
||
|
</Project>
|