Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

17 Aug 2010

Clean TemplateFile hack

A while ago i wrote about a Clever TemplateFile hack to use some xml block as ReplacementValue. Today i realized there is a clean way to achieve this by defining the value as CDATA

<TemplateTokens Include="mex">
	<ReplacementValue>
		<![CDATA[<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />]]>
	</ReplacementValue>
</TemplateTokens>