diff --git a/tests/common/test-variations.csproj b/tests/common/test-variations.csproj
index 83700f5f03e..847d55dcbd1 100644
--- a/tests/common/test-variations.csproj
+++ b/tests/common/test-variations.csproj
@@ -1,5 +1,6 @@
+
@@ -12,6 +13,10 @@
+
+
+
+
@@ -20,50 +25,84 @@
Debug
+ <_TestVariationApplied>true
Release
+ <_TestVariationApplied>true
true
-
-
-
- true
- <_IsPublishing>true
-
-
-
- SdkOnly
- $(MtouchLink)
-
-
-
- Full
- $(MtouchLink)
+ <_TestVariationApplied>true
true
+ <_TestVariationApplied>true
false
+ <_TestVariationApplied>true
true
<_IsPublishing>true
+ <_TestVariationApplied>true
+
+
+
+ partial
+ <_TestVariationApplied>true
+
+
+
+ full
+ <_TestVariationApplied>true
false
+ <_TestVariationApplied>true
true
+ <_TestVariationApplied>true
+
+
+
+ $(AppBundleExtraOptions) --optimize:all
+ static
+ $(DefineConstants);OPTIMIZEALL
+ <_TestVariationApplied>true
+
+
+
+ $(AppBundleExtraOptions) --optimize:all
+ static
+ full
+ $(DefineConstants);OPTIMIZEALL
+ <_TestVariationApplied>true
+
+
+
+ $(AppBundleExtraOptions) --optimize:all,-remove-uithread-checks
+ static
+ full
+ $(DefineConstants);OPTIMIZEALL
+ <_TestVariationApplied>true
+
+
+
+ $(AppBundleExtraOptions) --optimize:all
+ managed-static
+ full
+ $(DefineConstants);OPTIMIZEALL
+ <_TestVariationApplied>true
@@ -71,5 +110,6 @@
<_InvalidTestVariations Include="$(TestVariation.Split('|'))" Exclude="@(TestVariations)" />
+
diff --git a/tests/monotouch-test/dotnet/shared.csproj b/tests/monotouch-test/dotnet/shared.csproj
index dd8123b67f0..a68206c4621 100644
--- a/tests/monotouch-test/dotnet/shared.csproj
+++ b/tests/monotouch-test/dotnet/shared.csproj
@@ -62,37 +62,6 @@
-
-
-
-
-
-
-
-
- $(AppBundleExtraOptions) --optimize:all
- static
- $(DefineConstants);OPTIMIZEALL
-
-
- $(AppBundleExtraOptions) --optimize:all
- static
- Full
- $(DefineConstants);OPTIMIZEALL
-
-
- $(AppBundleExtraOptions) --optimize:all,-remove-uithread-checks
- static
- Full
- $(DefineConstants);OPTIMIZEALL
-
-
- $(AppBundleExtraOptions) --optimize:all
- managed-static
- Full
- $(DefineConstants);OPTIMIZEALL
-
-