Rename SourceView > GtkSourceSharp
This commit is contained in:
parent
759d62966a
commit
be0a863b50
9 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ class Settings
|
|||
Deps = new[] { "GLibSharp", "GioSharp", "AtkSharp", "CairoSharp", "PangoSharp", "GdkSharp" },
|
||||
ExtraArgs = "--abi-cs-usings=Gtk,GLib"
|
||||
},
|
||||
new GAssembly("SourceView")
|
||||
new GAssembly("GtkSourceSharp")
|
||||
{
|
||||
Deps = new[] { "GLibSharp", "GtkSharp", "GioSharp", "CairoSharp", "PangoSharp", "GdkSharp" },
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GtkSharp", "Libs\GtkSharp\G
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Samples", "Samples\Samples.csproj", "{A5667C9B-5D29-4FB6-B548-D1317A2CEF90}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceView", "Libs\SourceView\SourceView.csproj", "{2BD3D08E-0FDD-4DC3-A063-58B10B525DA8}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GtkSourceSharp", "Libs\GtkSourceSharp\GtkSourceSharp.csproj", "{2BD3D08E-0FDD-4DC3-A063-58B10B525DA8}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<gapi-parser-input>
|
||||
<api filename="SourceView-api.xml">
|
||||
<api filename="GtkSourceSharp-api.xml">
|
||||
<library name="libgtksourceview-4.so">
|
||||
<namespace name="GtkSource">
|
||||
<dir>gtksourceview-4.0.0/gtksourceview</dir>
|
|
@ -25,6 +25,6 @@
|
|||
<ProjectReference Include="..\Libs\GLibSharp\GLibSharp.csproj" />
|
||||
<ProjectReference Include="..\Libs\GtkSharp\GtkSharp.csproj" />
|
||||
<ProjectReference Include="..\Libs\PangoSharp\PangoSharp.csproj" />
|
||||
<ProjectReference Include="..\Libs\SourceView\SourceView.csproj" />
|
||||
<ProjectReference Include="..\Libs\GtkSourceSharp\GtkSourceSharp.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue