PowerShell/src/TypeCatalogGen/TypeCatalogGen.csproj

15 lines
543 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-03-23 21:04:52 +01:00
<PropertyGroup>
<Description>Generates CorePsTypeCatalog.cs given powershell.inc</Description>
<TargetFramework>net6.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2017-03-23 21:04:52 +01:00
<AssemblyName>TypeCatalogGen</AssemblyName>
<OutputType>Exe</OutputType>
<TieredCompilation>true</TieredCompilation>
<TieredCompilationQuickJit>true</TieredCompilationQuickJit>
<RuntimeIdentifiers>win7-x86;win7-x64;osx-x64;linux-x64</RuntimeIdentifiers>
2017-03-23 21:04:52 +01:00
</PropertyGroup>
</Project>