/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.2.4
src/Files.App.Server/app.manifest
18 строк
836 B
Steve
Feature: Added an out-of-proc WinRT server for long-running background tasks (#14335)
31 дек 2023, 20:57
Не верифицирован
31 дек 2023, 20:57
62518f2
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (c) 2023 Files Community. Licensed under the MIT License. See the LICENSE. --> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1"> <assemblyIdentity version="1.0.0.0" name="Files.App.Server.app"/> <application xmlns="urn:schemas-microsoft-com:asm.v3"> <windowsSettings> <!-- The combination of below two tags have the following effect: 1) Per-Monitor for >= Windows 10 Anniversary Update 2) System < Windows 10 Anniversary Update --> <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware> <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness> </windowsSettings> </application> </assembly>