source.extension.vsixmanifest 1.9 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
  3. <Metadata>
  4. <Identity Id="UrhoSharpVsix.Egor Bogatov.f9b38b29-4e1e-434f-984e-9daf9e199273" Version="1.557" Language="en-US" Publisher="Egor Bogatov" />
  5. <DisplayName>UrhoSharp Templates</DisplayName>
  6. <Description xml:space="preserve">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. This will install a collection of UrhoSharp Project Templates that allows for the creation of a simple UrhoSharp minimal skeleton game solution</Description>
  7. <MoreInfo>http://developer.xamarin.com/guides/cross-platform/urho/introduction/</MoreInfo>
  8. <GettingStartedGuide>http://developer.xamarin.com/guides/cross-platform/urho/introduction/</GettingStartedGuide>
  9. <Icon>UrhoSharpIco.ico</Icon>
  10. <PreviewImage>UrhoSharp.png</PreviewImage>
  11. <Tags>UrhoSharp, Urho, Xamarin, Xamarin.Android, Xamarin.iOS, Game, 3D</Tags>
  12. </Metadata>
  13. <Installation>
  14. <InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0]" />
  15. <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Pro" />
  16. <InstallationTarget Version="[14.0,15.0)" Id="Microsoft.VisualStudio.Enterprise" />
  17. </Installation>
  18. <Dependencies>
  19. <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
  20. </Dependencies>
  21. <Assets>
  22. <Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="File" Path="ProjectTemplates" d:TargetPath="ProjectTemplates\UrhoSharp.zip" />
  23. <Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="UrhoSharpTemplateWizard" Path="|UrhoSharpTemplateWizard|" AssemblyName="|UrhoSharpTemplateWizard;AssemblyName|" />
  24. </Assets>
  25. </PackageManifest>