xamarin-macios/msbuild
Rolf Bjarne Kvinge 73101f2689
[msbuild] Fix dirty working copy with Errors.designer.cs. (#16404)
The Xamarin.MacDev.Tasks.sln solution is built with dotnet, while other projects
are still built with msbuild. This becomes a problem when generating Errors.designer.cs,
because depending on the runtime the output is different.

This means that the Errors.designer.cs will sometimes randomly change (depending
on which project re-generated the file), leaving the file modified in git. This is
quite annoying, but it also breaks the api comparison, which depends on the build
not leaving modified files behind. So for now, we generate Errors.designer.cs separately
for Xamarin.MacDev.Tasks.sln to not conflict with the mtouch version.

Also fix capitalization in numerous places to be consistent (it's Errors.designer.cs,
not Errors.Designer.cs).
2022-10-24 18:56:06 +02:00
..
Messaging/Xamarin.Messaging.Build [main] Fixed Build Agent (#16086) 2022-09-23 07:08:07 +02:00
Xamarin.HotRestart.PreBuilt Misc fixes to make the build more silent. (#15852) 2022-09-05 10:55:41 +02:00
Xamarin.Localization.MSBuild [msbuild] Build the solution with .NET. (#16304) 2022-10-17 07:22:24 +02:00
Xamarin.Mac.Tasks Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
Xamarin.MacDev.Tasks [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
Xamarin.ObjcBinding.Tasks [msbuild] Remove support for XI/Classic. (#976) 2016-10-13 10:47:46 +02:00
Xamarin.Shared [msbuild] Only sign the app bundle if codesigning is enabled. Fixes #16197. (#16266) 2022-10-10 15:33:20 +02:00
Xamarin.iOS.Tasks Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
Xamarin.iOS.Tasks.Windows [illink] Ensure we replace the dotnet SDK path in the _ExtraTrimmerArgs for remote builds (#16294) 2022-10-08 22:40:21 +02:00
.gitignore [msbuild] Sign Xamarin.iOS.Tasks.dll and Xamarin.Mac.Tasks.dll. Fixes #9835. (#12831) 2021-09-28 17:31:35 +02:00
Directory.Build.props Updated Xamarin.Messaging to 1.8.6 (#16281) 2022-10-07 17:15:26 +02:00
ILMerge.targets [msbuild] Build the solution with .NET. (#16304) 2022-10-17 07:22:24 +02:00
Makefile [msbuild] Build the solution with .NET. (#16304) 2022-10-17 07:22:24 +02:00
Xamarin.MacDev.Tasks.sln [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00