Skip to content

Commit cd5769c

Browse files
committed
Update 2.0
1 parent 21f48ad commit cd5769c

72 files changed

Lines changed: 545 additions & 243 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
92-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.13.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
91+
<Reference Include="EmptyKeys.UserInterface, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
92+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
96-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.13.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.0.0.0, Culture=neutral, processorArchitecture=MSIL">
96+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
100-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.13.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.0.0.0, Culture=neutral, processorArchitecture=MSIL">
100+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
104-
<HintPath>..\packages\EmptyKeysUI_CocosSharp.1.13.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.0.0.0, Culture=neutral, processorArchitecture=MSIL">
104+
<HintPath>..\packages\EmptyKeysUI_CocosSharp.2.0.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
@@ -23,7 +23,7 @@ namespace EmptyKeys.UserInterface.Generated {
2323
using EmptyKeys.UserInterface.Themes;
2424

2525

26-
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.13.0.0")]
26+
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.0.0.0")]
2727
public partial class BasicUI : UIRoot {
2828

2929
private Grid e_0;

BasicUI_CocosSharp/BasicUI_CocosSharp/GeneratedUI/Dictionary.xaml.cs

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

2525

26-
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.13.0.0")]
26+
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.0.0.0")]
2727
public sealed class Dictionary : ResourceDictionary {
2828

2929
private static Dictionary singleton = new Dictionary();

BasicUI_CocosSharp/BasicUI_CocosSharp/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
The MIT License (MIT)
33

4-
Copyright (c) 2015 Empty Keys, Filip Dušek, www.emptykeys.com
4+
Copyright (c) 2016 Empty Keys, Filip Dušek, www.emptykeys.com
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
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="1.13.0.0" targetFramework="net45" />
4+
<package id="EmptyKeysUI_CocosSharp" version="2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\packages\EmptyKeysUI_Generator.1.13.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
35+
<Reference Include="EmptyKeys.UserInterface.Designer, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\packages\EmptyKeysUI_Generator.2.0.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />

BasicUI_CocosSharp/UserInterface/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
The MIT License (MIT)
33

4-
Copyright (c) 2015 Empty Keys, Filip Dušek, www.emptykeys.com
4+
Copyright (c) 2016 Empty Keys, Filip Dušek, www.emptykeys.com
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal
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="1.13.0.0" targetFramework="net45" />
3+
<package id="EmptyKeysUI_Generator" version="2.0.0.0" targetFramework="net45" />
44
</packages>

BasicUI_MonoGame/BasicUI_MonoGame_Linux/BasicUI_MonoGame_Linux.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
71-
<HintPath>..\packages\EmptyKeysUI_MonoGame.1.13.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
70+
<Reference Include="EmptyKeys.UserInterface, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
71+
<HintPath>..\packages\EmptyKeysUI_MonoGame.2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>..\packages\EmptyKeysUI_MonoGame.1.13.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.0.0.0, Culture=neutral, processorArchitecture=MSIL">
75+
<HintPath>..\packages\EmptyKeysUI_MonoGame.2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
79-
<HintPath>..\packages\EmptyKeysUI_MonoGame.1.13.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.0.0.0, Culture=neutral, processorArchitecture=MSIL">
79+
<HintPath>..\packages\EmptyKeysUI_MonoGame.2.0.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=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>..\packages\EmptyKeysUI_MonoGame.1.13.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.0.0.0, Culture=neutral, processorArchitecture=MSIL">
83+
<HintPath>..\packages\EmptyKeysUI_MonoGame.2.0.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, Version=3.4.0.459, Culture=neutral, processorArchitecture=MSIL">

BasicUI_MonoGame/BasicUI_MonoGame_Linux/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
The MIT License (MIT)
33

4-
Copyright (c) 2015 Empty Keys, Filip Dušek, www.emptykeys.com
4+
Copyright (c) 2016 Empty Keys, Filip Dušek, www.emptykeys.com
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)