[Mono-dev] XBuild default Visual Studio variable missing.

Mark de Bruijn kramieb at gmail.com
Tue May 19 10:27:27 EDT 2009


XBuild does only work by default with csproj files generated by MonoDevelop
or SharpDevelop. they use "MSBuildToolsPath":
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
While Visual Studio uses "MSBuildBinPath":
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Is it possible to add/alias this path in XBuild, it will make the project
management less complex.

Another, little, problem, is that SharpDevelop or MonoDevelop, can't test it
here, generates with Targets, instead of targets, could be some case
ingorance be inserted. Or as command line switch.


-- 
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090519/b7bc2be3/attachment-0001.html 


More information about the Mono-devel-list mailing list