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">
|
||||
<Name>GioSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\CairSharp\CairoSharp.csproj">
|
||||
<ProjectReference Include="..\CairoSharp\CairoSharp.csproj">
|
||||
<Name>CairoSharp</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\PangoSharp\PangoSharp.csproj">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue