Windows-powershell / PowerShell-master /src /Microsoft.PowerShell.CoreCLR.Eventing /Microsoft.PowerShell.CoreCLR.Eventing.csproj
| <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> | |
| <Import Project="..\..\PowerShell.Common.props" /> | |
| <PropertyGroup> | |
| <Description>PowerShell's Microsoft.PowerShell.CoreCLR.Eventing project</Description> | |
| <NoWarn>$(NoWarn);CS1591;CA1416</NoWarn> | |
| <AssemblyName>Microsoft.PowerShell.CoreCLR.Eventing</AssemblyName> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <!-- the following package(s) are from https://github.com/dotnet/corefx --> | |
| <PackageReference Include="System.Diagnostics.EventLog" Version="11.0.0-preview.2.26159.112" /> | |
| </ItemGroup> | |
| </Project> | |