MeiRiYiCheng_1_old/YBDevice.NWeb/YBDevice.NWeb.csproj

56 lines
1.7 KiB
XML
Raw Normal View History

2025-07-16 17:14:38 +08:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>2f0c3d73-dd48-4aee-a77a-7152cb0f768c</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile></DocumentationFile>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Compile Remove="ClientApp\**" />
<Compile Remove="DBServices\**" />
<Compile Remove="Pages\Screen\**" />
<Compile Remove="Pages\WX\**" />
<Content Remove="ClientApp\**" />
<Content Remove="DBServices\**" />
<Content Remove="Pages\Screen\**" />
<Content Remove="Pages\WX\**" />
<EmbeddedResource Remove="ClientApp\**" />
<EmbeddedResource Remove="DBServices\**" />
<EmbeddedResource Remove="Pages\Screen\**" />
<EmbeddedResource Remove="Pages\WX\**" />
<None Remove="ClientApp\**" />
<None Remove="DBServices\**" />
<None Remove="Pages\Screen\**" />
<None Remove="Pages\WX\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YBDevice.Application\YBDevice.Application.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\template\" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\js\layuiformselects\formSelects-v4.js" />
<None Include="wwwroot\js\layuiformselects\formSelects-v4.min.js" />
</ItemGroup>
</Project>