/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.6.0-preview.5
src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj
36 строк
1 KB
PowerShell Team Bot
Move PowerShell build to use .NET SDK 10.0.100-rc.1 (#26027)
11 сен 2025, 00:55
Не верифицирован
11 сен 2025, 00:55
a1b4176
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <Import Project="..\..\PowerShell.Common.props" /> <PropertyGroup> <Description>PowerShell's Microsoft.PowerShell.Commands.Diagnostics project</Description> <NoWarn>$(NoWarn);CS1591;CA1416</NoWarn> <AssemblyName>Microsoft.PowerShell.Commands.Diagnostics</AssemblyName> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" /> <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="10.0.0-rc.1.25451.107" /> </ItemGroup> <PropertyGroup> <DefineConstants>$(DefineConstants);CORECLR</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Remove="GetEventSnapin.cs" /> <Compile Remove="ExportCounterCommand.cs" /> <Compile Remove="ImportCounterCommand.cs" /> <Compile Remove="CounterFileInfo.cs" /> </ItemGroup> <ItemGroup Condition=" '$(IsWindows)' != 'true' "> <Compile Remove="GetCounterCommand.cs" /> <Compile Remove="CounterSample.cs" /> <Compile Remove="CounterSet.cs" /> <Compile Remove="PdhHelper.cs" /> <Compile Remove="PdhSafeHandle.cs" /> <Compile Remove="gen\GetEventResources.cs" /> <Compile Remove="GetEventCommand.cs" /> <Compile Remove="NewWinEventCommand.cs" /> </ItemGroup> </Project>