PowerShell/src/ResGen/ResGen.csproj

14 lines
471 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-03-23 21:04:52 +01:00
<PropertyGroup>
<Description>Generates C# typed bindings for .resx files</Description>
<TargetFramework>net5.0</TargetFramework>
2017-03-23 21:04:52 +01:00
<AssemblyName>resgen</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>