-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathq-and-a.sln
43 lines (43 loc) · 2.49 KB
/
q-and-a.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
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QA.Server", "QA.Server\QA.Server.csproj", "{88F27EE9-3340-4D6E-A761-C7BFF6DA7B94}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QA.Core", "QA.Core\QA.Core.csproj", "{CB3D3266-7FF5-4E12-8C2A-EAAEE78C9ACF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QA.Core.UnitTests", "QA.Core.UnitTests\QA.Core.UnitTests.csproj", "{B088DB1E-803B-4A6A-8833-DDAF9131CEC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QA.Infra", "QA.Infra\QA.Infra.csproj", "{C86BAAEE-7BB6-4010-92D4-04D15135FFEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88F27EE9-3340-4D6E-A761-C7BFF6DA7B94}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88F27EE9-3340-4D6E-A761-C7BFF6DA7B94}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88F27EE9-3340-4D6E-A761-C7BFF6DA7B94}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88F27EE9-3340-4D6E-A761-C7BFF6DA7B94}.Release|Any CPU.Build.0 = Release|Any CPU
{CB3D3266-7FF5-4E12-8C2A-EAAEE78C9ACF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB3D3266-7FF5-4E12-8C2A-EAAEE78C9ACF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB3D3266-7FF5-4E12-8C2A-EAAEE78C9ACF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB3D3266-7FF5-4E12-8C2A-EAAEE78C9ACF}.Release|Any CPU.Build.0 = Release|Any CPU
{B088DB1E-803B-4A6A-8833-DDAF9131CEC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B088DB1E-803B-4A6A-8833-DDAF9131CEC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B088DB1E-803B-4A6A-8833-DDAF9131CEC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B088DB1E-803B-4A6A-8833-DDAF9131CEC6}.Release|Any CPU.Build.0 = Release|Any CPU
{C86BAAEE-7BB6-4010-92D4-04D15135FFEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C86BAAEE-7BB6-4010-92D4-04D15135FFEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C86BAAEE-7BB6-4010-92D4-04D15135FFEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C86BAAEE-7BB6-4010-92D4-04D15135FFEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC7250E1-29EB-4FEF-8037-750B6EA17750}
EndGlobalSection
EndGlobal