mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-30 01:35:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			920 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			920 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <Project Sdk="Microsoft.NET.Sdk.Web">
 | |
| 
 | |
|   <PropertyGroup>
 | |
|     <TargetFramework>net6.0</TargetFramework>
 | |
|     <EnablePreviewFeatures>True</EnablePreviewFeatures>
 | |
|     <Nullable>enable</Nullable>
 | |
|     <ImplicitUsings>enable</ImplicitUsings>
 | |
|   </PropertyGroup>
 | |
| 
 | |
|   <!-- <ItemGroup>
 | |
|     <Content Remove="wwwroot\css\*.css" />
 | |
|     <Content Include="wwwroot\css\*.css" Watch="false" />
 | |
|     <Content Remove="wwwroot\css\output.css" />
 | |
|     <Content Include="wwwroot\css\output.css" Watch="true" />
 | |
|   </ItemGroup> -->
 | |
| 
 | |
|   <Target Name="Tailwind" >
 | |
|     <Exec Command="npm run css_build" />
 | |
|   </Target>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.5.1" />
 | |
|   </ItemGroup>
 | |
| 
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\HaXMLReaderV6\HaXMLReaderV6.csproj" />
 | |
|     <ProjectReference Include="..\HaDocumentV6\HaDocumentV6.csproj" />
 | |
|   </ItemGroup>
 | |
| </Project>
 | 
