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

27 lines
929 B
XML
Raw Normal View History

2020-07-02 07:09:23 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageProjectUrl>https://github.com/GtkSharp/GtkSharp</PackageProjectUrl>
<RepositoryUrl>https://github.com/GtkSharp/GtkSharp</RepositoryUrl>
<Description>SourceView is a C# wrapper for the GtkSourceView library.</Description>
<PackageTags>sourceview;sourceviewsharp;sourceview-sharp;wrapper</PackageTags>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
2020-07-02 07:09:23 +02:00
<ItemGroup>
<ProjectReference Include="..\GtkSharp\GtkSharp.csproj" />
2020-07-02 07:09:23 +02:00
</ItemGroup>
<ItemGroup>
<Compile Include="..\Shared\*.cs">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>
</ItemGroup>
2020-07-02 07:09:23 +02:00
<ItemGroup>
<None Remove="SourceView-api.xml" />
<None Remove="SourceView.metadata" />
</ItemGroup>
</Project>