Fix typos in project include
This commit is contained in:
parent
c17b5051bd
commit
fa042d60d8
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
|
||||||
<Name>GioSharp</Name>
|
<Name>GioSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\CairSharp\CairoSharp.csproj">
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||||
<Name>CairoSharp</Name>
|
<Name>CairoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<ProjectReference Include="..\GdkSharp\GdkSharp.csproj">
|
<ProjectReference Include="..\GdkSharp\GdkSharp.csproj">
|
||||||
<Name>GdkSharp</Name>
|
<Name>GdkSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\CairSharp\CairoSharp.csproj">
|
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||||
<Name>CairoSharp</Name>
|
<Name>CairoSharp</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
// VARS
|
// VARS
|
||||||
|
|
||||||
Settings.Cake = Context;
|
Settings.Cake = Context;
|
||||||
Settings.Version = "3.22.24.17";
|
Settings.Version = "3.22.24.18";
|
||||||
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
||||||
Settings.Assembly = Argument("Assembly", "");
|
Settings.Assembly = Argument("Assembly", "");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue