File size: 536 Bytes
8c763fb
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Project Sdk="Microsoft.NET.Sdk">

  <Import Project="..\..\Test.Common.props"/>

  <PropertyGroup>
    <Description>Very simple little console class that you can use to for testing PowerShell interaction with native commands</Description>
    <AssemblyName>testexe</AssemblyName>
    <OutputType>Exe</OutputType>
    <TieredCompilation>true</TieredCompilation>
    <TieredCompilationQuickJit>true</TieredCompilationQuickJit>
    <RuntimeIdentifiers>win-x86;win-x64;osx-x64;linux-x64</RuntimeIdentifiers>
  </PropertyGroup>

</Project>