Files
ParsonsMasterSystem2026/Core/Core.csproj

16 lines
330 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\" />
<Folder Include="Io\" />
</ItemGroup>
</Project>