change Name

This commit is contained in:
Henry Trumme
2025-04-14 22:16:47 +02:00
parent 9703ecf154
commit 22836a4267
34 changed files with 892 additions and 0 deletions

25
WatchLog/WatchLog.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WatchLog", "WatchLog.csproj", "{31B03E5A-339E-4EA2-B3D6-3491B67FF064}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{31B03E5A-339E-4EA2-B3D6-3491B67FF064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31B03E5A-339E-4EA2-B3D6-3491B67FF064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31B03E5A-339E-4EA2-B3D6-3491B67FF064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31B03E5A-339E-4EA2-B3D6-3491B67FF064}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE985FD4-0DF8-4A68-8425-5F6AADC311D3}
EndGlobalSection
EndGlobal