diff options
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/testhost.longpathaware.manifest')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/testhost.longpathaware.manifest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/testhost.longpathaware.manifest b/src/test/burn/WixToolsetTest.BurnE2E/testhost.longpathaware.manifest new file mode 100644 index 00000000..a56ab91a --- /dev/null +++ b/src/test/burn/WixToolsetTest.BurnE2E/testhost.longpathaware.manifest | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
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 | <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> | ||
6 | <application xmlns="urn:schemas-microsoft-com:asm.v3"> | ||
7 | <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> | ||
8 | <ws2:longPathAware>true</ws2:longPathAware> | ||
9 | </windowsSettings> | ||
10 | </application> | ||
11 | </assembly> | ||