2020-02-24 17:34:05 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
|
|
|
<IncludeContentInPack>true</IncludeContentInPack>
|
|
|
|
|
<IncludeBuildOutput>false</IncludeBuildOutput>
|
|
|
|
|
<ContentTargetFolders>content</ContentTargetFolders>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PackageType>Template</PackageType>
|
|
|
|
|
<Title>MLEM Templates</Title>
|
|
|
|
|
<Authors>Ellpeck</Authors>
|
2020-02-24 17:39:08 +01:00
|
|
|
|
<Description>(M)LEM (L)ibrary by (E)llpeck for (M)onoGame project templates</Description>
|
2020-02-24 17:34:05 +01:00
|
|
|
|
<PackageTags>dotnet-new templates monogame ellpeck mlem utility extensions</PackageTags>
|
|
|
|
|
<PackageProjectUrl>https://github.com/Ellpeck/MLEM</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://github.com/Ellpeck/MLEM</RepositoryUrl>
|
2020-02-28 17:20:46 +01:00
|
|
|
|
<VersionPrefix>3.2.5</VersionPrefix>
|
2020-02-24 17:34:05 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="content\**\*" Exclude="content\**\.DS_Store;content\**\bin;content\**\obj" />
|
|
|
|
|
<Compile Remove="**\*" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|