-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuizSystem.sln
37 lines (37 loc) · 1.99 KB
/
QuizSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{815CE524-3884-4F26-9A1D-77F7ABCEDCAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{7958A48E-3320-466F-920C-6DAEBBFA77C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{86F43D3A-B007-4BB4-A1B0-5DC84CF7A98B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{815CE524-3884-4F26-9A1D-77F7ABCEDCAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{815CE524-3884-4F26-9A1D-77F7ABCEDCAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{815CE524-3884-4F26-9A1D-77F7ABCEDCAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{815CE524-3884-4F26-9A1D-77F7ABCEDCAC}.Release|Any CPU.Build.0 = Release|Any CPU
{7958A48E-3320-466F-920C-6DAEBBFA77C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7958A48E-3320-466F-920C-6DAEBBFA77C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7958A48E-3320-466F-920C-6DAEBBFA77C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7958A48E-3320-466F-920C-6DAEBBFA77C1}.Release|Any CPU.Build.0 = Release|Any CPU
{86F43D3A-B007-4BB4-A1B0-5DC84CF7A98B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86F43D3A-B007-4BB4-A1B0-5DC84CF7A98B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86F43D3A-B007-4BB4-A1B0-5DC84CF7A98B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86F43D3A-B007-4BB4-A1B0-5DC84CF7A98B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B0442F75-3396-46A7-AA1A-1272D0B08BC5}
EndGlobalSection
EndGlobal