<?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: Obfuscating Visual Studio .Net 2010 code before creating Setup project	</title>
	<atom:link href="https://www.dxsdata.com/2013/05/obfuscating-visual-studio-net-2010-code-before-creating-setup-project/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dxsdata.com/2013/05/obfuscating-visual-studio-net-2010-code-before-creating-setup-project/</link>
	<description>Software &#124; Network &#124; Administration</description>
	<lastBuildDate>Thu, 12 Feb 2015 07:46:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>
		By: MrJohn		</title>
		<link>https://www.dxsdata.com/2013/05/obfuscating-visual-studio-net-2010-code-before-creating-setup-project/#comment-4</link>

		<dc:creator><![CDATA[MrJohn]]></dc:creator>
		<pubDate>Thu, 12 Feb 2015 07:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://dev.schausberger.cc/?p=105#comment-4</guid>

					<description><![CDATA[Hi,I&#039;ve tried your code for confuserEx in VS 2013/2012:
&lt;code&gt;

    
	If $(ConfigurationName)==Release (
	    cd $(TargetDir)
     	c:\Confuser\Confuser.CLI.exe $(ProjectDir)confuserSettings.crproj
		copy /y Confused\*.*
        rmdir /s /q Confused
	 )
   
  
&lt;/code&gt;

but these 2 lines

copy /y Confused\*.*
rmdir /s /q Confused

create an error:

An unhandled exception of type &#039;System.ExecutionEngineException&#039; occurred in WindowsApplication1

without them,no error and I can found confused folder and obfuscated file inside,but vs doesn&#039;t use it

any fix?
thanks]]></description>
			<content:encoded><![CDATA[<p>Hi,I&#8217;ve tried your code for confuserEx in VS 2013/2012:<br />
<code></p>
<p>	If $(ConfigurationName)==Release (<br />
	    cd $(TargetDir)<br />
     	c:\Confuser\Confuser.CLI.exe $(ProjectDir)confuserSettings.crproj<br />
		copy /y Confused\*.*<br />
        rmdir /s /q Confused<br />
	 )</p>
<p></code></p>
<p>but these 2 lines</p>
<p>copy /y Confused\*.*<br />
rmdir /s /q Confused</p>
<p>create an error:</p>
<p>An unhandled exception of type &#8216;System.ExecutionEngineException&#8217; occurred in WindowsApplication1</p>
<p>without them,no error and I can found confused folder and obfuscated file inside,but vs doesn&#8217;t use it</p>
<p>any fix?<br />
thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
