mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-03 17:05:47 +00:00
SourceView should access GtkSharp via project reference
(rather than nuget package reference.)
This commit is contained in:
parent
865bd0dac4
commit
7eae2a3f6d
|
@ -10,7 +10,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="GtkSharp" Version="3.22.25.98" />
|
<ProjectReference Include="..\GtkSharp\GtkSharp.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
|
||||||
</Compile>
|
</Compile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Remove="SourceView-api.xml" />
|
<None Remove="SourceView-api.xml" />
|
||||||
<None Remove="SourceView.metadata" />
|
<None Remove="SourceView.metadata" />
|
||||||
|
|
Loading…
Reference in a new issue