Watch
2
0
Fork
You've already forked raylib-cs
0

Update build

This commit is contained in:
Rgebee 2026-06-05 19:10:34 +01:00
commit 306583de50
6 changed files with 204 additions and 130 deletions

View file

@ -28,6 +28,9 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="interop\*.cs" />
<Compile Include="types\*.cs" />
<Compile Include="types\native\*.cs" />
<None Include="logo/raylib-cs_64x64.png" Pack="true" PackagePath="" />
<None Include="../README.md" Pack="true" PackagePath="" />
</ItemGroup>
@ -45,10 +48,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Compile Include="interop\*.cs" />
<Compile Include="types\*.cs" />
<Compile Include="types\native\*.cs" />
</ItemGroup>
</Project>