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.
		
		
		
		
		
			
		
			
				
					
					
						
							44 lines
						
					
					
						
							1.9 KiB
						
					
					
				
			
		
		
	
	
							44 lines
						
					
					
						
							1.9 KiB
						
					
					
				| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|   <Import Project="..\..\..\..\common.props" />
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>netstandard2.0</TargetFramework>
 | |
|     <AssemblyName>Volo.Blogging.Web</AssemblyName>
 | |
|     <PackageId>Volo.Blogging.Web</PackageId>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <IsPackable>true</IsPackable>
 | |
|     <RootNamespace>Volo.Blogging</RootNamespace>
 | |
|     <TypeScriptToolsVersion>2.8</TypeScriptToolsVersion>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap\Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Packages\Volo.Abp.AspNetCore.Mvc.UI.Packages.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.Bundling\Volo.Abp.AspNetCore.Mvc.UI.Bundling.csproj" />
 | |
|     <ProjectReference Include="..\..\..\..\framework\src\Volo.Abp.AutoMapper\Volo.Abp.AutoMapper.csproj" />
 | |
|     <ProjectReference Include="..\Volo.Blogging.HttpApi\Volo.Blogging.HttpApi.csproj" />
 | |
|     <PackageReference Include="CommonMark.NET" Version="0.15.1" />
 | |
|     <PackageReference Include="System.Drawing.Common" Version="4.5.0" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <EmbeddedResource Include="Localization\Resources\**\*.json" />
 | |
|     <EmbeddedResource Include="Pages\**\*.cshtml" />
 | |
|     <EmbeddedResource Include="Pages\**\*.js" />
 | |
|     <EmbeddedResource Include="Pages\**\*.css" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <Content Remove="Localization\Resources\**\*.json" />
 | |
|     <Content Remove="Pages\**\*.cshtml" />
 | |
|     <Content Remove="Pages\**\*.js" />
 | |
|     <Content Remove="Pages\**\*.css" />
 | |
|     <Content Remove="compilerconfig.json" />
 | |
|     <Content Remove="Properties\launchSettings.json" />
 | |
|     <None Include="compilerconfig.json" />
 | |
|     <None Include="Properties\launchSettings.json" />
 | |
|   </ItemGroup>
 | |
| 
 | |
| </Project>
 |