forked from MonoGame/MonoGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonoGame.Framework.MacOS.nuspec
40 lines (40 loc) · 3.05 KB
/
MonoGame.Framework.MacOS.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
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>MonoGame.Framework.MacOS</id>
<version>0.0.0.0</version>
<title>MonoGame.Framework.MacOS</title>
<authors>MonoGameTeam</authors>
<owners>MonoGameTeam</owners>
<licenseUrl>https://github.com/mono/MonoGame/blob/develop/LICENSE.txt#L2</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. We currently support iOS, Android, Windows (both OpenGL and DirectX), Mac OS X, Linux, Windows 8 Store, Windows Phone 8, PlayStation Mobile, and the OUYA console.</description>
<summary>MonoGame is an open source cross platform implementation of Microsoft's XNA 4.x Framework</summary>
<releaseNotes>Updated dev release - 10th December 2014
Added support for Windows Phone 8.1 and Universal projects</releaseNotes>
<copyright>Copyright 2016</copyright>
<language>en-US</language>
</metadata>
<files>
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.dll" target="lib\net40\MonoGame.Framework.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.xml" target="lib\net40\MonoGame.Framework.xml" />
<file src="MacOS\AnyCPU\Release\Tao.Sdl.dll" target="lib\net40\Tao.Sdl.dll" />
<file src="MacOS\AnyCPU\Release\OpenTK.dll" target="lib\net40\OpenTK.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.dll" target="lib\net45\MonoGame.Framework.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.xml" target="lib\net45\MonoGame.Framework.xml" />
<file src="MacOS\AnyCPU\Release\Tao.Sdl.dll" target="lib\net45\Tao.Sdl.dll" />
<file src="MacOS\AnyCPU\Release\OpenTK.dll" target="lib\net45\OpenTK.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.dll" target="lib\MonoMac\MonoGame.Framework.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.xml" target="lib\MonoMac\MonoGame.Framework.xml" />
<file src="MacOS\AnyCPU\Release\Tao.Sdl.dll" target="lib\MonoMac\Tao.Sdl.dll" />
<file src="MacOS\AnyCPU\Release\OpenTK.dll" target="lib\MonoMac\OpenTK.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.dll" target="lib\XamarinMac\MonoGame.Framework.dll" />
<file src="MacOS\AnyCPU\Release\MonoGame.Framework.xml" target="lib\XamarinMac\MonoGame.Framework.xml" />
<file src="MacOS\AnyCPU\Release\Tao.Sdl.dll" target="lib\XamarinMac\Tao.Sdl.dll" />
<file src="MacOS\AnyCPU\Release\OpenTK.dll" target="lib\XamarinMac\OpenTK.dll" />
<file src="..\..\NuGetPackages\readme\MonoGame.Framework\readme.txt" target="readme.txt" />
</files>
</package>