Skip to content

Commit b6d3e28

Browse files
committed
Update UI v2.5
1 parent ef26d56 commit b6d3e28

6 files changed

Lines changed: 14 additions & 16 deletions

File tree

BasicUI_CocosSharp/BasicUI_CocosSharp/BasicUI_CocosSharp.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,20 @@
8888
<HintPath>..\packages\CocosSharp.PCL.Shared.1.6.2.0\lib\net40\CocosSharp.dll</HintPath>
8989
<Private>True</Private>
9090
</Reference>
91-
<Reference Include="EmptyKeys.UserInterface, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
92-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
91+
<Reference Include="EmptyKeys.UserInterface, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
92+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
9393
<Private>True</Private>
9494
</Reference>
95-
<Reference Include="EmptyKeys.UserInterface.CocosSharp, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
96-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\CocosSharp\AnyCPU\EmptyKeys.UserInterface.CocosSharp.dll</HintPath>
95+
<Reference Include="EmptyKeys.UserInterface.CocosSharp, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
96+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\CocosSharp\AnyCPU\EmptyKeys.UserInterface.CocosSharp.dll</HintPath>
9797
<Private>True</Private>
9898
</Reference>
99-
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
100-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
99+
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
100+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
101101
<Private>True</Private>
102102
</Reference>
103-
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
104-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
103+
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
104+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
105105
<Private>True</Private>
106106
</Reference>
107107
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=MSIL">

BasicUI_CocosSharp/BasicUI_CocosSharp/GeneratedUI/BasicUI.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace EmptyKeys.UserInterface.Generated {
2424
using EmptyKeys.UserInterface.Themes;
2525

2626

27-
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.4.0.0")]
27+
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.5.0.0")]
2828
public partial class BasicUI : UIRoot {
2929

3030
private Grid e_0;

BasicUI_CocosSharp/BasicUI_CocosSharp/GeneratedUI/Dictionary.xaml.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace EmptyKeys.UserInterface.Generated {
2424
using EmptyKeys.UserInterface.Themes;
2525

2626

27-
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.4.0.0")]
27+
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.5.0.0")]
2828
public sealed class Dictionary : ResourceDictionary {
2929

3030
private static Dictionary singleton = new Dictionary();
@@ -132,8 +132,6 @@ private void InitializeResources() {
132132
// Resource - [ToolTipText] String
133133
this.Add("ToolTipText", "Click to open message box");
134134
ImageManager.Instance.AddImage("Images/EmptyKeysLogoTextSmall");
135-
FontManager.Instance.AddFont("Segoe UI", 13.33333F, FontStyle.Regular, "Segoe_UI_10_Regular");
136-
FontManager.Instance.AddFont("Segoe UI", 20F, FontStyle.Bold, "Segoe_UI_15_Bold");
137135
}
138136
}
139137
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CocosSharp.PCL.Shared" version="1.6.2.0" targetFramework="net45" />
4-
<package id="EmptyKeysUI_CocosSharp" version="2.4.0.0" targetFramework="net45" />
4+
<package id="EmptyKeysUI_CocosSharp" version="2.5.0.0" targetFramework="net45" />
55
</packages>

BasicUI_CocosSharp/UserInterface/UserInterface.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="EmptyKeys.UserInterface.Designer, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\EmptyKeysUI_Generator.2.4.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
35+
<Reference Include="EmptyKeys.UserInterface.Designer, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\EmptyKeysUI_Generator.2.5.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EmptyKeysUI_Generator" version="2.4.0.0" targetFramework="net45" />
3+
<package id="EmptyKeysUI_Generator" version="2.5.0.0" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)