/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App.Server/Properties/PublishProfiles/win-x64.pubxml
17 строк
570 B
yair100
Code Quality: Disable self-contained builds for Windows targets (#18229)
08 мар 2026, 18:34
Не верифицирован
08 мар 2026, 18:34
047a9e0
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- https://go.microsoft.com/fwlink/?LinkID=208121. --> <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <PublishProtocol>FileSystem</PublishProtocol> <Platform>x64</Platform> <RuntimeIdentifier>win-x64</RuntimeIdentifier> <SelfContained>false</SelfContained> <PublishSingleFile>False</PublishSingleFile> <!-- See https://github.com/microsoft/CsWinRT/issues/373 <PublishTrimmed>True</PublishTrimmed> --> </PropertyGroup> </Project>