<?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: Multiple outputs from T4 made easy &#8211; revisited</title>
	<atom:link href="http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited</link>
	<description>A .NET developer in Redmond</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:22:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sky</title>
		<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited#comment-37238</link>
		<dc:creator>Sky</dc:creator>
		<pubDate>Sat, 27 Feb 2010 14:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1457#comment-37238</guid>
		<description>Hey D,
Thanks for the code. Your listing is missing an end tag. Might confuse/frustrate some....</description>
		<content:encoded><![CDATA[<p>Hey D,<br />
Thanks for the code. Your listing is missing an end tag. Might confuse/frustrate some&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited#comment-36796</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Mon, 22 Feb 2010 15:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1457#comment-36796</guid>
		<description>You can&#039;t - VS&#039;s SingleFileGenerator that T4 is based on insists on creating the original file.

The best you could hope to do would be to turn this into a .log or something by changing the file extension and outputting some unimportant information.

[)amien</description>
		<content:encoded><![CDATA[<p>You can&#8217;t &#8211; VS&#8217;s SingleFileGenerator that T4 is based on insists on creating the original file.</p>
<p>The best you could hope to do would be to turn this into a .log or something by changing the file extension and outputting some unimportant information.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marius van Belkum</title>
		<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited#comment-36791</link>
		<dc:creator>Marius van Belkum</dc:creator>
		<pubDate>Mon, 22 Feb 2010 08:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1457#comment-36791</guid>
		<description>Hi There,

This works great!

As per other Marius&#039; question. How do i prevent the xx.cs file to be generated?</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>This works great!</p>
<p>As per other Marius&#8217; question. How do i prevent the xx.cs file to be generated?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Fischer (tangible)</title>
		<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited#comment-33759</link>
		<dc:creator>Tim Fischer (tangible)</dc:creator>
		<pubDate>Sun, 03 Jan 2010 21:39:45 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1457#comment-33759</guid>
		<description>Hi Damien,

great thank you very much for this update. I do use your class a lot and it works like a breeze!

Tim</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>great thank you very much for this update. I do use your class a lot and it works like a breeze!</p>
<p>Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marius</title>
		<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited#comment-33341</link>
		<dc:creator>marius</dc:creator>
		<pubDate>Sun, 27 Dec 2009 08:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1457#comment-33341</guid>
		<description>uff!
Differences Between Project and Item Templates...





	




public class Class1(){}



public class Class1(){}


Somehow an overload or set that do not depend(too much) on ProjectItems

// :( 
maybe next version(s)

I like to load an xml file with XElement then iterate the nodes and attributes and generate a slim model for whatever... but, i like a xsd to check the xml file at the moment somebody writes some funny business. However i also like to asure that the schema is placed somewhere expected but the xx.cs files all together in the xx.tt tree...

hmm!....
and by the way!... if i choose split, and i do, why is a xx.cs from xx.tt still there and how can i prevent it. Even if the xx.cs is an empty file

Those are just some loosy brainwaves...


I DO LIKE THE MANAGER CLASS 

! THANK YOU !</description>
		<content:encoded><![CDATA[<p>uff!<br />
Differences Between Project and Item Templates&#8230;</p>
<p>public class Class1(){}</p>
<p>public class Class1(){}</p>
<p>Somehow an overload or set that do not depend(too much) on ProjectItems</p>
<p>// :(<br />
maybe next version(s)</p>
<p>I like to load an xml file with XElement then iterate the nodes and attributes and generate a slim model for whatever&#8230; but, i like a xsd to check the xml file at the moment somebody writes some funny business. However i also like to asure that the schema is placed somewhere expected but the xx.cs files all together in the xx.tt tree&#8230;</p>
<p>hmm!&#8230;.<br />
and by the way!&#8230; if i choose split, and i do, why is a xx.cs from xx.tt still there and how can i prevent it. Even if the xx.cs is an empty file</p>
<p>Those are just some loosy brainwaves&#8230;</p>
<p>I DO LIKE THE MANAGER CLASS </p>
<p>! THANK YOU !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnk</title>
		<link>http://damieng.com/blog/2009/11/06/multiple-outputs-from-t4-made-easy-revisited#comment-30886</link>
		<dc:creator>Johnk</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=1457#comment-30886</guid>
		<description>Have tried this now and it is so much easier than I thought. Thanks</description>
		<content:encoded><![CDATA[<p>Have tried this now and it is so much easier than I thought. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
