You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
772 B
XML
30 lines
772 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<ServerGarbageCollection>false</ServerGarbageCollection>
|
|
<ConcurrentGarbageCollection>true</ConcurrentGarbageCollection>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>1.0.3</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="ErrorViewModel.cs" />
|
|
<Compile Remove="GridItem.cs" />
|
|
<Compile Remove="Result\LoginResult.cs" />
|
|
<Compile Remove="SysWebGridColumn.cs" />
|
|
<Compile Remove="UserInfo.cs" />
|
|
<Compile Remove="WebMenuInfo.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="ViewModels\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Estsh.Core\Estsh.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|