Files
ParsonsMasterSystem2026/Core/Core.csproj

20 lines
407 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Audio\**" />
<EmbeddedResource Remove="Audio\**" />
<None Remove="Audio\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="Cpu\" />
</ItemGroup>
</Project>