[feat:] first project version

This commit is contained in:
Elias Fierke
2024-12-23 23:03:20 +01:00
parent 8c56577de0
commit 54d25ac155
8 changed files with 705 additions and 8 deletions

25
PLG-Exam.sln Normal file
View File

@@ -0,0 +1,25 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PLG-Exam", "PLG-Exam.csproj", "{F120D7C1-1272-40DA-9CBB-0EE2DC779632}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F120D7C1-1272-40DA-9CBB-0EE2DC779632}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F120D7C1-1272-40DA-9CBB-0EE2DC779632}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F120D7C1-1272-40DA-9CBB-0EE2DC779632}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F120D7C1-1272-40DA-9CBB-0EE2DC779632}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {357C5A9A-CDAF-4061-ABC2-8F768DA586D2}
EndGlobalSection
EndGlobal