31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
|
|
|
|
<Version>1.2.0</Version>
|
|
<Authors>Chris Bell</Authors>
|
|
<Company>Bellsworne Tech</Company>
|
|
<Description>A suite of development tools for games</Description>
|
|
<PackageTags>development tools, games</PackageTags>
|
|
<PackageProjectUrl>https://git.bellsworne.tech/Bellsworne/Cogwheel/packages</PackageProjectUrl>
|
|
<RepositoryUrl>https://git.bellsworne.tech/Bellsworne/Cogwheel.git</RepositoryUrl>
|
|
<RepositoryType>git</RepositoryType>
|
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
|
<!-- <PackageIcon>icon.png</PackageIcon>-->
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="obj\Release\net9.0\CogwheelLib.GlobalUsings.g.cs" />
|
|
<Compile Remove="obj\Release\net9.0\CogwheelLib.AssemblyInfo.cs" />
|
|
<None Include="changelog.md" Pack="true" PackagePath="" />
|
|
</ItemGroup>
|
|
|
|
</Project> |