<?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: How to generate multiple outputs from single T4 template</title>
	<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/</link>
	<description>Interfaces are like alcohol - they are a lot of fun when used in moderation.</description>
	<pubDate>Sat, 04 Feb 2012 05:51:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: diana</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-3459</link>
		<dc:creator>diana</dc:creator>
		<pubDate>Fri, 21 Oct 2011 13:13:53 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-3459</guid>
		<description>Great post! I used your first example approach combined with PetaPOCO generator T4 scripts, which create a POCO class for each table in a database and put them into a single file. With your code I modified the script to allow the generation of a single file for each class. It worked like a charm with Visual Studio 2010 Ultimate, 4.0 Framework. Thanks so much!</description>
		<content:encoded><![CDATA[<p>Great post! I used your first example approach combined with PetaPOCO generator T4 scripts, which create a POCO class for each table in a database and put them into a single file. With your code I modified the script to allow the generation of a single file for each class. It worked like a charm with Visual Studio 2010 Ultimate, 4.0 Framework. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Squashing your old sql scripts into migrations using T4 templates. at Simbu</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-3310</link>
		<dc:creator>Squashing your old sql scripts into migrations using T4 templates. at Simbu</dc:creator>
		<pubDate>Wed, 24 Nov 2010 01:44:40 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-3310</guid>
		<description>[...] Oleg Sych, How to generate multiple outputs from single T4 template. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Oleg Sych, How to generate multiple outputs from single T4 template. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-3297</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 02 Nov 2010 17:26:31 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-3297</guid>
		<description>Hello

Thank you for all your effort.
You have certainly helped me to get started with T4.
Could I ask the following question:
I have used the code below in an attempt to incrementally process templates to build up a set of wpf xaml windows.

I however get an error when referencing Host.

(    string output = engine.ProcessTemplate(template, Host);  
)

Could you help.
I want to use the default Host in visual studio.






</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>Thank you for all your effort.<br />
You have certainly helped me to get started with T4.<br />
Could I ask the following question:<br />
I have used the code below in an attempt to incrementally process templates to build up a set of wpf xaml windows.</p>
<p>I however get an error when referencing Host.</p>
<p>(    string output = engine.ProcessTemplate(template, Host);<br />
)</p>
<p>Could you help.<br />
I want to use the default Host in visual studio.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Generator Built Right into Visual Studio &#171; www.ryanstevens.co.uk</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-2999</link>
		<dc:creator>Code Generator Built Right into Visual Studio &#171; www.ryanstevens.co.uk</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:39:02 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-2999</guid>
		<description>[...] How to generate multiple outputs from single T4 template [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] How to generate multiple outputs from single T4 template [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Programaticamente falando &#187; T4: Gerando v&#225;rios arquivos</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-2792</link>
		<dc:creator>Programaticamente falando &#187; T4: Gerando v&#225;rios arquivos</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:10:46 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-2792</guid>
		<description>[...] Quando usamos T4 pode ser necessário gerar vários arquivos com um uníco template, um exemplo clássico é quando estamos gerando o mapeamento para as tabelas do SGBD. Neste post vamos ver um exemplo de como gerar vários arquivos usando templates T4. O exemplo é baseado no post do Oleg. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Quando usamos T4 pode ser necessário gerar vários arquivos com um uníco template, um exemplo clássico é quando estamos gerando o mapeamento para as tabelas do SGBD. Neste post vamos ver um exemplo de como gerar vários arquivos usando templates T4. O exemplo é baseado no post do Oleg. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-1311</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 19 May 2009 12:19:50 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-1311</guid>
		<description>Hi!

I am using Rob Conery's Subsonic template but the section in the middle where he writes out a table of all properties in his List.tt template I want to output into a UserControl.ascx but cannot get it to work. Could you help?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I am using Rob Conery&#8217;s Subsonic template but the section in the middle where he writes out a table of all properties in his List.tt template I want to output into a UserControl.ascx but cannot get it to work. Could you help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-1279</link>
		<dc:creator>Dmitri</dc:creator>
		<pubDate>Thu, 30 Apr 2009 15:04:40 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-1279</guid>
		<description>I'm experimenting with the attached project files, but SaveOutput.tt doesn't seem to produce any output.</description>
		<content:encoded><![CDATA[<p>I&#8217;m experimenting with the attached project files, but SaveOutput.tt doesn&#8217;t seem to produce any output.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-857</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 09 Dec 2008 11:22:35 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-857</guid>
		<description>Glenn, Visual Studio always recreates the standard output file after execution of the T4 template is finished. I haven't found a way to suppress it.</description>
		<content:encoded><![CDATA[<p>Glenn, Visual Studio always recreates the standard output file after execution of the T4 template is finished. I haven&#8217;t found a way to suppress it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenn</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-845</link>
		<dc:creator>Glenn</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:29:50 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-845</guid>
		<description>Hi,

When i use DeleteOldOutputs(); This function deletes the standard output file for the t4 template. But this files isn't removed from the solution.

Any ideas?
Thx in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When i use DeleteOldOutputs(); This function deletes the standard output file for the t4 template. But this files isn&#8217;t removed from the solution.</p>
<p>Any ideas?<br />
Thx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek wilson&#187; Blog Archive &#187; SQLite foreign key constraint generator using T4</title>
		<link>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-743</link>
		<dc:creator>derek wilson&#187; Blog Archive &#187; SQLite foreign key constraint generator using T4</dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:53:12 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/03/how-to-generate-multiple-outputs-from-single-t4-template/#comment-743</guid>
		<description>[...] In this instance we generate all the SQL into one file, if we wanted to we could easily generate each constraint into its own file, Oleg Sych has an example of how to do this. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] In this instance we generate all the SQL into one file, if we wanted to we could easily generate each constraint into its own file, Oleg Sych has an example of how to do this. [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

