2019-08-07 22:25:33 +02:00
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<TargetFramework > netstandard2.0</TargetFramework>
</PropertyGroup>
<PropertyGroup >
<Authors > Ellpeck</Authors>
2019-08-31 19:32:22 +02:00
<Description > A mouse, keyboard and touch ready Ui system that features automatic anchoring, sizing and several ready-to-use element types. Part of (M)LEM (L)ibrary by (E)llpeck for (M)onoGame</Description>
2019-08-09 23:57:41 +02:00
<PackageTags > monogame ellpeck mlem ui user interface graphical gui system</PackageTags>
2019-08-07 22:25:33 +02:00
<PackageProjectUrl > https://github.com/Ellpeck/MLEM</PackageProjectUrl>
<RepositoryUrl > https://github.com/Ellpeck/MLEM</RepositoryUrl>
<PackageLicenseUrl > https://github.com/Ellpeck/MLEM/blob/master/LICENSE</PackageLicenseUrl>
2019-08-24 15:22:29 +02:00
<Version > 1.0.10</Version>
2019-08-07 22:25:33 +02:00
</PropertyGroup>
<ItemGroup >
2019-08-30 19:05:27 +02:00
<PackageReference Include= "MonoGame.Framework.Portable" Version= "3.7.1.189" >
2019-08-07 22:25:33 +02:00
<PrivateAssets > all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\MLEM\MLEM.csproj" />
</ItemGroup>
</Project>