xamarin-macios/msbuild/tests
Rolf Bjarne Kvinge d98a8f1792
[msbuild] Tweak the tests. (#7877)
This is a series of commits that tweaks the msbuild tests a little bit.

* [msbuild] Match configuration between MyWatchKit2Extension and MyWatchKit2IntentsExtension.

Fixes this warning:

>  MTOUCH : warning MT0113: Native code sharing has been disabled for the extension 'MyWatchKit2IntentsExtension' because the --assembly-build-target options are different between the container app () and the extension (--assembly-build-target:@all=dynamiclibrary). [MyWatchKit2Extension/MyWatchKit2Extension.csproj]

* [msbuild] Add the extra argument for the AppWithExtraArgumentThatOverrides test project to all configurations.

That way the test can be built in all configurations (and still test what it's
supposed to test).

* [msbuild] Clean up project files a bit.

* Removed default 'CodesignKey' values from simulator configurations.
* Removed 'MtouchFastDev' values from simulator configurations.
* Removed 'IOSDebuggerPort' values, not needed for these projects.

* [msbuild] Update test projects to use 64-bit architectures.

Also enable bitcode (+llvm) for release device builds for tvOS and watchOS.

* [msbuild] Simplify test project configuration a bit.

* [msbuild] Unify output path.

Using 'TV' and 'TVSimulator' in the OutputPath works fine, but it makes some
of the tests a bit more complex because they need to special-case this test to
find the path to the resulting .app.

* [msbuild] Fix the MyiOSFrameworkBinding test project to have the same assembly name as the project itself.

This simplifies upcoming testing code a bit.
2020-02-14 14:12:25 +01:00
..
AppWithExtraArgumentThatOverrides [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
Bug60536 [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
IBToolTaskTests [msbuild] Avoid Dictionary clashes in IBToolTask's mapping dictionary (#1981) 2017-04-18 09:01:29 -04:00
My Spaced App [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyActionExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyAppWithPackageReference [msbuild] Set 'CopyNuGetImplementations' to true for app extensions. Fixes #4235 and #4237. (#4512) (#4648) (#4773) 2018-09-10 08:29:23 -04:00
MyBindingsReferences [tests][msbuild] Remove deprecated values from csprojs. (#5995) 2019-05-06 14:40:48 +02:00
MyCoreMLApp [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyDocumentPickerExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyExtensionWithPackageReference [msbuild] Set 'CopyNuGetImplementations' to true for app extensions. Fixes #4235 and #4237. (#4512) (#4648) (#4773) 2018-09-10 08:29:23 -04:00
MyIBToolLinkTest [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyKeyboardExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyLinkedAssets [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyMasterDetailApp [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyMetalGame [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyOpenGLApp [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyPhotoEditingExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyReleaseBuild [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MySatelliteAssembliesBug [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MySceneKitApp [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MySceneKitLibrary [msbuild] Add test case for #5129. (#5821) 2019-04-01 08:14:48 +02:00
MyShareExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MySingleView [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MySpriteKitGame [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyTVApp [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyTVServicesExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyTabbedApplication [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyTodayExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyWatch2Container [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyWatchApp [msbuild] Remove outdated AppStore and Ad-Hoc configurations from test projects. (#7777) 2020-02-03 13:56:49 +01:00
MyWatchApp2 [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyWatchKit2Extension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyWatchKit2IntentsExtension [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyWatchKitApp [msbuild] Remove outdated AppStore and Ad-Hoc configurations from test projects. (#7777) 2020-02-03 13:56:49 +01:00
MyWatchKitExtension [msbuild] Remove outdated AppStore and Ad-Hoc configurations from test projects. (#7777) 2020-02-03 13:56:49 +01:00
MyWebViewApp [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyXamarinFormsApp [xibuild] support for SDK-style projects & Xamarin.Forms test (#6461) 2019-07-01 12:20:32 -05:00
MyiOSAppWithBinding [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
MyiOSFrameworkBinding [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
Xamarin.iOS.Tasks.Tests [msbuild] Tweak the tests. (#7877) 2020-02-14 14:12:25 +01:00
Common.props [msbuild] Copy tests before making changes to them. (#7753) 2020-01-24 16:15:34 +01:00