/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/Microsoft.Management.Infrastructure.CimCmdlets/Microsoft.Management.Infrastructure.CimCmdlets.csproj
18 строк
742 B
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>PowerShell's Microsoft.Management.Infrastructure.CimCmdlets project</Description> <NoWarn>$(NoWarn);CS1570;CS1572;CS1573;CS1574;CS1584;CS1587;CS1591</NoWarn> <AssemblyName>Microsoft.Management.Infrastructure.CimCmdlets</AssemblyName> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" /> </ItemGroup> <ItemGroup> <EmbeddedResource Update="resources\*\*.resx"> <ManifestResourceName>$(RootNamespace).resources.%(Filename)</ManifestResourceName> </EmbeddedResource> </ItemGroup> </Project>