2025-01-01 20:43:35 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-01-02 03:15:32 +00:00
|
|
|
|
<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-03 05:21:09 +00:00
|
|
|
|
|
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" />
|
2025-01-03 05:21:09 +00:00
|
|
|
|
<Compile Remove="obj\**\*.AssemblyAttributes.cs" />
|
2025-01-02 05:02:41 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-01-02 19:54:01 +00:00
|
|
|
|
</Project>
|