/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/powerdisplay/PowerDisplay.Models/PowerDisplay.Models.csproj
26 строк
1 KB
moooyo
[PowerDisplay] Add stable profile IDs (#49175)
16 июл 2026, 09:33
Не верифицирован
16 июл 2026, 09:33
2b8e624
Код
Авторство
О чём код?
<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> <!-- Licensed under the MIT License. See LICENSE file in the project root for license information. --> <Project Sdk="Microsoft.NET.Sdk"> <!-- Look at Directory.Build.props in root for common stuff as well --> <Import Project="..\..\..\Common.Dotnet.CsWinRT.props" /> <Import Project="..\..\..\Common.Dotnet.AotCompatibility.props" /> <PropertyGroup> <OutputType>Library</OutputType> <RootNamespace>PowerDisplay.Models</RootNamespace> <Platforms>x64;ARM64</Platforms> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <Nullable>enable</Nullable> <AssemblyName>PowerDisplay.Models</AssemblyName> </PropertyGroup> <!-- Native AOT Configuration --> <PropertyGroup> <IsAotCompatible>true</IsAotCompatible> </PropertyGroup> <ItemGroup> <InternalsVisibleTo Include="PowerDisplay.Lib.UnitTests" /> </ItemGroup> <ItemGroup> <EmbeddedResource Include="BuiltInMonitorBlacklist.json" /> </ItemGroup> </Project>