/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.System/Microsoft.CmdPal.Ext.System.csproj
38 строк
2 KB
Mike Griese
CmdPal: Use RepoRoot instead of SolutionDir (#49643)
04 авг 2026, 17:17
Не верифицирован
04 авг 2026, 17:17
d04ebff
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" /> <Import Project="$(RepoRoot)src\Common.Dotnet.AotCompatibility.props" /> <Import Project="..\Common.ExtDependencies.props" /> <PropertyGroup> <Nullable>enable</Nullable> <RootNamespace>Microsoft.CmdPal.Ext.System</RootNamespace> <OutputPath>$(RepoRoot)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> </PropertyGroup> <!-- WASDK, WebView2, CmdPal Toolkit references now included via Common.ExtDependencies.props --> <ItemGroup> <Compile Update="Properties\Resources.Designer.cs"> <DependentUpon>Resources.resx</DependentUpon> <DesignTime>True</DesignTime> <AutoGen>True</AutoGen> </Compile> </ItemGroup> <ItemGroup> <Content Update="Assets\SystemCommand.png"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Update="Assets\SystemCommand.svg"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <EmbeddedResource Update="Properties\Resources.resx"> <LastGenOutput>Resources.Designer.cs</LastGenOutput> <Generator>PublicResXFileCodeGenerator</Generator> <CustomToolNamespace>Microsoft.CmdPal.Ext.System</CustomToolNamespace> </EmbeddedResource> </ItemGroup> </Project>