<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: T4 Tutorial: Integrating Generated Files in Visual Studio Projects</title>
	<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/</link>
	<description>Interfaces are like alcohol - they are a lot of fun when used in moderation.</description>
	<pubDate>Sat, 04 Feb 2012 05:54:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Hong Shen</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3486</link>
		<dc:creator>Hong Shen</dc:creator>
		<pubDate>Wed, 18 Jan 2012 20:50:01 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3486</guid>
		<description>The toolbox helps me greatly. Really appreciate it.

I am wondering if I can add project reference (referenced project in the same solution as tt) through Ouput?

Thanks</description>
		<content:encoded><![CDATA[<p>The toolbox helps me greatly. Really appreciate it.</p>
<p>I am wondering if I can add project reference (referenced project in the same solution as tt) through Ouput?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3430</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Wed, 22 Jun 2011 12:36:12 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3430</guid>
		<description>When I generate various files that are of a project that is in Source Safe, for each, Source Safe asks if I want to erase it and I say no. Is there any way of Source Safe not ask this question?

 thanks</description>
		<content:encoded><![CDATA[<p>When I generate various files that are of a project that is in Source Safe, for each, Source Safe asks if I want to erase it and I say no. Is there any way of Source Safe not ask this question?</p>
<p> thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farooq</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3424</link>
		<dc:creator>Farooq</dc:creator>
		<pubDate>Sat, 28 May 2011 03:27:33 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3424</guid>
		<description>Excellent series of articles! I was wondering how can we generate a project using T4 before using OutputProject property. Can you share a code sample for doing so or point to some example somewhere!</description>
		<content:encoded><![CDATA[<p>Excellent series of articles! I was wondering how can we generate a project using T4 before using OutputProject property. Can you share a code sample for doing so or point to some example somewhere!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3419</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 24 May 2011 19:30:37 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3419</guid>
		<description>T4 Toolbox is optimized for continuous (as opposed to single-time) code generation. The log file is required to keep track of files generated outside of the template's folder.</description>
		<content:encoded><![CDATA[<p>T4 Toolbox is optimized for continuous (as opposed to single-time) code generation. The log file is required to keep track of files generated outside of the template&#8217;s folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3415</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 24 May 2011 07:08:08 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3415</guid>
		<description>A great tool.

Is possible deactivate the log file when the generated file is not located in the same 
folder with the root .tt template?

thanks</description>
		<content:encoded><![CDATA[<p>A great tool.</p>
<p>Is possible deactivate the log file when the generated file is not located in the same<br />
folder with the root .tt template?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Juarez</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3331</link>
		<dc:creator>Rodrigo Juarez</dc:creator>
		<pubDate>Tue, 28 Dec 2010 14:29:20 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3331</guid>
		<description>Thanks a lot!
I will try to implement some solution ...
I post a question in stackoverflow
http://stackoverflow.com/questions/4546715/t4-custom-code-blocks</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
I will try to implement some solution &#8230;<br />
I post a question in stackoverflow<br />
<a href="http://stackoverflow.com/questions/4546715/t4-custom-code-blocks" rel="nofollow">http://stackoverflow.com/questions/4546715/t4-custom-code-blocks</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3330</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 28 Dec 2010 14:23:35 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3330</guid>
		<description>Rodrigo, I haven't given much thought to it for my work and don't have a code sample to share. The general idea is to somehow identify a "generated" block in your target file and instead of letting T4 overwrite the entire file, inject the generated code in this block. How you identify the "generated" block will depend on the format of this file, you could use regions in VB or C#, processing directives in XML and comments in files that store program code in general.</description>
		<content:encoded><![CDATA[<p>Rodrigo, I haven&#8217;t given much thought to it for my work and don&#8217;t have a code sample to share. The general idea is to somehow identify a &#8220;generated&#8221; block in your target file and instead of letting T4 overwrite the entire file, inject the generated code in this block. How you identify the &#8220;generated&#8221; block will depend on the format of this file, you could use regions in VB or C#, processing directives in XML and comments in files that store program code in general.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Juarez</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3329</link>
		<dc:creator>Rodrigo Juarez</dc:creator>
		<pubDate>Tue, 28 Dec 2010 14:18:54 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3329</guid>
		<description>Can you give me some more information about "implement it in custom code"?</description>
		<content:encoded><![CDATA[<p>Can you give me some more information about &#8220;implement it in custom code&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3328</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 28 Dec 2010 14:09:54 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3328</guid>
		<description>This is not a built-in feature. The general rule of thumb is to use partial files to achieve the same effect. You could also implement it in custom code.</description>
		<content:encoded><![CDATA[<p>This is not a built-in feature. The general rule of thumb is to use partial files to achieve the same effect. You could also implement it in custom code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Juarez</title>
		<link>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3327</link>
		<dc:creator>Rodrigo Juarez</dc:creator>
		<pubDate>Tue, 28 Dec 2010 14:04:39 +0000</pubDate>
		<guid>http://www.olegsych.com/2010/03/t4-tutorial-integrating-generated-files-in-visual-studio-projects/#comment-3327</guid>
		<description>Hi
With T4 can you have custom code blocks, that should not be overwritten at generation?
Like PreserveExistingFile but for a block of code in the generated file.
I can't use partial class in my scenario</description>
		<content:encoded><![CDATA[<p>Hi<br />
With T4 can you have custom code blocks, that should not be overwritten at generation?<br />
Like PreserveExistingFile but for a block of code in the generated file.<br />
I can&#8217;t use partial class in my scenario</p>
]]></content:encoded>
	</item>
</channel>
</rss>

