Projektdateien hinzufügen.

This commit is contained in:
2020-06-03 22:44:52 +02:00
parent 8852a91eaf
commit a15eb0585a
60 changed files with 40483 additions and 0 deletions

25
MultipleChoiceTrainer.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.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MultipleChoiceTrainer", "MultipleChoiceTrainer\MultipleChoiceTrainer.csproj", "{5B8B8E79-0139-4A22-A789-F9A4EBD703BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B8B8E79-0139-4A22-A789-F9A4EBD703BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8B8E79-0139-4A22-A789-F9A4EBD703BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8B8E79-0139-4A22-A789-F9A4EBD703BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8B8E79-0139-4A22-A789-F9A4EBD703BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B825E37C-F859-48AF-9688-57E595BE8AB3}
EndGlobalSection
EndGlobal