Comments on: Making a Visual Studio Custom Project Type buildable /2007/04/30/making-a-visual-studio-custom-project-type-buildable/ Thu, 16 Mar 2017 16:29:15 +0000 hourly 1 http://wordpress.org/?v=4.2.14 By: Beat Your Competiton Now | Online Marketing For Business 860-661-0493 /2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1748 Sat, 01 Oct 2011 15:59:18 +0000 /index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1748 […] Less Than 2 MinutesHow to Target Keywords not in Your UrlHow To Choose The Right Keywords To TargetMaking a Visual Studio Custom Project Type buildable // IE Evitar seleccion de texto document.onselectstart=function(){ if (event.srcElement.type […]

]]>
By: Norbert /2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1690 Mon, 22 Mar 2010 22:15:49 +0000 /index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1690 Hi. It needs some tasks to be performed to make your project visible in the new project dialog.

1. You need a Project Template based on your project file and it has to be copied into the proper Visual Studio directory. This directory can be determined by the following registry key: HKLMSoftwareMicrosoftVisualStudio9.0VSTemplateProject -> UserFolder.

The basic Managed Project Framework examples about how to build a custom project type give detailed explanation of the way how can you construct your own distributable project template. Follow them.

2. You need some registry entries to tell the Visual Studio where your project template should be found. These are the followings:
HKLMSoftwareMicrosoftVisualStudi9.0NewProjectTemplates..
HKLMSoftwareMicrosoftVisualStudi9.0Projects..

Analyse the existing registry content of other project types beneath these registry locations to explain its structure, and place your own project entries.

]]>
By: chetan53 /2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1689 Mon, 22 Mar 2010 20:14:17 +0000 /index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1689 hey. i have added new custom project type and register it too using regpkg.exe but it is not visible in Visual Studio File->New Project menu.? help me out

]]>
By: Norbert /2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1684 Wed, 06 Jan 2010 17:21:06 +0000 /index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1684 Your post saved me a lot of time Andrey. Thank you!

]]>
By: Mike Hadlow /2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-121 Wed, 25 Jul 2007 08:01:15 +0000 /index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-121 Thanks Andrey, it’s always nice to be linked. Mike (code rant)

]]>