Files
mapo-core/MP.Prog/MP.Prog.csproj
T
2021-09-02 18:07:46 +02:00

20 lines
400 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Components\DataPager.razor.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="Components\DataPager.razor" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MP.FileData\MP.FileData.csproj" />
</ItemGroup>
</Project>