-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hardstuck.GuildWars2.csproj
28 lines (25 loc) · 1.08 KB
/
Hardstuck.GuildWars2.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>HardstuckGuild (Plenyx)</Authors>
<Copyright>Apache 2</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Version>1.2.1</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/HardstuckGuild/Hardstuck.GuildWars2.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/HardstuckGuild/Hardstuck.GuildWars2</PackageProjectUrl>
<Platforms>AnyCPU;x64</Platforms>
<Description>A collection of shared classes, enums and functionality for the C# namespace Hardstuck.GuildWars2.</Description>
<Title>Hardstuck.GuildWars2</Title>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<PackageTags>hardstuck;guildwars2;gw2;guild wars 2</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>