Files
GhostEngine/Ghost.Shader/Ghost.SDL.csproj
2025-10-23 15:13:10 +09:00

24 lines
579 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Combinators\**" />
<EmbeddedResource Remove="Combinators\**" />
<None Remove="Combinators\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Misaki.HighPerformance.Mathematics" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Ghost.Core\Ghost.Core.csproj" />
</ItemGroup>
</Project>