[IronPython] FW: IronPython Source & VS2010

Jimmy Schementi Jimmy.Schementi at microsoft.com
Mon Apr 26 23:01:49 CEST 2010


Sending on behalf of Max Yaffe (maxyaffe at 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






More information about the Ironpython-users mailing list