This commit is contained in:
2026-05-12 21:46:57 +02:00
commit 6a83de1f5d
10 changed files with 223 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OakArchive", "OakArchive\OakArchive.csproj", "{8FAFD11C-C933-438D-8A95-FC348A8B4E40}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9132EA22-EB6C-448D-A112-85A8D01BDD54}"
ProjectSection(SolutionItems) = preProject
compose.yaml = compose.yaml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FAFD11C-C933-438D-8A95-FC348A8B4E40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FAFD11C-C933-438D-8A95-FC348A8B4E40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FAFD11C-C933-438D-8A95-FC348A8B4E40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FAFD11C-C933-438D-8A95-FC348A8B4E40}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal