mirror of https://github.com/abpframework/abp
				
				
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							50 lines
						
					
					
						
							2.5 KiB
						
					
					
				
			
		
		
	
	
							50 lines
						
					
					
						
							2.5 KiB
						
					
					
				| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|   <Import Project="..\..\common.props" />
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net6.0</TargetFramework>
 | |
|     <RootNamespace>MyCompanyName.MyProjectName</RootNamespace>
 | |
|     <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8+wp8+wpa81;</AssetTargetFallback>
 | |
|     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
 | |
|     <GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
 | |
|     <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
 | |
|     <MvcRazorExcludeRefAssembliesFromPublish>false</MvcRazorExcludeRefAssembliesFromPublish>
 | |
|     <PreserveCompilationReferences>true</PreserveCompilationReferences>
 | |
|     <UserSecretsId>MyCompanyName.MyProjectName-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Compile Remove="Logs\**" />
 | |
|     <Content Remove="Logs\**" />
 | |
|     <EmbeddedResource Remove="Logs\**" />
 | |
|     <None Remove="Logs\**" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <None Update="Pages\**\*.js">
 | |
|       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 | |
|     </None>
 | |
|     <None Update="Pages\**\*.css">
 | |
|       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 | |
|     </None>
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
 | |
|     <PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
 | |
|     <PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="6.0.0-rc.*" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.Caching.StackExchangeRedis\Volo.Abp.Caching.StackExchangeRedis.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\..\modules\basic-theme\src\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic\Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.AspNetCore.Serilog\Volo.Abp.AspNetCore.Serilog.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\..\modules\account\src\Volo.Abp.Account.Web.IdentityServer\Volo.Abp.Account.Web.IdentityServer.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\..\modules\account\src\Volo.Abp.Account.Application\Volo.Abp.Account.Application.csproj" />
 | |
|     <ProjectReference Include="..\MyCompanyName.MyProjectName.EntityFrameworkCore\MyCompanyName.MyProjectName.EntityFrameworkCore.csproj" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |