forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonoGame.Framework.Portable.nuspec
27 lines (26 loc) · 1.46 KB
/
MonoGame.Framework.Portable.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MonoGame.Framework.Portable</id>
<version>0.0.0.0</version>
<title>MonoGame.Framework.Portable</title>
<authors>MonoGame Team</authors>
<owners>MonoGame Team</owners>
<licenseUrl>https://github.com/mono/MonoGame/blob/develop/LICENSE.txt</licenseUrl>
<projectUrl>http://monogame.net/</projectUrl>
<iconUrl>https://pbs.twimg.com/profile_images/487954549441691649/O3KsHAsb_400x400.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>MonoGame is an open source implementation of the Microsoft XNA 4.x Framework. The goal is to make it easy for XNA developers to create cross-platform games with extremely high code reuse.
This package provides the bait-and-switch PCL build of MonoGame Framework.</description>
<summary>This package provides the bait-and-switch PCL build of MonoGame Framework.</summary>
<copyright>Copyright © 2009-2017 The MonoGame Team</copyright>
<language>en-US</language>
<references>
<reference file="MonoGame.Framework.dll" />
</references>
</metadata>
<files>
<file src="Portable\AnyCPU\MonoGame.Framework.dll" target="lib\portable-net45+win8+wpa81\MonoGame.Framework.dll" />
<file src="Windows\AnyCPU\Release\MonoGame.Framework.xml" target="lib\portable-net45+win8+wpa81\MonoGame.Framework.xml" />
</files>
</package>