<?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: Using MSBuild from the command line</title>
	<atom:link href="http://www.itwriting.com/blog/92-using-msbuild-from-the-command-line.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itwriting.com/blog/92-using-msbuild-from-the-command-line.html</link>
	<description>Tech writing blog</description>
	<lastBuildDate>Sun, 12 Feb 2012 21:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Murad Mohd Zain</title>
		<link>http://www.itwriting.com/blog/92-using-msbuild-from-the-command-line.html/comment-page-1#comment-223378</link>
		<dc:creator>Murad Mohd Zain</dc:creator>
		<pubDate>Fri, 06 Aug 2010 02:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=92#comment-223378</guid>
		<description>Hi Sayed,

i got 1 doubt using MSBuild. i have a solution called MySolution.sln which contains 160 projects(mixed c# and c++).

when i run msbuild MySolution.sln /t:Rebuild /p:Configuration=Debug /v:m , it eats up my memory until 1GB, which in turns slow down my machine completely. And the build was never success.

How should i do about this? how can i do the same like VS build?, which cost low memory during building.</description>
		<content:encoded><![CDATA[<p>Hi Sayed,</p>
<p>i got 1 doubt using MSBuild. i have a solution called MySolution.sln which contains 160 projects(mixed c# and c++).</p>
<p>when i run msbuild MySolution.sln /t:Rebuild /p:Configuration=Debug /v:m , it eats up my memory until 1GB, which in turns slow down my machine completely. And the build was never success.</p>
<p>How should i do about this? how can i do the same like VS build?, which cost low memory during building.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayed Ibrahim Hashimi</title>
		<link>http://www.itwriting.com/blog/92-using-msbuild-from-the-command-line.html/comment-page-1#comment-1244</link>
		<dc:creator>Sayed Ibrahim Hashimi</dc:creator>
		<pubDate>Thu, 04 Jan 2007 16:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.itwriting.com/blog/?p=92#comment-1244</guid>
		<description>Hi,
As a side note you can edit MSBuild files with Visual Studio, which will give you Intellisense. You can read about it from the sample chapter of my book at:
&lt;a href=&quot;http://en.csharp-online.net/MSBuild:_By_Example%E2%80%94Editing_MSBuild_Files_with_Intellisense&quot; rel=&quot;nofollow&quot;&gt;
Editing MSBuild Files With Intellisense
&lt;/a&gt;

Sayed Ibrahim Hashimi</description>
		<content:encoded><![CDATA[<p>Hi,<br />
As a side note you can edit MSBuild files with Visual Studio, which will give you Intellisense. You can read about it from the sample chapter of my book at:<br />
<a href="http://en.csharp-online.net/MSBuild:_By_Example%E2%80%94Editing_MSBuild_Files_with_Intellisense" rel="nofollow"><br />
Editing MSBuild Files With Intellisense<br />
</a></p>
<p>Sayed Ibrahim Hashimi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

