mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-04-10 11:20:05 +03:00
27 lines
1.5 KiB
XML
27 lines
1.5 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>Syroot.Worms</AssemblyName>
|
|
<AssemblyTitle>Worms</AssemblyTitle>
|
|
<Authors>Syroot</Authors>
|
|
<Copyright>(c) Syroot, licensed under MIT</Copyright>
|
|
<Description>.NET library for loading and modifying files of Team17 Worms games.</Description>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<PackageIconUrl>https://gitlab.com/Syroot/Worms/raw/master/res/icon.png</PackageIconUrl>
|
|
<PackageId>Syroot.Worms</PackageId>
|
|
<PackageLicenseUrl>https://gitlab.com/Syroot/Worms/raw/master/LICENSE</PackageLicenseUrl>
|
|
<PackageProjectUrl>https://gitlab.com/Syroot/Worms</PackageProjectUrl>
|
|
<PackageReleaseNotes>Initial release.</PackageReleaseNotes>
|
|
<PackageTags>worms;team17</PackageTags>
|
|
<RepositoryType>git</RepositoryType>
|
|
<RepositoryUrl>https://gitlab.com/Syroot/Worms</RepositoryUrl>
|
|
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
|
|
<Version>2.0.0-alpha1</Version>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Syroot.BinaryData.Serialization" Version="5.0.0" />
|
|
<PackageReference Include="Syroot.Maths" Version="1.5.3" />
|
|
<PackageReference Include="Syroot.BinaryData" Version="5.0.0" />
|
|
<PackageReference Include="System.Drawing.Common" Version="4.5.1" />
|
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.0" />
|
|
</ItemGroup>
|
|
</Project> |