-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuget.props
More file actions
21 lines (20 loc) · 980 Bytes
/
Copy pathNuget.props
File metadata and controls
21 lines (20 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project>
<PropertyGroup>
<id>MonoGame.Invisible</id>
<Version>$(MGInvisibleVersion)</Version>
<Authors>Marcel Härtel</Authors>
<Product>MonoGame.Invisible</Product>
<Description>Makes your MonoGame window transparent!</Description>
<PackageProjectUrl>https://github.com/BlizzCrafter/MonoGame.Invisible</PackageProjectUrl>
<RepositoryUrl>https://github.com/BlizzCrafter/MonoGame.Invisible.git</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<PackageIcon>Logo_x128.png</PackageIcon>
<PackageTags>MonoGame; Windows; Transparent; Invisible; Game</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\Logos\Logo_x128.png" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>