From ed21ef7fb3b91194bf7741eff2c509da1b774a93 Mon Sep 17 00:00:00 2001 From: Cloud Zhang <941187371@qq.com> Date: 星期四, 09 五月 2024 16:10:51 +0800 Subject: [PATCH] 实体添加枚举 --- Tiger.Api/Tiger.Api.csproj | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/Tiger.Api/Tiger.Api.csproj b/Tiger.Api/Tiger.Api.csproj index 715d944..fe209a2 100644 --- a/Tiger.Api/Tiger.Api.csproj +++ b/Tiger.Api/Tiger.Api.csproj @@ -53,6 +53,14 @@ <ItemGroup> + <Compile Remove="wwwroot\**" /> + <Content Remove="wwwroot\**" /> + <EmbeddedResource Remove="wwwroot\**" /> + <None Remove="wwwroot\**" /> + </ItemGroup> + + + <ItemGroup> <Compile Remove="iBiz\Logger.cs" /> </ItemGroup> @@ -81,6 +89,15 @@ <Folder Include="Controllers\QMS\" /> </ItemGroup> <ItemGroup> + <None Include="Views\Home\Index.cshtml" /> + <None Include="Views\Home\Privacy.cshtml" /> + <None Include="Views\Shared\Error.cshtml" /> + <None Include="Views\Shared\_Layout.cshtml" /> + <None Include="Views\Shared\_ValidationScriptsPartial.cshtml" /> + <None Include="Views\_ViewImports.cshtml" /> + <None Include="Views\_ViewStart.cshtml" /> + </ItemGroup> + <ItemGroup> <Content Update="appsettings.json"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> -- Gitblit v1.9.3