OOP alapok

This commit is contained in:
lego
2026-09-16 14:59:17 +02:00
parent 62c2abf0a0
commit ca89e219d2
5 changed files with 178 additions and 0 deletions

25
Oop_alapok/Oop_alapok.sln Normal file
View File

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

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Oop_alapok", "Oop_alapok\Oop_alapok.csproj", "{B08627D4-6355-4E2C-A236-6AC983CA0A2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B08627D4-6355-4E2C-A236-6AC983CA0A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B08627D4-6355-4E2C-A236-6AC983CA0A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B08627D4-6355-4E2C-A236-6AC983CA0A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B08627D4-6355-4E2C-A236-6AC983CA0A2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E52665CC-2E06-4F6D-8D21-EEF217DF7E7C}
EndGlobalSection
EndGlobal