<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Making a Visual Studio Custom Project Type buildable</title>
	<atom:link href="http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/</link>
	<description></description>
	<lastBuildDate>Mon, 16 Apr 2012 16:08:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Beat Your Competiton Now &#124; Online Marketing For Business 860-661-0493</title>
		<link>http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1748</link>
		<dc:creator>Beat Your Competiton Now &#124; Online Marketing For Business 860-661-0493</dc:creator>
		<pubDate>Sat, 01 Oct 2011 15:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashmind.com/index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1748</guid>
		<description>[...] 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 [...]</description>
		<content:encoded><![CDATA[<p>[...] 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 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1690</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Mon, 22 Mar 2010 22:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashmind.com/index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1690</guid>
		<description>Hi. It needs some tasks to be performed to make your project visible in the new project dialog.&lt;br&gt;&lt;br&gt;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 -&gt; UserFolder.&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&lt;br&gt;2. You need some registry entries to tell the Visual Studio where your project template should be found. These are the followings:&lt;br&gt;HKLMSoftwareMicrosoftVisualStudi9.0NewProjectTemplates..&lt;br&gt;HKLMSoftwareMicrosoftVisualStudi9.0Projects..&lt;br&gt;&lt;br&gt;Analyse the existing registry content of other project types beneath these registry locations to explain its structure, and place your own project entries.</description>
		<content:encoded><![CDATA[<p>Hi. It needs some tasks to be performed to make your project visible in the new project dialog.</p>
<p>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 -&gt; UserFolder.</p>
<p>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.</p>
<p>2. You need some registry entries to tell the Visual Studio where your project template should be found. These are the followings:<br />HKLMSoftwareMicrosoftVisualStudi9.0NewProjectTemplates..<br />HKLMSoftwareMicrosoftVisualStudi9.0Projects..</p>
<p>Analyse the existing registry content of other project types beneath these registry locations to explain its structure, and place your own project entries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chetan53</title>
		<link>http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1689</link>
		<dc:creator>chetan53</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashmind.com/index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1689</guid>
		<description>hey. i have added new custom project type and register it too using regpkg.exe but it is not visible in Visual Studio File-&gt;New Project menu.? help me out</description>
		<content:encoded><![CDATA[<p>hey. i have added new custom project type and register it too using regpkg.exe but it is not visible in Visual Studio File-&gt;New Project menu.? help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert</title>
		<link>http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-1684</link>
		<dc:creator>Norbert</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashmind.com/index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-1684</guid>
		<description>Your post saved me a lot of time Andrey. Thank you!</description>
		<content:encoded><![CDATA[<p>Your post saved me a lot of time Andrey. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Hadlow</title>
		<link>http://blog.ashmind.com/2007/04/30/making-a-visual-studio-custom-project-type-buildable/comment-page-1/#comment-121</link>
		<dc:creator>Mike Hadlow</dc:creator>
		<pubDate>Wed, 25 Jul 2007 08:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashmind.com/index.php/2007/04/30/making-a-visual-studio-custom-project-type-buildable/#comment-121</guid>
		<description>Thanks Andrey, it&#039;s always nice to be linked. Mike (code rant)</description>
		<content:encoded><![CDATA[<p>Thanks Andrey, it&#8217;s always nice to be linked. Mike (code rant)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

