VS 2013 .net 3.5 possible?

86 views
Skip to first unread message

Evaldas Čiakas

unread,
Jan 26, 2015, 3:24:57 AM1/26/15
to nemer...@googlegroups.com
Hi, is it possible to compile nemerle for VS 2013 with .net 3.5 instead of 4.0 ?

NN

unread,
Jan 26, 2015, 11:39:24 AM1/26/15
to nemer...@googlegroups.com
You can , but it is not so simple.
You won't have intellisense.
Unfortunately Nemerle doesn't support multi-targeting.

You can install both compilers and hack nproj with path of Net-3.5 .

<NemerleBinPathRoot Condition=" '$(NemerleBinPathRoot)' == '' ">$(ProgramFiles)\Nemerle</NemerleBinPathRoot> <NoStdLib>true</NoStdLib> <Nemerle>$(SUFRoot)\Nemerle_bin</Nemerle>
Reply all
Reply to author
Forward
0 new messages