Removed blazored folder... again

This commit is contained in:
David Dieruf 2020-09-17 15:57:04 -04:00
Родитель 7eb17a3dae
Коммит 896ecfd6ba
1 изменённых файлов: 0 добавлений и 38 удалений

Просмотреть файл

@ -1,38 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<RootNamespace>Blazored.Menu</RootNamespace>
<Authors>Chris Sainty</Authors>
<Company></Company>
<Copyright>Copyright 2018 (c) Chris Sainty. All rights reserved.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Blazored/Menu</PackageProjectUrl>
<PackageIconUrl>https://avatars1.githubusercontent.com/u/39194025</PackageIconUrl>
<RepositoryUrl>https://github.com/Blazored/Menu</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Blazored Blazor Razor Components Menu</PackageTags>
<Description>A JavaScript free menu library for Blazor and Razor Components applications.</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.0.5</Version>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\**" />
<Content Remove="wwwroot\**" />
<EmbeddedResource Remove="wwwroot\**" />
<None Remove="wwwroot\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DevExpress.Blazor.AnchorUtils\DevExpress.Blazor.AnchorUtils.csproj" />
</ItemGroup>
</Project>