-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjet_Quizz.sln
41 lines (41 loc) · 1.96 KB
/
Projet_Quizz.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizz_Web", "Quizz_Web\Quizz_Web.csproj", "{DF9AECC3-1E23-4CA1-9237-ACA19E9EB0CE}"
ProjectSection(ProjectDependencies) = postProject
{6BB28466-F3F4-4F8A-9AB0-AC6977AD1125} = {6BB28466-F3F4-4F8A-9AB0-AC6977AD1125}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Autres", "Autres", "{91D50CD0-6B1A-4FB5-9240-9369AE9A198D}"
ProjectSection(SolutionItems) = preProject
bdd_schema.txt = bdd_schema.txt
README.md = README.md
test.txt = test.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quizz_Models", "Quizz_Models\Quizz_Models.csproj", "{6BB28466-F3F4-4F8A-9AB0-AC6977AD1125}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF9AECC3-1E23-4CA1-9237-ACA19E9EB0CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF9AECC3-1E23-4CA1-9237-ACA19E9EB0CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF9AECC3-1E23-4CA1-9237-ACA19E9EB0CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF9AECC3-1E23-4CA1-9237-ACA19E9EB0CE}.Release|Any CPU.Build.0 = Release|Any CPU
{6BB28466-F3F4-4F8A-9AB0-AC6977AD1125}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BB28466-F3F4-4F8A-9AB0-AC6977AD1125}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BB28466-F3F4-4F8A-9AB0-AC6977AD1125}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BB28466-F3F4-4F8A-9AB0-AC6977AD1125}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C9A97449-2622-4674-A4EF-13AE58AF4F93}
EndGlobalSection
EndGlobal