Cogwheel/Cogwheel.csproj
2025-02-15 10:40:59 -06:00

22 lines
636 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
</PropertyGroup>
<ItemGroup>
<Content Include="src\CogwheelLib.csproj" />
<Compile Remove="obj\**\*.AssemblyAttributes.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="src\bin\Release\net9.0\" />
</ItemGroup>
</Project>