Skip to content

Commit

Permalink
Examples update v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmptyKeys committed Apr 4, 2016
1 parent 95bc129 commit 7b22101
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="EmptyKeys.UserInterface, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MonoGame.Framework">
Expand Down
2 changes: 1 addition & 1 deletion Empty_Example/Empty_MonoGame_Example/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmptyKeysUI_MonoGame" version="2.0.0.0" targetFramework="net45" />
<package id="EmptyKeysUI_MonoGame" version="2.1.0.0" targetFramework="net45" />
</packages>
16 changes: 8 additions & 8 deletions Empty_Example/GameLibrary/GameLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="EmptyKeys.UserInterface, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Core, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Debug, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\Common\AnyCPU\EmptyKeys.UserInterface.Debug.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.0.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.MonoGame, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_MonoGame.2.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MonoGame\AnyCPU\EmptyKeys.UserInterface.MonoGame.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Empty_Example/GameLibrary/GeneratedUI/Root.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace EmptyKeys.UserInterface.Generated {
using EmptyKeys.UserInterface.Themes;


[GeneratedCodeAttribute("Empty Keys UI Generator", "2.0.0.0")]
[GeneratedCodeAttribute("Empty Keys UI Generator", "2.1.0.0")]
public partial class Root : UIRoot {

private Grid e_0;
Expand Down
2 changes: 1 addition & 1 deletion Empty_Example/GameLibrary/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmptyKeysUI_MonoGame" version="2.0.0.0" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="EmptyKeysUI_MonoGame" version="2.1.0.0" targetFramework="portable45-net45+win8+wp8+wpa81" />
</packages>
4 changes: 2 additions & 2 deletions Empty_Example/UserInterface/UserInterface.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EmptyKeys.UserInterface.Designer, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_Generator.2.0.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
<Reference Include="EmptyKeys.UserInterface.Designer, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\Empty_MonoGame_Example\packages\EmptyKeysUI_Generator.2.1.0.0\lib\net45\EmptyKeys.UserInterface.Designer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion Empty_Example/UserInterface/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EmptyKeysUI_Generator" version="2.0.0.0" targetFramework="net45" />
<package id="EmptyKeysUI_Generator" version="2.1.0.0" targetFramework="net45" />
</packages>

0 comments on commit 7b22101

Please sign in to comment.