30 lines
1.4 KiB
XML
Executable file
30 lines
1.4 KiB
XML
Executable file
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<PackageProjectUrl>https://github.com/cra0zy/GtkSharp</PackageProjectUrl>
|
|
<RepositoryUrl>https://github.com/cra0zy/GtkSharp</RepositoryUrl>
|
|
<Description>PangoSharp is a C# wrapper for the Pango library.</Description>
|
|
<PackageTags>pango;pangosharp;pango-sharp;wrapper</PackageTags>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>..\..\..\BuildOutput\Release</OutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
|
<Name>GLibSharp</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
|
<Name>CairoSharp</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="linux-x86\libpango-1.0-0.so" PackagePath="runtimes\linux-x86\native" Visible="false" />
|
|
<Content Include="linux-x64\libpango-1.0-0.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
|
<Content Include="linux-arm\libpango-1.0-0.so" PackagePath="runtimes\linux-arm\native" Visible="false" />
|
|
</ItemGroup>
|
|
</Project>
|