2019-08-06 16:33:49 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Authors>Ellpeck</Authors>
|
2019-08-07 20:18:35 +02:00
|
|
|
|
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame combined with some other useful libraries into a quick Game class</Description>
|
2019-08-06 16:33:49 +02:00
|
|
|
|
<PackageTags>monogame ellpeck mlem utility extensions</PackageTags>
|
|
|
|
|
<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-15 15:03:11 +02:00
|
|
|
|
<Version>1.0.4</Version>
|
2019-08-06 16:33:49 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-07 22:25:33 +02:00
|
|
|
|
<PackageReference Include="Coroutine" Version="1.0.1" />
|
2019-08-25 21:24:07 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Extended" Version="3.7.0" />
|
2019-08-30 19:05:27 +02:00
|
|
|
|
<PackageReference Include="MonoGame.Framework.Portable" Version="3.7.1.189">
|
2019-08-06 16:33:49 +02:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-08-07 22:25:33 +02:00
|
|
|
|
<ProjectReference Include="..\MLEM.Extended\MLEM.Extended.csproj" />
|
2019-08-09 23:43:50 +02:00
|
|
|
|
<ProjectReference Include="..\MLEM.Ui\MLEM.Ui.csproj" />
|
2019-08-07 22:25:33 +02:00
|
|
|
|
<ProjectReference Include="..\MLEM\MLEM.csproj" />
|
2019-08-06 16:33:49 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|