Skip to content

Commit ef26d56

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

7 files changed

Lines changed: 22 additions & 22 deletions

File tree

Empty_Example/Empty_MonoGame_Example/Empty_MonoGame_Example.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@
6767
<Compile Include="Properties\AssemblyInfo.cs" />
6868
</ItemGroup>
6969
<ItemGroup>
70-
<Reference Include="EmptyKeys.UserInterface, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
71-
<HintPath>packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
70+
<Reference Include="EmptyKeys.UserInterface, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
71+
<HintPath>packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
7272
<Private>True</Private>
7373
</Reference>
74-
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
74+
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
75+
<HintPath>packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
7676
<Private>True</Private>
7777
</Reference>
78-
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
79-
<HintPath>packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
78+
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
79+
<HintPath>packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
8080
<Private>True</Private>
8181
</Reference>
82-
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
82+
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
8484
<Private>True</Private>
8585
</Reference>
8686
<Reference Include="MonoGame.Framework">
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_MonoGame" version="2.4.0.0" targetFramework="net45" />
3+
<package id="EmptyKeysUI_MonoGame" version="2.5.0.0" targetFramework="net45" />
44
</packages>

Empty_Example/GameLibrary/GameLibrary.csproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
<Compile Include="Properties\AssemblyInfo.cs" />
3939
</ItemGroup>
4040
<ItemGroup>
41-
<Reference Include="EmptyKeys.UserInterface, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
42-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
41+
<Reference Include="EmptyKeys.UserInterface, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
42+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
45+
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
49-
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
49+
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
50+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.4.0.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.4.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
53+
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.5.0.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.5.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
5757
</ItemGroup>

Empty_Example/GameLibrary/GeneratedUI/Root.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 Root : UIRoot {
2929

3030
private Grid e_0;
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_MonoGame" version="2.4.0.0" targetFramework="portable45-net45+win8+wp8+wpa81" />
3+
<package id="EmptyKeysUI_MonoGame" version="2.5.0.0" targetFramework="portable45-net45+win8+wp8+wpa81" />
44
</packages>

Empty_Example/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>..\Empty_MonoGame_Example\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>..\Empty_MonoGame_Example\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)