|
33 | 33 | <ErrorReport>prompt</ErrorReport> |
34 | 34 | <WarningLevel>4</WarningLevel> |
35 | 35 | </PropertyGroup> |
36 | | - <ItemGroup> |
37 | | - <!-- A reference to the entire .NET Framework is automatically included --> |
38 | | - <Content Include="license.txt" /> |
39 | | - </ItemGroup> |
40 | 36 | <ItemGroup> |
41 | 37 | <Compile Include="GeneratedUI\Root.xaml.cs" /> |
42 | 38 | <Compile Include="Properties\AssemblyInfo.cs" /> |
43 | 39 | </ItemGroup> |
44 | 40 | <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> |
47 | 47 | <Private>True</Private> |
48 | 48 | </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> |
51 | 51 | <Private>True</Private> |
52 | 52 | </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> |
55 | 55 | <Private>True</Private> |
56 | 56 | </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> |
59 | 59 | <Private>True</Private> |
60 | 60 | </Reference> |
61 | 61 | </ItemGroup> |
62 | 62 | <ItemGroup> |
63 | 63 | <None Include="packages.config" /> |
64 | 64 | </ItemGroup> |
65 | | - <ItemGroup /> |
66 | 65 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
67 | 66 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
68 | 67 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments