2017-10-23 01:25:13 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-01-26 13:24:28 +01:00
|
|
|
|
2017-10-23 01:25:13 +02:00
|
|
|
<PropertyGroup>
|
2017-10-29 15:28:44 +01:00
|
|
|
<Description>GdkSharp is a C# wrapper for the Gdk library.</Description>
|
|
|
|
<PackageTags>gdk;gdksharp;gdk-sharp;wrapper</PackageTags>
|
2017-10-23 01:25:13 +02:00
|
|
|
</PropertyGroup>
|
2022-01-26 13:24:28 +01:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="..\Shared\*.cs">
|
|
|
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
|
2017-10-23 01:25:13 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
2019-08-10 17:02:18 +02:00
|
|
|
<Name>GLibSharp</Name>
|
2017-10-23 01:25:13 +02:00
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
2019-08-10 17:02:18 +02:00
|
|
|
<Name>GioSharp</Name>
|
2017-10-23 01:25:13 +02:00
|
|
|
</ProjectReference>
|
2017-12-31 19:51:59 +01:00
|
|
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
2019-08-10 17:02:18 +02:00
|
|
|
<Name>CairoSharp</Name>
|
2017-10-23 01:25:13 +02:00
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
2019-08-10 17:02:18 +02:00
|
|
|
<Name>PangoSharp</Name>
|
2017-10-23 01:25:13 +02:00
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2022-01-26 13:24:28 +01:00
|
|
|
|
2017-10-23 01:25:13 +02:00
|
|
|
</Project>
|