Fix typos in project include

This commit is contained in:
cra0zy 2017-12-31 19:51:59 +01:00
parent c17b5051bd
commit fa042d60d8
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
<ProjectReference Include="..\GioSharp\GioSharp.csproj">
<Name>GioSharp</Name>
</ProjectReference>
<ProjectReference Include="..\CairSharp\CairoSharp.csproj">
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
<Name>CairoSharp</Name>
</ProjectReference>
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">

View File

@ -29,7 +29,7 @@
<ProjectReference Include="..\GdkSharp\GdkSharp.csproj">
<Name>GdkSharp</Name>
</ProjectReference>
<ProjectReference Include="..\CairSharp\CairoSharp.csproj">
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
<Name>CairoSharp</Name>
</ProjectReference>
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">

View File

@ -6,7 +6,7 @@
// VARS
Settings.Cake = Context;
Settings.Version = "3.22.24.17";
Settings.Version = "3.22.24.18";
Settings.BuildTarget = Argument("BuildTarget", "Default");
Settings.Assembly = Argument("Assembly", "");