diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2022-07-19 15:15:31 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2022-07-20 08:53:56 -0500 |
| commit | 93bb820eff547f8de304f05249f572da861256fb (patch) | |
| tree | e926ae5c3b694553bb38963e7ab9ac28729148db /src/test/dtf/EmbeddedUI/EmbeddedUI.config | |
| parent | 229242cf7c328b89b5aa65ed7a04e33c8b93b393 (diff) | |
| download | wix-93bb820eff547f8de304f05249f572da861256fb.tar.gz wix-93bb820eff547f8de304f05249f572da861256fb.tar.bz2 wix-93bb820eff547f8de304f05249f572da861256fb.zip | |
Improve DTF samples.
Diffstat (limited to 'src/test/dtf/EmbeddedUI/EmbeddedUI.config')
| -rw-r--r-- | src/test/dtf/EmbeddedUI/EmbeddedUI.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/dtf/EmbeddedUI/EmbeddedUI.config b/src/test/dtf/EmbeddedUI/EmbeddedUI.config new file mode 100644 index 00000000..700aff6f --- /dev/null +++ b/src/test/dtf/EmbeddedUI/EmbeddedUI.config | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8" ?> | ||
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
| 3 | |||
| 4 | |||
| 5 | <configuration> | ||
| 6 | <startup useLegacyV2RuntimeActivationPolicy="true"> | ||
| 7 | <supportedRuntime version="v4.0" /> | ||
| 8 | <supportedRuntime version="v2.0.50727" /> | ||
| 9 | </startup> | ||
| 10 | </configuration> | ||
