Hello.

I have mono from trunk (r154756) and can't build using xbuild:

 

$ xbuild ~/Projects/Test/Test.csproj

XBuild Engine Version 2.7.0.0

Mono, Version 2.7.0.0

Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.

MSBUILD: error MSBUILD0000: /home/user/Projects/ Test/Test.csproj:

Imported project: "/usr/lib/mono/2.0/Microsoft.CSharp.targets" does not
exist.

 

Indeed there are no *.targets in $prefix/lib/mono/2.0/

 

$ ls /usr/lib/mono/2.0/*.targets

ls: cannot access /usr/lib/mono/2.0/*.targets: No such file or directory

 

but there are in 4.0

 

$ ls /usr/lib/mono/4.0/*.targets

/usr/lib/mono/4.0/Microsoft.Common.targets

/usr/lib/mono/4.0/Microsoft.CSharp.targets

/usr/lib/mono/4.0/Microsoft.VisualBasic.targets

 

Why?

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to