Add project files.

This commit is contained in:
2025-09-17 23:17:12 +02:00
parent d97dc83a12
commit 6ac9b5765a
12 changed files with 457 additions and 0 deletions

25
WindowsFormsApp11.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.36128.20
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp11", "WindowsFormsApp11\WindowsFormsApp11.csproj", "{5C70FB6F-5884-4813-B881-3B31924E0410}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C70FB6F-5884-4813-B881-3B31924E0410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C70FB6F-5884-4813-B881-3B31924E0410}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C70FB6F-5884-4813-B881-3B31924E0410}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C70FB6F-5884-4813-B881-3B31924E0410}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9899575A-F12C-458F-A020-9099FD78AFE6}
EndGlobalSection
EndGlobal