mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
Introduced HKW
This commit is contained in:
30
HaWeb/Tailwind.csproj.old
Normal file
30
HaWeb/Tailwind.csproj.old
Normal file
@@ -0,0 +1,30 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web" DefaultTargets="Tailwind">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<EnablePreviewFeatures>True</EnablePreviewFeatures>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Remove="wwwroot\css\output.css" />
|
||||
<Content Include="wwwroot\css\output.css" Watch="false" />
|
||||
<Content Remove="**\*.cs" />
|
||||
<Content Include="**\*.cs" Watch="false" />
|
||||
<Content Remove="Settings\CSSClassesSettings.cs" />
|
||||
<Content Include="Settings\CSSClassesSettings.cs" Watch="true" />
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="Tailwind" BeforeTargets="Build">
|
||||
<Exec Command="npm run css_build" />
|
||||
</Target>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\HaXMLReaderV6\HaXMLReaderV6.csproj" />
|
||||
<ProjectReference Include="..\HaDocumentV6\HaDocumentV6.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.5.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user