Ryujinx-GtkSharp/Source/Libs/AtkSharp/AtkSharp.csproj

21 lines
511 B
XML
Raw Normal View History

2017-10-23 01:25:13 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2017-10-23 01:25:13 +02:00
<PropertyGroup>
2017-10-29 15:28:44 +01:00
<Description>AtkSharp is a C# wrapper for the Atk library.</Description>
<PackageTags>atk;atksharp;atk-sharp;wrapper</PackageTags>
2017-10-23 01:25:13 +02:00
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
<Name>GLibSharp</Name>
</ProjectReference>
</ItemGroup>
2017-10-23 01:25:13 +02:00
</Project>