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.
PLT-PDA/Admin.Core.Model/Admin.Core.Model.csproj

26 lines
711 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>..\Admin.Core.Api\Admin.Core.Model.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Model_New_D\**" />
<Compile Remove="View\**" />
<EmbeddedResource Remove="Model_New_D\**" />
<EmbeddedResource Remove="View\**" />
<None Remove="Model_New_D\**" />
<None Remove="View\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Admin.Core.Common\Admin.Core.Common.csproj" />
</ItemGroup>
</Project>