Upload files to "/"

This commit is contained in:
2026-04-09 12:57:15 +02:00
commit 65e052e14f
4 changed files with 155 additions and 0 deletions

24
tthop.sln Normal file
View File

@@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tthop", "tthop.csproj", "{E4CF627D-7793-BDE2-31FE-B505FB1918FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4CF627D-7793-BDE2-31FE-B505FB1918FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4CF627D-7793-BDE2-31FE-B505FB1918FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4CF627D-7793-BDE2-31FE-B505FB1918FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4CF627D-7793-BDE2-31FE-B505FB1918FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {22D1B5DE-443B-420F-8C57-A32B861E9CF5}
EndGlobalSection
EndGlobal