20 lines
511 B
XML
20 lines
511 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>AtkSharp is a C# wrapper for the Atk library.</Description>
|
|
<PackageTags>atk;atksharp;atk-sharp;wrapper</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="..\Shared\*.cs">
|
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\GLibSharp\GLibSharp.csproj">
|
|
<Name>GLibSharp</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|