<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningsAsErrors>$(WarningsAsErrors);IL2026;IL2075;IL3000;IL3050</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../DonutEngine.SourceGenerator/DonutEngine.SourceGenerator.csproj"
ReferenceOutputAssembly="false"
OutputItemType="Analyzer" />
<ProjectReference Include="../Saket.Particles/Saket.Particles.csproj" />
</ItemGroup>
<PropertyGroup>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>
<AddCompilerGeneratedFilesToProject>true</AddCompilerGeneratedFilesToProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raylib-cs" Version="7.0.1" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningsAsErrors>$(WarningsAsErrors);IL2026;IL2075;IL3000;IL3050</WarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../DonutEngine.SourceGenerator/DonutEngine.SourceGenerator.csproj"
ReferenceOutputAssembly="false"
OutputItemType="Analyzer" />
<ProjectReference Include="../Saket.Particles/Saket.Particles.csproj" />
</ItemGroup>
<PropertyGroup>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>
<AddCompilerGeneratedFilesToProject>true</AddCompilerGeneratedFilesToProject>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Raylib-cs" Version="7.0.1" />
</ItemGroup>
</Project>