forked from Martenfur/Monofoxe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuget.props
More file actions
17 lines (16 loc) · 705 Bytes
/
Copy pathNuget.props
File metadata and controls
17 lines (16 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project>
<PropertyGroup>
<Version>$(MonofoxeVersion)</Version>
<Authors>Martenfur</Authors>
<Company>the fox society</Company>
<Product>Monofoxe Engine</Product>
<Description>Monogame-based game engine with an extremely high fox concenration.</Description>
<PackageProjectUrl>https://github.com/Martenfur/Monofoxe/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Martenfur/Monofoxe/</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo_nolabel_transparent.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\logo\logo_nolabel_transparent.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>