From 414c07f7adce9c9fd0132ab0fade0267f743f665 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 19 Jul 2020 16:19:17 +1000 Subject: WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication element to control the DPI awareness settings in the bundle's application manifest. --- src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/WixToolsetTest.CoreIntegration') diff --git a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs b/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs index 9c5ec6ec..5e1e5866 100644 --- a/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs +++ b/src/test/WixToolsetTest.CoreIntegration/BundleFixture.cs @@ -127,7 +127,7 @@ namespace WixToolsetTest.CoreIntegration "" + "" + "" + - "true" + + "true/pmPerMonitorV2, PerMonitor" + "", actualManifestData); } } -- cgit v1.2.3-55-g6feb