mirror of
https://gitlab.com/Syroot/Worms.git
synced 2025-05-05 19:29:34 +03:00
24 lines
1.4 KiB
XML
24 lines
1.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AssemblyName>Syroot.Worms.Armageddon-ProjectX</AssemblyName>
|
|
<Authors>Syroot</Authors>
|
|
<Copyright>(c) Syroot, licensed under MIT</Copyright>
|
|
<Description>.NET library for loading and modifying files of Worms Armageddon ProjectX.</Description>
|
|
<GenerateDocumentationFile Condition="'$(Configuration)'=='Release'">true</GenerateDocumentationFile>
|
|
<LangVersion>latest</LangVersion>
|
|
<PackageIconUrl>https://gitlab.com/Syroot/Worms/raw/master/res/icon.png</PackageIconUrl>
|
|
<PackageId>Syroot.Worms.Armageddon.ProjectX</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>
|
|
<ProjectReference Include="..\Syroot.Worms.Armageddon\Syroot.Worms.Armageddon.csproj" />
|
|
<ProjectReference Include="..\Syroot.Worms\Syroot.Worms.csproj" />
|
|
</ItemGroup>
|
|
</Project> |