2017-10-23 01:25:13 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2017-10-30 20:41:26 +01:00
|
|
|
<PackageProjectUrl>https://github.com/GtkSharp/GtkSharp</PackageProjectUrl>
|
|
|
|
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
|
2017-10-29 15:28:44 +01:00
|
|
|
<Description>GLibSharp is a C# wrapper for the GLib library.</Description>
|
|
|
|
<PackageTags>glib;glibsharp;glib-sharp;wrapper</PackageTags>
|
2017-10-23 01:25:13 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
|
|
<OutputPath>..\..\..\BuildOutput\Debug</OutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
<OutputPath>..\..\..\BuildOutput\Release</OutputPath>
|
|
|
|
</PropertyGroup>
|
2017-10-26 01:42:57 +02:00
|
|
|
<ItemGroup>
|
2017-10-30 00:49:23 +01:00
|
|
|
<Content Include="linux-x86\libglib-2.0-0.dll.so" PackagePath="runtimes\linux-x86\native" Visible="false" />
|
|
|
|
<Content Include="linux-x86\libgobject-2.0-0.dll.so" PackagePath="runtimes\linux-x86\native" Visible="false" />
|
|
|
|
<Content Include="linux-x86\libgthread-2.0-0.dll.so" PackagePath="runtimes\linux-x86\native" Visible="false" />
|
|
|
|
<Content Include="linux-x64\libglib-2.0-0.dll.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
|
|
|
<Content Include="linux-x64\libgobject-2.0-0.dll.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
|
|
|
<Content Include="linux-x64\libgthread-2.0-0.dll.so" PackagePath="runtimes\linux-x64\native" Visible="false" />
|
|
|
|
<Content Include="linux-arm\libglib-2.0-0.dll.so" PackagePath="runtimes\linux-arm\native" Visible="false" />
|
|
|
|
<Content Include="linux-arm\libgobject-2.0-0.dll.so" PackagePath="runtimes\linux-arm\native" Visible="false" />
|
|
|
|
<Content Include="linux-arm\libgthread-2.0-0.dll.so" PackagePath="runtimes\linux-arm\native" Visible="false" />
|
2017-10-26 01:42:57 +02:00
|
|
|
</ItemGroup>
|
2017-10-23 01:25:13 +02:00
|
|
|
</Project>
|