Developing XNA outside of Visual Studio - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T10:10:49Z http://stackoverflow.com/feeds/question/649411 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/649411/developing-xna-outside-of-visual-studio 1 Developing XNA outside of Visual Studio Click Ok 2009-03-16T06:17:00Z 2009-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#649414 1 Answer by Reed Copsey for Developing XNA outside of Visual Studio Reed Copsey 2009-03-16T06:21:27Z 2009-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#661156 0 Answer by Tyronomo for Developing XNA outside of Visual Studio Tyronomo 2009-03-19T05:32:54Z 2009-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>