/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj
40 строк
2 KB
Dongbo Wang
Update the manifest resource names for the localized resources embedded in satellite assemblies (#27756)
03 авг 2026, 23:08
Не верифицирован
03 авг 2026, 23:08
cb75674
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="..\..\PowerShell.Common.props" /> <PropertyGroup> <Description>Assembly containing WPF code for Out-GridView, HelpWindow, and Show-Command</Description> <NoWarn>$(NoWarn);CS1570</NoWarn> <RootNamespace>Microsoft.Management.UI.Internal</RootNamespace> <AssemblyName>Microsoft.PowerShell.GraphicalHost</AssemblyName> <RunAnalyzers>false</RunAnalyzers> <TargetPlatformIdentifier>Windows</TargetPlatformIdentifier> <TargetPlatformVersion>8.0</TargetPlatformVersion> <UseWindowsForms>true</UseWindowsForms> <UseWPF>True</UseWPF> </PropertyGroup> <ItemGroup> <Resource Include="resources\Graphics\Add16.png" /> <Resource Include="resources\Graphics\CloseTile16.png" /> <Resource Include="resources\Graphics\Delete16.png" /> <Resource Include="resources\Graphics\down.ico" /> <Resource Include="resources\Graphics\Error16.png" /> <Resource Include="resources\Graphics\Help.ico" /> <Resource Include="resources\Graphics\Rename16.png" /> <Resource Include="resources\Graphics\Save16.png" /> <Resource Include="resources\Graphics\SortAdornerAscending.png" /> <Resource Include="resources\Graphics\SortAdornerDescending.png" /> <Resource Include="resources\Graphics\SpyGlass10.png" /> <Resource Include="resources\Graphics\SpyGlass16.png" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" /> <ProjectReference Include="..\Microsoft.PowerShell.Commands.Utility\Microsoft.PowerShell.Commands.Utility.csproj" /> </ItemGroup> <ItemGroup> <EmbeddedResource Update="resources\*\*.resx"> <ManifestResourceName>$(RootNamespace).resources.%(Filename)</ManifestResourceName> </EmbeddedResource> </ItemGroup> </Project>