Links to information about creating customized XNA Game Studio 2.0 project templates

XNA Game Studio 2.0 introduces the concept of a Game Content Project.  A content project is nested within an XNA Game Studio 2.0 project in Visual Studio, and it is designed to store all assets and content for a game (sounds, textures, 3D models, etc) and build them as a part of the build process for the game project or independently of the game code.

Having a nested content project within an XNA Game Studio 2.0 project makes it more difficult to create customized Visual Studio templates for XNA Game Studio 2.0 game projects or game library projects.  Fortunately, a couple of members of the XNA Game Studio team (Stephen and Nazeeh) have written in-depth blog posts that describe how to create customized Visual Studio project templates for XNA Game Studio 2.0 and demonstrate the process with a real-world example.

If you are interested in creating customized project templates for XNA Game Studio 2.0, I encourage you to check out these blog posts: