Urho.SharpReality.nuspec 2.2 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata minClientVersion="2.8.1">
  4. <id>UrhoSharp.SharpReality</id>
  5. <version>1.9</version>
  6. <title>UrhoSharp.SharpReality</title>
  7. <authors>Xamarin,Microsoft</authors>
  8. <owners>Xamarin,Microsoft</owners>
  9. <copyright>© Microsoft Corporation. All rights reserved.</copyright>
  10. <licenseUrl>https://github.com/xamarin/urho/blob/master/LICENSE</licenseUrl>
  11. <projectUrl>http://developer.xamarin.com/guides/cross-platform/urho/</projectUrl>
  12. <iconUrl>http://developer.xamarin.com/guides/cross-platform/urho/introduction/Images/UrhoSharp_icon.png</iconUrl>
  13. <requireLicenseAcceptance>true</requireLicenseAcceptance>
  14. <summary>Cross Platform, 2D and 3D Game Engine for C# (This package contains extensions for SharpReality).</summary>
  15. <description>UrhoSharp is a lightweight Game Engine suitable for using with C# and F# to create games that run on Android, iOS, Mac, Windows and Unix. The game engine is available as a portable class library, allowing your game code to be written once and shared across all platforms. UrhoSharp is powered by Urho3D (http://urho3d.github.io/), a game engine that has been under development for more than a decade. All the samples from Urho3D have been ported to C# to help you get started: https://github.com/xamarin/urho-samples</description>
  16. <releaseNotes>Release notes: https://github.com/xamarin/urho/releases</releaseNotes>
  17. <tags>HoloLens Urho UrhoSharp Urho3D Xamarin 2D 3D games engine</tags>
  18. </metadata>
  19. <files>
  20. <file src="../Urho3D/CoreData.pak" target="native/CoreData.pak" />
  21. <file src="../Nuget/SharpReality/UrhoSharp.SharpReality.targets" target="build/uap10.0" />
  22. <file src="../docs/Urho.XML" target="lib/uap10.0/Urho.XML" />
  23. <file src="../Bin/SharpReality/Urho.dll" target="lib/uap10.0/Urho.dll" />
  24. <file src="../Bin/SharpReality/Win32/UrhoSharp.SharpReality/mono-holourho.dll" target="native/SharpReality32/mono-holourho.dll" />
  25. <file src="../Bin/SharpReality/x64/UrhoSharp.SharpReality/mono-holourho.dll" target="native/SharpReality64/mono-holourho.dll" />
  26. </files>
  27. </package>