Add project files.

This commit is contained in:
TGeri
2026-09-08 22:05:31 +02:00
parent 7d761b1352
commit cec3b17c01
18 changed files with 889 additions and 0 deletions

31
KiMitTud.sln Normal file
View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35818.85 d17.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KiMitTud", "KiMitTud\KiMitTud.csproj", "{F5F43659-F262-4689-B6F6-DBB7825F849C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersenyzoGUI", "VersenyzoGUI\VersenyzoGUI.csproj", "{11850A57-8D45-4B2E-A513-85856158C152}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5F43659-F262-4689-B6F6-DBB7825F849C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5F43659-F262-4689-B6F6-DBB7825F849C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5F43659-F262-4689-B6F6-DBB7825F849C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5F43659-F262-4689-B6F6-DBB7825F849C}.Release|Any CPU.Build.0 = Release|Any CPU
{11850A57-8D45-4B2E-A513-85856158C152}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11850A57-8D45-4B2E-A513-85856158C152}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11850A57-8D45-4B2E-A513-85856158C152}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11850A57-8D45-4B2E-A513-85856158C152}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {154E0F93-2F1F-4CB3-A490-319EADD5F5F0}
EndGlobalSection
EndGlobal