author | David Ludwig <dludwig@pobox.com> |
Tue, 01 Dec 2015 22:07:24 -0500 | |
changeset 9940 | f2d5ed0d9686 |
permissions | -rw-r--r-- |
9940
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0"?> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
2 |
<package > |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
3 |
<metadata> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
4 |
<id>SDL2-WinRT</id> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
5 |
<version>2.0.4-Unofficial</version> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
6 |
<authors>Sam Lantinga</authors> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
7 |
<owners>David Ludwig</owners> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
8 |
<licenseUrl>http://libsdl.org/license.php</licenseUrl> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
9 |
<projectUrl>http://libsdl.org</projectUrl> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
10 |
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
11 |
<description>Unofficial pre-release of LibSDL2, built for WinRT platforms</description> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
12 |
<copyright>Copyright 2015</copyright> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
13 |
<tags>SDL2 SDL LibSDL OpenGL C C++ nativepackage</tags> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
14 |
</metadata> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
15 |
<files> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
16 |
<file src="lib\**\*.dll" target="bin"/> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
17 |
<file src="lib\**\*.lib" target="bin"/> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
18 |
<file src="lib\**\*.pdb" target="bin"/> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
19 |
<file src="..\include\**\*.*" target="include"/> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
20 |
<file src="..\src\**\*.*" target="src"/> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
21 |
<file src="SDL2-WinRT.targets" target="build\native"/> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
22 |
</files> |
f2d5ed0d9686
WinRT: added NuGet-package creation support to WinRT build script
David Ludwig <dludwig@pobox.com>
parents:
diff
changeset
|
23 |
</package> |