Developing XNA outside of Visual Studio - Stack Overflow most recent 30 from stackoverflow.com2009-12-03T10:10:49Zhttp://stackoverflow.com/feeds/question/649411http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/649411/developing-xna-outside-of-visual-studio1Developing XNA outside of Visual StudioClick Ok2009-03-16T06:17:00Z2009-03-19T05:32:54Z
<p>There are some alternative IDE for developing XNA games? </p>
<p>By example, can I to integrate XNA in #develop?</p>
http://stackoverflow.com/questions/649411/developing-xna-outside-of-visual-studio/649414#6494141Answer by Reed Copsey for Developing XNA outside of Visual StudioReed Copsey2009-03-16T06:21:27Z2009-03-16T06:21:27Z<p>It depends on what you want to do with XNA.</p>
<p>You can use the assemblies outside of VS. However, the content creation pipeline is pretty much tied directly to MSBuild, so if you want to use it, you'll want to stick with Visual Studio.</p>
<p>However, XNA is designed to work with Visual Studio Express Edition, so it is a no-cost option.</p>
http://stackoverflow.com/questions/649411/developing-xna-outside-of-visual-studio/661156#6611560Answer by Tyronomo for Developing XNA outside of Visual StudioTyronomo2009-03-19T05:32:54Z2009-03-19T05:32:54Z<p>There is nothing to stop you from editing most files in notepad...</p>
<p>I fear you will have trouble compiling in anything other than VSEE.</p>