Initial commit

This commit is contained in:
2025-04-01 11:16:42 +03:30
parent d96d8430d1
commit ed4e7572a8
9 changed files with 162 additions and 0 deletions

21
HoolIt.sln Normal file
View File

@@ -0,0 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HoolIt", "HoolIt\HoolIt.csproj", "{E3812095-9B4D-4A38-B33C-84214FBB7620}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5DD66A23-C25C-4F51-82D3-95A4AC05768B}"
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
{E3812095-9B4D-4A38-B33C-84214FBB7620}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3812095-9B4D-4A38-B33C-84214FBB7620}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3812095-9B4D-4A38-B33C-84214FBB7620}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3812095-9B4D-4A38-B33C-84214FBB7620}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal