xamarin-macios/msbuild
Rolf Bjarne Kvinge fa09467f8a
[msbuild] Add space to arguments when adding a newline at the end as well. (#5533)
Example (previous behavior):

    args.Add ("-a");
    args.AddLine ("-b")
    args.Add ("-c");

would result in:

    -a-b
    -c

which is obviously not correct.

New result:

    -a -b
    -c

which is much better.
2019-02-01 20:31:13 +01:00
..
Xamarin.Mac.Tasks [msbuild/tests] Ensure our FrameworkList files have correct assemblies (#5367) 2019-01-11 13:59:22 -05:00
Xamarin.Mac.Tasks.Core Merge remote-tracking branch 'origin/master' into msbuild-port 2018-10-11 07:31:58 +02:00
Xamarin.MacDev.Tasks [msbuild] Update xbuild assembly references to msbuild ones 2018-05-22 13:26:55 -04:00
Xamarin.MacDev.Tasks.Core [msbuild] Add space to arguments when adding a newline at the end as well. (#5533) 2019-02-01 20:31:13 +01:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.Shared Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
Xamarin.iOS.Tasks Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
Xamarin.iOS.Tasks.Core [msbuild] Use AddLine when adding --interpreter to mtouch arguments. (#5532) 2019-02-01 20:21:08 +01:00
tests [msbuild/tests] Ensure our FrameworkList files have correct assemblies (#5367) 2019-01-11 13:59:22 -05:00
.editorconfig Provide .editorconfig support for easier contributor formatting 2016-06-13 00:43:37 -03:00
.gitignore [builds] Improve mono/llvm dependencies. (#1948) 2017-03-31 20:23:38 +02:00
Makefile [msbuild] Find source files in the Xamarin.MacDev repo as well to improve dependency tracking. (#5278) 2018-12-18 07:48:40 +01:00
Xamarin.MacDev.Tasks.sln [msbuild] Added support for building CoreML models (#2714) 2017-11-28 11:16:44 -05:00