Windows-powershell / PowerShell-master /src /Microsoft.PowerShell.Security /Microsoft.PowerShell.Security.csproj
| <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> | |
| <Import Project="..\..\PowerShell.Common.props" /> | |
| <PropertyGroup> | |
| <Description>PowerShell's Microsoft.PowerShell.Security project</Description> | |
| <NoWarn>$(NoWarn);CS1570;CA1416</NoWarn> | |
| <AssemblyName>Microsoft.PowerShell.Security</AssemblyName> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Remove="singleshell\installer\MshSecurityMshSnapin.cs" /> | |
| <Compile Remove="gen\SecurityMshSnapinResources.cs" /> | |
| <EmbeddedResource Remove="resources\SecurityMshSnapinResources.resx" /> | |
| </ItemGroup> | |
| </Project> | |