Sending on behalf of Max Yaffe (maxya...@gmail.com): > > Can IronPython 2.6.1 be compiled in VS 2010 - release version? > > Thanks, > Max
And to answer your question, yes, but there's not a VS2010-compatible sln file is in the CodePlex sources. Dave, and reason to not include IronPython2010.sln in there? Max, from a "Visual Studio Command Prompt (2010)" cmd.exe window, you can use msbuild and the current sln file to compile IronPython against .NET 4.0: msbuild solutions\IronPython.sln /p:Configuration="V4 Release" Binaries will be waiting for you in "Bin/V4 Release" ... ~js _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com