2022-01-26 12:24:28 +00:00
|
|
|
<Project>
|
2022-05-29 08:55:50 +00:00
|
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
|
|
|
|
|
2022-01-26 12:24:28 +00:00
|
|
|
<PropertyGroup>
|
2022-05-29 08:55:50 +00:00
|
|
|
<TargetFrameworks>net$(_GtkSharpNetVersion);netstandard2.0</TargetFrameworks>
|
2022-01-26 12:24:28 +00:00
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2022-05-29 08:55:50 +00:00
|
|
|
<OutputPath>$(_GtkSharpBuildOutputDirectory)\$(Configuration)</OutputPath>
|
|
|
|
<!--
|
|
|
|
Microsoft.DotNet.SharedFramework.Sdk requires our framework assemblies to be signed
|
|
|
|
(to have a "public key token")
|
|
|
|
-->
|
|
|
|
<SignAssembly>True</SignAssembly>
|
|
|
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\GtkSharp.snk</AssemblyOriginatorKeyFile>
|
2022-01-26 12:24:28 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|