Skip to content

Commit

Permalink
Added VectorTypes.tt to ILGPU.Algorithms project.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rs-mt committed Jun 29, 2023
1 parent b249a03 commit 9bfe605
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Src/ILGPU.Algorithms/ILGPU.Algorithms.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>UniqueLaunchers.cs</LastGenOutput>
</None>
<None Update="Vectors\VectorTypes.tt">
<LastGenOutput>VectorTypes.cs</LastGenOutput>
<Generator>TextTemplatingFileGenerator</Generator>
</None>
<None Update="XMath\Cordic.ttinclude">
<Generator></Generator>
</None>
Expand Down Expand Up @@ -330,6 +334,11 @@
<AutoGen>True</AutoGen>
<DependentUpon>UniqueLaunchers.tt</DependentUpon>
</Compile>
<Compile Update="Vectors\VectorTypes.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>VectorTypes.tt</DependentUpon>
</Compile>
<Compile Update="XMath\Cordic.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
Expand Down

0 comments on commit 9bfe605

Please sign in to comment.