This commit is contained in:
szabomarton
2024-05-13 11:20:30 +02:00
parent 6c3bf53f11
commit 1c5a97131a
30 changed files with 1319 additions and 0 deletions

View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34729.46
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "WindowsFormsApp1\WindowsFormsApp1.csproj", "{E27F148B-2F69-4D65-866A-D6F081AD96EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27F148B-2F69-4D65-866A-D6F081AD96EB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4546DC27-BBAD-4D61-B474-B65CD25F5C16}
EndGlobalSection
EndGlobal