Separation as Tool

This commit is contained in:
2026-07-11 13:43:52 +02:00
commit f542382e58
80 changed files with 5863 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>GCBoK.WebStaticBuilder</RootNamespace>
<AssemblyName>webstatic</AssemblyName>
<Version>1.0.0</Version>
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
<Description>GCBoK.WebStaticBuilder — Static site generator for multilingual, SEO-friendly, compliance-friendly websites (OSS, MIT).</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.41.1" />
<PackageReference Include="YamlDotNet" Version="16.3.0" />
</ItemGroup>
</Project>