-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuget.props
More file actions
20 lines (19 loc) · 889 Bytes
/
Nuget.props
File metadata and controls
20 lines (19 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<id>MonoGo.Engine</id>
<Version>$(MonoGoVersion)</Version>
<Authors>Marcel Härtel</Authors>
<Product>MonoGo Engine</Product>
<Description>Cross-Platform C# 2D game engine build ontop of MonoGame.</Description>
<PackageProjectUrl>https://github.com/BlizzCrafter/MonoGo</PackageProjectUrl>
<RepositoryUrl>https://github.com/MonoGo-Engine/MonoGo.git</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>Logo_BG_x192.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\Logos\Logo_BG_x192.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>