Skip to content

Commit

Permalink
Include CUDA .ptx in NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Oct 29, 2024
1 parent 27e2820 commit 7f408e4
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions BioGTK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -450,28 +450,13 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Update="tile_copy.cu">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="tile_copy.ptx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Pack>True</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</None>
</ItemGroup>

<ItemGroup>
<Content Update="tile_copy.cu">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<Pack>True</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Content Update="tile_copy.ptx">
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
<Pack>True</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>
<ItemGroup>
<Using Include="BioLib" />
</ItemGroup>
Expand Down

0 comments on commit 7f408e4

Please sign in to comment.