Project DescriptionTemplate Exporter creates Visual Studio project templates from your XNA Game Studio 3.1 game projects. Use it to make your own starter kits or templates that contain your own frequently-used utility functions or extension methods.
What is it?The template exporter is a command-line utility written in C#. It requires
.NET Framework 3.5 to be installed on the target machine (that will be installed already if you have either
Visual Studio 2008 or
Visual C# 2008 Express Edition). It works on
XNA Game Studio 3.1 projects.
How do I get it?For the latest release supporting
XNA Game Studio 3.1, see the
Downloads page.
For setup and usage instructions, see the
Documentation page.
What is it for?If you're not sure you need this, check out the following links:
What is a template or starter kit?How do I create a custom game template without this utility?I promise you this utility makes the task a hundred times easier.