64 lines
4.5 KiB
XML
64 lines
4.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VSTemplate Version="3.0.0" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" Type="Project">
|
|
<TemplateData>
|
|
<Name>MonoGame Windows 10 Universal (XAML) Project</Name>
|
|
<Description>A MonoGame game project for Windows 10 UWP using XAML controls.</Description>
|
|
<Icon>__TemplateIcon.png</Icon>
|
|
<PreviewImage>__PreviewImage.png</PreviewImage>
|
|
<TemplateID>MonoGame.CS.WinRT.UAPGame</TemplateID>
|
|
<TemplateGroupID>WinRT-Native-UAP</TemplateGroupID>
|
|
<ProjectType>CSharp</ProjectType>
|
|
<SortOrder>43160</SortOrder>
|
|
<CreateNewFolder>true</CreateNewFolder>
|
|
<DefaultName>Game</DefaultName>
|
|
<ProvideDefaultName>true</ProvideDefaultName>
|
|
<LocationField>Enabled</LocationField>
|
|
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
|
|
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
|
<TargetPlatformName>Windows</TargetPlatformName>
|
|
<RequiredPlatformVersion>6.1.0</RequiredPlatformVersion>
|
|
<CreateInPlace>true</CreateInPlace>
|
|
</TemplateData>
|
|
<TemplateContent PreferedSolutionConfiguration="Debug|x86">
|
|
<Project File="Application.csproj" ReplaceParameters="true">
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="App.xaml">App.xaml</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" OpenInEditor="!blend" TargetFileName="App.xaml.cs">App.xaml.cs</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" OpenInEditor="blend" TargetFileName="GamePage.xaml">GamePage.xaml</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="Game1.cs">Game1.cs</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="GamePage.xaml.cs">GamePage.xaml.cs</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="project.json">project.json</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="Properties\AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="Properties\Default.rd.xml">Default.rd.xml</ProjectItem>
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="Package.appxmanifest">Package-managed.appxmanifest</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\LockScreenLogo.scale-200.png">LockScreenLogo.scale-200.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\SplashScreen.scale-200.png">SplashScreen.scale-200.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\Square150x150Logo.scale-200.png">Square150x150Logo.scale-200.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\Square44x44Logo.scale-200.png">Square44x44Logo.scale-200.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\Square44x44Logo.targetsize-24_altform-unplated.png">Square44x44Logo.targetsize-24_altform-unplated.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\StoreLogo.png">StoreLogo.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="Assets\Wide310x150Logo.scale-200.png">Wide310x150Logo.scale-200.png</ProjectItem>
|
|
<ProjectItem ReplaceParameters="false" TargetFileName="$projectname$_TemporaryKey.pfx" BlendDoNotCreate="true">Application_TemporaryKey.pfx</ProjectItem>
|
|
<Folder Name="Content" TargetFolderName="Content">
|
|
<ProjectItem ReplaceParameters="true" TargetFileName="Content.mgcb">Content.mgcb</ProjectItem>
|
|
</Folder>
|
|
</Project>
|
|
</TemplateContent>
|
|
<WizardExtension>
|
|
<Assembly>Microsoft.VisualStudio.WinRT.TemplateWizards, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>
|
|
<FullClassName>Microsoft.VisualStudio.WinRT.TemplateWizards.CreateProjectCertificate.Wizard</FullClassName>
|
|
</WizardExtension>
|
|
<WizardExtension>
|
|
<Assembly>NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>
|
|
<FullClassName>NuGet.VisualStudio.TemplateWizard</FullClassName>
|
|
</WizardExtension>
|
|
<WizardExtension>
|
|
<Assembly>Microsoft.VisualStudio.Universal.TemplateWizards, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>
|
|
<FullClassName>Microsoft.VisualStudio.Universal.TemplateWizards.PlatformVersion.Wizard</FullClassName>
|
|
</WizardExtension>
|
|
<WizardData>
|
|
<packages repository="registry" keyName="NETCoreSDK" isPreunzipped="true">
|
|
<package id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.4.0" skipAssemblyReferences="false" />
|
|
</packages>
|
|
</WizardData>
|
|
</VSTemplate>
|