PowerShell/test/tools/TestService/TestService.csproj
2020-08-31 10:38:05 -07:00

19 lines
594 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\Test.Common.props"/>
<PropertyGroup>
<Description>Very tiny windows service to do service testing</Description>
<AssemblyName>TestService</AssemblyName>
<OutputType>Exe</OutputType>
<TieredCompilation>true</TieredCompilation>
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
<RuntimeIdentifiers>win7-x86;win7-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.Compatibility" Version="5.0.0-preview.8.20365.6" />
</ItemGroup>
</Project>