-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleQuizz_Prototype.sln
More file actions
43 lines (43 loc) · 2.69 KB
/
SimpleQuizz_Prototype.sln
File metadata and controls
43 lines (43 loc) · 2.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleQuizz_Prototype", "SimpleQuizz_Prototype\SimpleQuizz_Prototype.csproj", "{B11CCA68-6608-410F-A165-DFD548624AA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleQuizz_Prototype_Host", "SimpleQuizz_Prototype_Host\SimpleQuizz_Prototype_Host.csproj", "{5E0F3B2F-F99A-4D30-87F5-34BAEF64A058}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleQuizz_Prototype_Participant", "SimpleQuizz_Prototype_Participant\SimpleQuizz_Prototype_Participant.csproj", "{F097C905-EF78-4CF9-BFF4-327D63A3C498}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleQuizz_Prototype_Helpers", "SimpleQuizz_Prototype_Helpers\SimpleQuizz_Prototype_Helpers.csproj", "{964FCC42-CAD8-4CFB-AA12-239C0B74FB8C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B11CCA68-6608-410F-A165-DFD548624AA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B11CCA68-6608-410F-A165-DFD548624AA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B11CCA68-6608-410F-A165-DFD548624AA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B11CCA68-6608-410F-A165-DFD548624AA5}.Release|Any CPU.Build.0 = Release|Any CPU
{5E0F3B2F-F99A-4D30-87F5-34BAEF64A058}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E0F3B2F-F99A-4D30-87F5-34BAEF64A058}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E0F3B2F-F99A-4D30-87F5-34BAEF64A058}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E0F3B2F-F99A-4D30-87F5-34BAEF64A058}.Release|Any CPU.Build.0 = Release|Any CPU
{F097C905-EF78-4CF9-BFF4-327D63A3C498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F097C905-EF78-4CF9-BFF4-327D63A3C498}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F097C905-EF78-4CF9-BFF4-327D63A3C498}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F097C905-EF78-4CF9-BFF4-327D63A3C498}.Release|Any CPU.Build.0 = Release|Any CPU
{964FCC42-CAD8-4CFB-AA12-239C0B74FB8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{964FCC42-CAD8-4CFB-AA12-239C0B74FB8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{964FCC42-CAD8-4CFB-AA12-239C0B74FB8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{964FCC42-CAD8-4CFB-AA12-239C0B74FB8C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EA1E25B-BA0D-4CFB-94A1-36F3783496D7}
EndGlobalSection
EndGlobal