Migrate 7zip code to a standalone project dependency

This commit is contained in:
Gustave Monce
2025-11-01 09:31:14 +01:00
parent 058cde0d91
commit e838168127
18 changed files with 453 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>_7zip</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>