Skip to content

Commit da693c8

Browse files
committed
Update 1.13
1 parent 6261430 commit da693c8

10 files changed

Lines changed: 104 additions & 27 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
License for https://github.com/Microsoft/XamlBehaviors
3+
4+
The MIT License (MIT)
5+
6+
Copyright (c) 2015 Microsoft
7+
8+
Permission is hereby granted, free of charge, to any person obtaining a copy
9+
of this software and associated documentation files (the "Software"), to deal
10+
in the Software without restriction, including without limitation the rights
11+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
copies of the Software, and to permit persons to whom the Software is
13+
furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.

Empty_Example/Empty_MonoGame_Example/Empty_MonoGame_Example.csproj

Lines changed: 9 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.10.11.0, Culture=neutral, processorArchitecture=MSIL">
71-
<HintPath>packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
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>
7272
<Private>True</Private>
7373
</Reference>
74-
<Reference Include="EmptyKeys.UserInterface.Core, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
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>
7676
<Private>True</Private>
7777
</Reference>
78-
<Reference Include="EmptyKeys.UserInterface.Debug, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
79-
<HintPath>packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
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>
8080
<Private>True</Private>
8181
</Reference>
82-
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
83-
<HintPath>packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
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>
8484
<Private>True</Private>
8585
</Reference>
8686
<Reference Include="MonoGame.Framework">
@@ -90,6 +90,7 @@
9090
<Reference Include="System.Xml" />
9191
</ItemGroup>
9292
<ItemGroup>
93+
<Content Include="BehaviorsLicense.txt" />
9394
<Content Include="Icon.ico" />
9495
<Content Include="license.txt" />
9596
</ItemGroup>
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="1.10.11.0" targetFramework="net45" />
3+
<package id="EmptyKeysUI_MonoGame" version="1.13.0.0" targetFramework="net45" />
44
</packages>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
License for https://github.com/Microsoft/XamlBehaviors
3+
4+
The MIT License (MIT)
5+
6+
Copyright (c) 2015 Microsoft
7+
8+
Permission is hereby granted, free of charge, to any person obtaining a copy
9+
of this software and associated documentation files (the "Software"), to deal
10+
in the Software without restriction, including without limitation the rights
11+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
copies of the Software, and to permit persons to whom the Software is
13+
furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.

Empty_Example/GameLibrary/GameLibrary.csproj

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,36 +33,35 @@
3333
<ErrorReport>prompt</ErrorReport>
3434
<WarningLevel>4</WarningLevel>
3535
</PropertyGroup>
36-
<ItemGroup>
37-
<!-- A reference to the entire .NET Framework is automatically included -->
38-
<Content Include="license.txt" />
39-
</ItemGroup>
4036
<ItemGroup>
4137
<Compile Include="GeneratedUI\Root.xaml.cs" />
4238
<Compile Include="Properties\AssemblyInfo.cs" />
4339
</ItemGroup>
4440
<ItemGroup>
45-
<Reference Include="EmptyKeys.UserInterface, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
41+
<Content Include="BehaviorsLicense.txt" />
42+
<Content Include="license.txt" />
43+
</ItemGroup>
44+
<ItemGroup>
45+
<Reference Include="EmptyKeys.UserInterface, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.13.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
4747
<Private>True</Private>
4848
</Reference>
49-
<Reference Include="EmptyKeys.UserInterface.Core, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
49+
<Reference Include="EmptyKeys.UserInterface.Core, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
50+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.13.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
5151
<Private>True</Private>
5252
</Reference>
53-
<Reference Include="EmptyKeys.UserInterface.Debug, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
54-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
53+
<Reference Include="EmptyKeys.UserInterface.Debug, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
54+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.13.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
5555
<Private>True</Private>
5656
</Reference>
57-
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=1.10.11.0, Culture=neutral, processorArchitecture=MSIL">
58-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.10.11.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
57+
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
58+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.1.13.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
</ItemGroup>
6262
<ItemGroup>
6363
<None Include="packages.config" />
6464
</ItemGroup>
65-
<ItemGroup />
6665
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
6766
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6867
Other similar extension points exist, see Microsoft.Common.targets.

Empty_Example/GameLibrary/GeneratedUI/Root.xaml.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ namespace EmptyKeys.UserInterface.Generated {
1313
using EmptyKeys.UserInterface.Controls;
1414
using EmptyKeys.UserInterface.Controls.Primitives;
1515
using EmptyKeys.UserInterface.Input;
16+
using EmptyKeys.UserInterface.Interactions.Core;
17+
using EmptyKeys.UserInterface.Interactivity;
1618
using EmptyKeys.UserInterface.Media;
1719
using EmptyKeys.UserInterface.Media.Animation;
1820
using EmptyKeys.UserInterface.Media.Imaging;
@@ -21,7 +23,7 @@ namespace EmptyKeys.UserInterface.Generated {
2123
using EmptyKeys.UserInterface.Themes;
2224

2325

24-
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.10.11.0")]
26+
[GeneratedCodeAttribute("Empty Keys UI Generator", "1.13.0.0")]
2527
public partial class Root : UIRoot {
2628

2729
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="1.10.11.0" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
3+
<package id="EmptyKeysUI_MonoGame" version="1.13.0.0" targetFramework="portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10" />
44
</packages>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
License for https://github.com/Microsoft/XamlBehaviors
3+
4+
The MIT License (MIT)
5+
6+
Copyright (c) 2015 Microsoft
7+
8+
Permission is hereby granted, free of charge, to any person obtaining a copy
9+
of this software and associated documentation files (the "Software"), to deal
10+
in the Software without restriction, including without limitation the rights
11+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12+
copies of the Software, and to permit persons to whom the Software is
13+
furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all
16+
copies or substantial portions of the Software.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.

Empty_Example/UserInterface/UserInterface.csproj

Lines changed: 5 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.10.11.0, Culture=neutral, processorArchitecture=MSIL">
36-
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_Generator.1.10.11.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
35+
<Reference Include="EmptyKeys.UserInterface.Designer, Version=1.13.0.0, Culture=neutral, processorArchitecture=MSIL">
36+
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_Generator.1.13.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System" />
@@ -84,6 +84,9 @@
8484
<ItemGroup>
8585
<Resource Include="license.txt" />
8686
</ItemGroup>
87+
<ItemGroup>
88+
<Resource Include="BehaviorsLicense.txt" />
89+
</ItemGroup>
8790
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8891
<PropertyGroup>
8992
<PostBuildEvent>CD "$(SolutionDir)packages\EmptyKeysUI_Generator*\tools"
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.10.11.0" targetFramework="net45" />
3+
<package id="EmptyKeysUI_Generator" version="1.13.0.0" targetFramework="net45" />
44
</packages>

0 commit comments

Comments
 (0)