xamarin-macios/tests/bindings-test2
Rolf Bjarne Kvinge bc2a5e2251
[xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514)
This fixes a problem where we'd build the same project reference from
dotnet-shared.csproj in parallel, and each build would stomp on eachother
(because we'll now clone the project references in dotnet-shared.csproj).

This als required updating project files to use MSBuildThisFileDirectory
instead of MSBuildProjectDirectory, which makes it easier for xharness to
inline/process these files, because MSBuildThisFileDirectory is easy to know
when processing a file, while MSBuildProjectDirectory depends on the calling
project, which complicates matters significantly.

A fix in MonoTouch.Dialog was also required.

New commits in migueldeicaza/MonoTouch.Dialog:

* migueldeicaza/MonoTouch.Dialog@59fbf5b [dotnet] Shared project files don't need the DefaultTargets/ToolsVersion/xmlns attributes.

Diff: 4d0e0a9a5f..59fbf5bb1b

Fixes https://github.com/xamarin/maccore/issues/2527.
2021-12-16 19:01:39 +01:00
..
dotnet [xharness] Inline the dotnet-shared.csproj file as well when inlining shared imports. (#13514) 2021-12-16 19:01:39 +01:00
ApiDefinition.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
ApiProtocol.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
BindingTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
StructsAndEnums.cs [tests] Add test for bug #43689. 2017-02-10 14:46:29 +01:00
bindings-test2.csproj Merge remote-tracking branch 'xamarin/xcode12.3' into main 2020-12-15 23:50:18 -05:00
libtest2.linkwith.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00