Replaced the old VS templates with ones that offer more flexiblity. Started replacing the Content Project for the samples with our custom project type. Inlcuded a basic not yet working AssimpImporter.
22 lines
1020 B
XML
22 lines
1020 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005" xmlns:sdk="http://schemas.microsoft.com/developer/vstemplate-sdkextension/2010">
|
|
<TemplateData>
|
|
<Name Package="{b1437ba8-a8c6-48c4-af58-47ba72b2a7c8}" ID="1011"/>
|
|
<Description Package="{b1437ba8-a8c6-48c4-af58-47ba72b2a7c8}" ID="1012"/>
|
|
<Icon>SpriteFont.ico</Icon>
|
|
<TemplateID>ANX.Framework-Content-SpriteFont</TemplateID>
|
|
<TemplateGroupID>ANX.Framework-Content</TemplateGroupID>
|
|
<ProjectType>CSharp</ProjectType>
|
|
<RequiredFrameworkVersion>4.0</RequiredFrameworkVersion>
|
|
<NumberOfParentCategoriesToRollUp>1</NumberOfParentCategoriesToRollUp>
|
|
<DefaultName>font.spritefont</DefaultName>
|
|
</TemplateData>
|
|
<TemplateContent>
|
|
<References>
|
|
<Reference>
|
|
<Assembly>System</Assembly>
|
|
</Reference>
|
|
</References>
|
|
<ProjectItem ReplaceParameters="true">font.spritefont</ProjectItem>
|
|
</TemplateContent>
|
|
</VSTemplate> |