anx.framework/templates/Projects/Windows/Windows Game (with ContentProject)/Windows Game (with ContentProject).vstemplate

24 lines
1.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<VSTemplate Version="3.0.0" Type="ProjectGroup" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010">
<TemplateData>
<Name>Windows Game (with ContentProject)</Name>
<Description>This is a basic project template for creating an ANX.Framework game with an ANX ContentProject for Windows.</Description>
<Icon>__TemplateIcon.png</Icon>
<ProjectType>CSharp</ProjectType>
<RequiredFrameworkVersion>4.0</RequiredFrameworkVersion>
<SortOrder>1000</SortOrder>
<TemplateID>223c6a84-2748-47fa-af27-3ef1294f634d</TemplateID>
<CreateNewFolder>true</CreateNewFolder>
<DefaultName>AnxGame</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
<LocationField>Enabled</LocationField>
<EnableLocationBrowseButton>true</EnableLocationBrowseButton>
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
</TemplateData>
<TemplateContent>
<ProjectCollection>
<ProjectTemplateLink ProjectName="$projectname$">Windows Game\WindowsGame (with ContentProject).vstemplate</ProjectTemplateLink>
<ProjectTemplateLink ProjectName="$projectname$ Content">Content\Content Project (empty).vstemplate</ProjectTemplateLink>
</ProjectCollection>
</TemplateContent>
</VSTemplate>