forked from SFML/SFML.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SFML.NuGet.props
29 lines (21 loc) · 1.03 KB
/
SFML.NuGet.props
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
29
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- This file contains the data shared by all projects that generate a NuGet package. -->
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.5.1</Version>
<Authors>Laurent Gomila</Authors>
<PackageTags>sfml sfml.net</PackageTags>
<Copyright>Copyright © Laurent Gomila</Copyright>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
<PackageProjectUrl>https://www.sfml-dev.org/</PackageProjectUrl>
<RepositoryUrl>https://github.com/SFML/SFML.Net</RepositoryUrl>
<PackageIcon>sfml-icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<None Include="../../sfml-icon.png" Pack="true" PackagePath=""/>
<None Include="README.md" Pack="true" PackagePath="."/>
</ItemGroup>
</Project>