| | |
| | | <Project Sdk="Microsoft.NET.Sdk.Web"> |
| | | <Project Sdk="Microsoft.NET.Sdk.Web"> |
| | | |
| | | <PropertyGroup> |
| | | <TargetFramework>net8.0</TargetFramework> |
| | |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <ProjectReference Include="..\Chuanyin.Attribute\Chuanyin.Attribute.csproj" /> |
| | | <ProjectReference Include="..\CoreCms.Net.Auth\CoreCms.Net.Auth.csproj" /> |
| | | <ProjectReference Include="..\CoreCms.Net.CodeGenerator\CoreCms.Net.CodeGenerator.csproj" /> |
| | | <ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" /> |
| | |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <Content Update="NLog.config"> |
| | | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| | | </Content> |
| | | <Content Update="wwwroot\views\content\advert\advertisement\create.html"> |
| | | <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| | | <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory> |