xamarin-macios/msbuild/Xamarin.Mac.Tasks
Sebastien Pouliot 35765ecc0f Merge d15-3 (#2322)
* [msbuild] Re-added wildcard (*) expandsion for application-identifier in Entitlements.plist (#2186)

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=57119

* Bump mono (#2213)

* Framework tests were still binding non-linked Simple class which errors now (#2216) (#2218)

- Improve Makefile to rebuild when projects build with errors

* Bump mono to get cecil fix for bug #56808. (#2222)

https://bugzilla.xamarin.com/show_bug.cgi?id=56808

* [msbuild] Use @(ReferencePath) instead of @(ResolvedFiles) (#2188) (#2214)

This allows things to work on both xbuild and msbuild.

In xbuild, both lists are exactly the same and on msbuild,
only @(ReferencePath) exists.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=55147

* NSActivityOptions.IdleDisplaySleepDisabled had wrong value (#2232) (#2239)

This was due to an integer overflow.  The original value was based on Int32
1 << 40 == 256

The correct value should be based on a UInt64.
1UL << 40 == 1099511627776

* [tests] Fix bug 57699 - [iOS]InternalsTest failure (Linkall) tests on device (#2243)

Strip native debugging symbols should not be checked for debug builds

* Bump mono to get fix for bug #57780.

https://bugzilla.xamarin.com/show_bug.cgi?id=57780
2017-07-13 08:16:25 -04:00
..
Tasks [msbuild] Fix running bgen for Xamarin.Mac. (#1977) 2017-04-10 16:34:49 +02:00
FrameworkList.xml.in Build MSBuild targets & assemblies. 2016-04-24 14:48:44 -04:00
Xamarin.Mac.AppExtension.CSharp.targets [msbuild] Define __MACOS__ for Xamarin.Mac. Fixes #36258. (#2048) 2017-04-27 14:40:00 -04:00
Xamarin.Mac.AppExtension.Common.props [Mac] Add support for os x extensions (#83) 2016-05-25 17:20:33 -04:00
Xamarin.Mac.AppExtension.Common.targets [Mac] Add support for os x extensions (#83) 2016-05-25 17:20:33 -04:00
Xamarin.Mac.CSharp.targets [msbuild] Define __MACOS__ for Xamarin.Mac. Fixes #36258. (#2048) 2017-04-27 14:40:00 -04:00
Xamarin.Mac.Common.ImplicitFacade.msbuild.targets [XM] Improve XM msbuild support and add roslyn netstandard test case (#1846) 2017-03-14 11:08:04 -05:00
Xamarin.Mac.Common.ImplicitFacade.xbuild.targets [XM] Improve XM msbuild support and add roslyn netstandard test case (#1846) 2017-03-14 11:08:04 -05:00
Xamarin.Mac.Common.props Merge remote-tracking branch 'origin/master' into mono-2017-02 2017-03-23 23:13:43 +01:00
Xamarin.Mac.Common.targets Merge d15-3 (#2322) 2017-07-13 08:16:25 -04:00
Xamarin.Mac.FSharp.targets Xamarin.Mac.FSharp.targets - Fix imports to work correctly with .. 2017-03-14 11:54:13 +01:00
Xamarin.Mac.ObjCBinding.CSharp.props [msbuild] Define __MACOS__ for Xamarin.Mac. Fixes #36258. (#2048) 2017-04-27 14:40:00 -04:00
Xamarin.Mac.ObjCBinding.CSharp.targets [msbuild] Add support for passing extra args to btouch (#1969) 2017-04-10 08:14:42 +02:00
Xamarin.Mac.ObjCBinding.Common.props Adds pdb handling to mtouch 2017-03-14 11:51:08 +01:00
Xamarin.Mac.ObjCBinding.Common.targets [msbuild] Ensure that `BuildOnlySettings` is the first target to run for a `Build` (#841) 2016-09-15 21:38:55 -04:00
Xamarin.Mac.Tasks.csproj [XM] Improve XM msbuild support and add roslyn netstandard test case (#1846) 2017-03-14 11:08:04 -05:00
Xamarin.Mac.XM45.xbuild.targets [XM] Improve XM msbuild support and add roslyn netstandard test case (#1846) 2017-03-14 11:08:04 -05:00
Xamarin.Mac.msbuild.targets [macos] Fix msbuild issues with shprojj/projitem library (#1936) 2017-03-30 15:04:21 -05:00