Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Jan 30, 2025
1 parent 18d8079 commit ebc2762
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Arch/Arch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ Merged arrays in EntityInfo for increased performance when creating and destroyi
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>World.Remove.cs</LastGenOutput>
</None>
<None Update="Templates\World.Set.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>World.Set.cs</LastGenOutput>
</None>
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -192,6 +196,11 @@ Merged arrays in EntityInfo for increased performance when creating and destroyi
<DesignTime>True</DesignTime>
<DependentUpon>World.Remove.tt</DependentUpon>
</Compile>
<Compile Update="Templates\World.Set.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>World.Set.tt</DependentUpon>
</Compile>
</ItemGroup>

</Project>

0 comments on commit ebc2762

Please sign in to comment.