-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAqoTestingServer.sln
52 lines (52 loc) · 3.2 KB
/
AqoTestingServer.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
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AqoTesting.WebApi", "AqoTesting.WebApi\AqoTesting.WebApi.csproj", "{B97D8F9A-44A2-4E5E-857F-E78626BE5044}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AqoTesting.Core", "AqoTesting.Core\AqoTesting.Core.csproj", "{B1474BED-5CB1-4115-8A0B-399B1FCD7401}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AqoTesting.Domain", "AqoTesting.Domain\AqoTesting.Domain.csproj", "{42D13B66-C2BD-4BB6-A04F-32D79F755CCC}"
ProjectSection(ProjectDependencies) = postProject
{8529824D-9DFF-4D62-B512-C6D4A641D692} = {8529824D-9DFF-4D62-B512-C6D4A641D692}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AqoTesting.Shared", "AqoTesting.Shared\AqoTesting.Shared.csproj", "{8529824D-9DFF-4D62-B512-C6D4A641D692}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AqoTesting.FileApi", "AqoTesting.FileApi\AqoTesting.FileApi.csproj", "{4774B463-51A2-496B-A8C4-195A4146C56F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B97D8F9A-44A2-4E5E-857F-E78626BE5044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97D8F9A-44A2-4E5E-857F-E78626BE5044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97D8F9A-44A2-4E5E-857F-E78626BE5044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97D8F9A-44A2-4E5E-857F-E78626BE5044}.Release|Any CPU.Build.0 = Release|Any CPU
{B1474BED-5CB1-4115-8A0B-399B1FCD7401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1474BED-5CB1-4115-8A0B-399B1FCD7401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1474BED-5CB1-4115-8A0B-399B1FCD7401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1474BED-5CB1-4115-8A0B-399B1FCD7401}.Release|Any CPU.Build.0 = Release|Any CPU
{42D13B66-C2BD-4BB6-A04F-32D79F755CCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42D13B66-C2BD-4BB6-A04F-32D79F755CCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42D13B66-C2BD-4BB6-A04F-32D79F755CCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42D13B66-C2BD-4BB6-A04F-32D79F755CCC}.Release|Any CPU.Build.0 = Release|Any CPU
{8529824D-9DFF-4D62-B512-C6D4A641D692}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8529824D-9DFF-4D62-B512-C6D4A641D692}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8529824D-9DFF-4D62-B512-C6D4A641D692}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8529824D-9DFF-4D62-B512-C6D4A641D692}.Release|Any CPU.Build.0 = Release|Any CPU
{4774B463-51A2-496B-A8C4-195A4146C56F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4774B463-51A2-496B-A8C4-195A4146C56F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4774B463-51A2-496B-A8C4-195A4146C56F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4774B463-51A2-496B-A8C4-195A4146C56F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {793B7C7F-628C-40BD-95C1-09338F3DD9F1}
EndGlobalSection
EndGlobal