Deleted redundant template collections csproj

This commit is contained in:
Tim Oliver
2020-02-18 13:21:19 +09:00
parent 38ff4845ec
commit 6d2b757b24

View File

@@ -1,22 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Label="NuGet">
<Title>osu!framework game template</Title>
<Product>osu!framework game template</Product>
<Description>Create a game powered by osu!framework.</Description>
<PackageId>ppy.osu.Framework.Templates</PackageId>
<PackageType>Template</PackageType>
<PackageTags>osu game template framework</PackageTags>
<PackageProjectUrl>https://github.com/ppy/osu-framework/tree/master/template-game</PackageProjectUrl>
<RepositoryUrl>https://github.com/ppy/osu-framework/tree/master/template-game</RepositoryUrl>
<IncludeContentInPack>true</IncludeContentInPack>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ContentTargetFolders>templates</ContentTargetFolders>
</PropertyGroup>
<ItemGroup>
<Content Include=".editor*;.idea\**\*;.template.config\*;app.manifest;Directory.Build.props;TemplateGame*.*;TemplateGame*\**\*" Exclude="**\bin\**;**\obj\**" />
<Compile Remove="**\*" />
</ItemGroup>
</Project>