xamarin-macios/msbuild/Xamarin.MacDev.Tasks
Rolf Bjarne Kvinge 7ea0044224
[dotnet/msbuild] Copy binding resource packages to output directories together with CopyLocal assemblies. Fixes #13910. (#17806)
With a project structure like this:

* Executable project references a library project.
* The library project references a binding project (or assembly).

The binding project's assembly will be copied to the library project's
output directory during the build. Unless we also make sure any binding
resource packages are copied as well, the executable project won't find those,
and the final app won't contain any native bits from the binding project.

The solution is to add any binding resource packages to the list of
files to be copied to the library's output directory.

Fixes https://github.com/xamarin/xamarin-macios/issues/13910.
2023-03-22 10:49:26 +01:00
..
Extensions Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
MsBuildTasks Update Xamarin.Messaging to 1.9.17 (#17501) 2023-02-10 22:40:08 +01:00
Properties Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Tasks [dotnet/msbuild] Copy binding resource packages to output directories together with CopyLocal assemblies. Fixes #13910. (#17806) 2023-03-22 10:49:26 +01:00
.gitignore [msbuild] Fix dirty working copy with Errors.designer.cs. (#16404) 2022-10-24 18:56:06 +02:00
AssetPackUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
BundleResource.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
CommandLineArgumentBuilder.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
DataConverter.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
ErrorHelper.msbuild.cs [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00
LinkTarget.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
LinkerOptions.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
LoggingExtensions.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
NativeReferenceKind.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PlatformFramework.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PlatformUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
PublishFolderType.cs [msbuild] Extract the PublishFolderType enum into its own file. (#17715) 2023-03-07 16:24:40 +01:00
Sdks.cs [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00
StringParserService.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
TargetArchitecture.cs [msbuild] Remove the Xamarin.*.Task.Core assemblies. (#15768) 2022-08-29 11:59:28 +02:00
VerbosityUtils.cs Autoformat msbuild projects. (#16132) 2022-09-28 16:25:35 +02:00
Xamarin.MacDev.Tasks.csproj [msbuild] Fix a compile warning about file being added twice. (#17097) 2023-01-12 07:09:17 +01:00