Cogwheel/Cogwheel.csproj

18 lines
551 B
XML
Raw Normal View History

2025-01-01 20:43:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
2025-01-01 20:43:35 +00:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
2025-01-02 19:54:01 +00:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
2025-01-01 20:43:35 +00:00
</PropertyGroup>
2025-01-02 05:02:41 +00:00
<ItemGroup>
2025-01-02 19:54:01 +00:00
<Content Include="src\CogwheelLib.csproj" />
<Compile Remove="obj\**\*.AssemblyAttributes.cs" />
2025-01-02 05:02:41 +00:00
</ItemGroup>
2025-01-02 19:54:01 +00:00
</Project>