<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>build broken &#187; Sourcecode</title>
	<atom:link href="http://blog.aztec-project.org/tag/sourcecode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aztec-project.org</link>
	<description>but we can fix it! Sometimes :)</description>
	<lastBuildDate>Fri, 11 Jun 2010 12:52:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Visual Studio Code in HTML umwandeln</title>
		<link>http://blog.aztec-project.org/2009/06/06/visual-studio-code-in-html-wandeln/</link>
		<comments>http://blog.aztec-project.org/2009/06/06/visual-studio-code-in-html-wandeln/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 08:28:55 +0000</pubDate>
		<dc:creator>Andreas Seebauer</dc:creator>
				<category><![CDATA[Visual Studio Addins]]></category>
		<category><![CDATA[Addin]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Sourcecode]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.aztec-project.org/?p=70</guid>
		<description><![CDATA[Da wir kein geeignetes Plugin für WordPress gefunden haben, um .NET-Code wie in Visual Studio darzustellen, habe ich ein wenig gegooglet und bin auf ein Addin namens &#8220;Copy Source As HTML&#8221; für Visual Studio 2008 gestoßen. Mit diesem Addin ist es möglich, seinen Sourcecode schön formatiert in HTML umzuwandeln. Downloadlink und Anleitung findet man hier. [...]]]></description>
			<content:encoded><![CDATA[<p>Da wir kein geeignetes Plugin für WordPress gefunden haben, um .NET-Code wie in Visual Studio darzustellen, habe ich ein wenig gegooglet und bin auf ein Addin namens &#8220;Copy Source As HTML&#8221; für Visual Studio 2008 gestoßen. Mit diesem Addin ist es möglich, seinen Sourcecode schön formatiert in HTML umzuwandeln.</p>
<p>Downloadlink und Anleitung findet man <a href="http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/" target="_blank">hier</a>.</p>
<p style="margin: 0px;">Nach der Installation steht im Kontextmenü neben Copy, Paste usw. auch der Punkt &#8220;Copy As HTML&#8230;&#8221; zur Verfügung. Bevor der umgewandelte Sourcecode in den Zwischenspeicher gespeichert wird, hat man die Möglichkeit, seine Konfiguration anzupassen.</p>
<p style="margin: 0px;">
<p style="margin: 0px;">Hierfür habe ich folgende Konfiguration verwendet:</p>
<p style="margin: 0px;">
<p><img src="http://blog.aztec-project.org/wp-content/uploads/2009/06/config.jpg" alt="Config" border="0"/></p>
<p style="margin: 0px;">
<p style="margin: 0px;">Nach der Bestätigung der Konfiguration sieht das Ergebnis folgendermaßen aus :</p>
<p style="margin: 0px;">&nbsp;</p>
<div style="font-family: Courier New; font-size: 10pt; color: black; background: white;">
<pre style="margin: 0px;"><span style="color: #2b91af;">   12</span>     <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;">&lt;summary&gt;</span></pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   13</span>     <span style="color: gray;">///</span><span style="color: green;"> Summary</span></pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   14</span>     <span style="color: gray;">///</span><span style="color: green;"> </span><span style="color: gray;">&lt;/summary&gt;</span></pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   15</span>     <span style="color: blue;">class</span> <span style="color: #2b91af;">Program</span> {</pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   16</span>         <span style="color: blue;">static</span> <span style="color: blue;">void</span> Main() {</pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   17</span>             <span style="color: green;">// Kommentar</span></pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   18</span>             <span style="color: #2b91af;">Console</span>.WriteLine(<span style="color: #a31515;">"Hello World"</span>);</pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   19</span>         }</pre>
<pre style="margin: 0px;"><span style="color: #2b91af;">   20</span>     }</pre>
</div>
<p style="margin: 0px;">
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.aztec-project.org%2F2009%2F06%2F06%2Fvisual-studio-code-in-html-wandeln%2F&amp;title=Visual%20Studio%20Code%20in%20HTML%20umwandeln"><img src="http://blog.aztec-project.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blog.aztec-project.org/2009/06/06/visual-studio-code-in-html-wandeln/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

