mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 18:56:02 +03:00
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<PackageId>DotTiled</PackageId>
|
|
<Authors>dcronqvist</Authors>
|
|
<Title>DotTiled</Title>
|
|
<Description>DotTiled is a general-purpose Tiled map parser for all your .NET needs.</Description>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://github.com/dcronqvist/DotTiled</RepositoryUrl>
|
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
|
<PackageTags>gamedev;window;parser;tiled;mapeditor</PackageTags>
|
|
<PackageProjectUrl>https://github.com/dcronqvist/DotTiled</PackageProjectUrl>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<Copyright>Copyright © 2024 dcronqvist</Copyright>
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
<Version>0.1.0</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<None Include="../../README.md" Pack="true" PackagePath="" />
|
|
<None Include="../../LICENSE" Pack="true" PackagePath="" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|