/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.5.2
src/Microsoft.Management.UI.Internal/Microsoft.PowerShell.GraphicalHost.csproj
38 строк
2 KB
Travis Plunk
Move to 9.0.0-preview.6.24327.7 (#24133)
13 авг 2024, 20:18
Не верифицирован
13 авг 2024, 20:18
c11e4cf
Код
Авторство
О чём код?
<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> <PropertyGroup> <DefineConstants>$(DefineConstants);CORECLR</DefineConstants> </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> </Project>