forked from Advance-Technologies-Foundation/clio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clio.sln
54 lines (54 loc) · 3 KB
/
clio.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "clio", "clio\clio.csproj", "{CE8FEF29-6FCA-44BD-96A4-19778B44989A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "clio.tests", "clio.tests\clio.tests.csproj", "{718FE94B-0CB7-4977-B2D7-E661C8E57555}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cliogate", "cliogate\cliogate.csproj", "{E24226F9-C177-458F-AF34-9338E2699983}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3189A0BE-B1FB-43D6-B60B-4D65C80179C7}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "cliogate.tests", "cliogate.tests\cliogate.tests.csproj", "{9DDD1340-FA52-4402-BF10-11C46BA9F7A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "clio.TestsAPI", "clio.TestsAPI\clio.TestsAPI.csproj", "{DD970BB9-CAD2-4C63-9017-91C6859B39EA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE8FEF29-6FCA-44BD-96A4-19778B44989A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE8FEF29-6FCA-44BD-96A4-19778B44989A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE8FEF29-6FCA-44BD-96A4-19778B44989A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE8FEF29-6FCA-44BD-96A4-19778B44989A}.Release|Any CPU.Build.0 = Release|Any CPU
{718FE94B-0CB7-4977-B2D7-E661C8E57555}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{718FE94B-0CB7-4977-B2D7-E661C8E57555}.Debug|Any CPU.Build.0 = Debug|Any CPU
{718FE94B-0CB7-4977-B2D7-E661C8E57555}.Release|Any CPU.ActiveCfg = Release|Any CPU
{718FE94B-0CB7-4977-B2D7-E661C8E57555}.Release|Any CPU.Build.0 = Release|Any CPU
{E24226F9-C177-458F-AF34-9338E2699983}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E24226F9-C177-458F-AF34-9338E2699983}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DDD1340-FA52-4402-BF10-11C46BA9F7A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DDD1340-FA52-4402-BF10-11C46BA9F7A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD970BB9-CAD2-4C63-9017-91C6859B39EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD970BB9-CAD2-4C63-9017-91C6859B39EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD970BB9-CAD2-4C63-9017-91C6859B39EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD970BB9-CAD2-4C63-9017-91C6859B39EA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2DEC7203-A0AA-4F2B-AEF8-20E88BA5C006}
EndGlobalSection
GlobalSection(RiderSharedRunConfigurations) = postSolution
File = clio.TestsAPI\API Test Report.run.xml
EndGlobalSection
EndGlobal