Windows-powershell / PowerShell-master /src /Microsoft.WSMan.Management /Microsoft.WSMan.Management.csproj
| <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> | |
| <Import Project="..\..\PowerShell.Common.props" /> | |
| <PropertyGroup> | |
| <Description>PowerShell's Microsoft.WSMan.Management project</Description> | |
| <NoWarn>$(NoWarn);CA1416</NoWarn> | |
| <AssemblyName>Microsoft.WSMan.Management</AssemblyName> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" /> | |
| <ProjectReference Include="..\Microsoft.WSMan.Runtime\Microsoft.WSMan.Runtime.csproj" /> | |
| <!-- the following package(s) are from https://github.com/dotnet/corefx --> | |
| <PackageReference Include="System.ServiceProcess.ServiceController" Version="11.0.0-preview.2.26159.112" /> | |
| </ItemGroup> | |
| <PropertyGroup> | |
| <DefineConstants>$(DefineConstants);CORECLR</DefineConstants> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Compile Remove="WsManSnapin.cs" /> | |
| </ItemGroup> | |
| </Project> | |