Files
ParsonsMasterSystem2026/Core/Core.csproj

15 lines
301 B
XML

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