xbuild
Running a .net executable from an msbuild project in a platform independent way
I\'m working on a .NET library, and I want the build script to be so generic that it can run from both the MS .NET framework, and from a mono installation on a Mac/Linux machine.[详细]
2023-04-12 08:16 分类:问答C# Mono on mac - compile and run another project with code
I am trying to build an automatic download, compile & run pro开发者_StackOverflowgram for a project just to make it easier for other users on mac and myself so we do not have to do everything over[详细]
2023-04-09 04:22 分类:问答Mono xbuild error CS1548 - key file has incorrect format
So I\'m trying to get a VS2010 C# project to go cross-platform. First goal is build it in Mono 2.10.5 for Windows.I have not touched any code yet - I\'m starting with xbuild\'s recent ability to build[详细]
2023-04-06 01:55 分类:问答Downgrading MSbuild file from 4.0 to 3.5
I\'ve got a heap of csproj files that were created with Visual Studio 2010 and targeted .NET 4.0. I am now trying to compile on Mono 2.6.7 with xbuild, however 2.6.7 can\'t compile verison 4 msbuild[详细]
2023-02-23 03:13 分类:问答The imported type is defined multiple times - only under xbuild on Mono 2.10.1
Having an issue where compiling some code that makes use of HttpContextBase is throwing the compile error:[详细]
2023-02-18 20:43 分类:问答Can't build NUnit testing project under Mono and Linux
I have a complex solution (developed under Windows, deployed under GNU\\Linux) with a number of unit-testing projects, using NUnit 2.9.3.[详细]
2023-02-08 09:01 分类:问答How do I make the MSBuild task in Mono's xbuild use the .NET 3.5 framework?
I\'m trying to build a MonoTouch project using xbuild (on a Mac, clearly). Here\'s my xbuild project:[详细]
2023-01-15 15:34 分类:问答csproj from VS2008 fail to compile with mono xbuild
I use Mono 2.6.4 compiled from source on CentOS to compile a VS2008 project in C#. Some csproj compile, but this one doesn\'t, here is the output of xbuild /t:detailed :[详细]
2023-01-05 14:13 分类:问答building xbuild into visual studio addin
im looking for a way to implement a addin that can convert a C# solution into a mono compiled exe, so i ca开发者_开发技巧n use it on a linux and mac environment that have the mono framework installed.[详细]
2023-01-02 05:14 分类:问答How do I set a property to the output of a command in msbuild/xbuild
In msbuild/xbuild I\'d like to have a \"libPath\" property which can be ovveridden on the commandlin开发者_JS百科e using /p:libpath=\"/path/to/all/libs\". But when this property is undefined I want to[详细]
2022-12-27 09:53 分类:问答