-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSLC-AS-RDETestScript.sln
73 lines (73 loc) · 3.76 KB
/
SLC-AS-RDETestScript.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33502.453
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Internal", "Internal", "{1ACAA750-CE0F-473C-BF4B-B51FEA4AEF44}"
ProjectSection(SolutionItems) = preProject
Internal\.editorconfig = Internal\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{3CCE1996-EA65-4A97-A000-5B28A30488CA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{845F853D-8C33-48E0-86D4-484E2424F266}"
ProjectSection(SolutionItems) = preProject
Dlls\ABOUT.md = Dlls\ABOUT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CompanionFiles", "CompanionFiles", "{C649CFD0-55DC-4D65-B4FB-CEAB48AF006C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skyline DataMiner", "Skyline DataMiner", "{F2646799-E7F7-4699-934F-E638A975BD5B}"
ProjectSection(SolutionItems) = preProject
CompanionFiles\Skyline DataMiner\AboutThisFolder.md = CompanionFiles\Skyline DataMiner\AboutThisFolder.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{03F90FFB-4120-4EE3-9CB6-AA89F38F495F}"
ProjectSection(SolutionItems) = preProject
Documentation\ABOUT.md = Documentation\ABOUT.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F8938D60-51A0-4880-9CFC-19C66379BB5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Analysis", "Code Analysis", "{FCB6A477-7EAB-4C3E-824C-E44907AF4EA2}"
ProjectSection(SolutionItems) = preProject
Internal\Code Analysis\qaction-debug.ruleset = Internal\Code Analysis\qaction-debug.ruleset
Internal\Code Analysis\qaction-release.ruleset = Internal\Code Analysis\qaction-release.ruleset
Internal\Code Analysis\stylecop.json = Internal\Code Analysis\stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "testscript", "testscript", "{5C2F76CD-DA4B-40E5-872C-F5AEB0C5222E}"
ProjectSection(SolutionItems) = preProject
testscript.xml = testscript.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{DBB5B1E5-8760-40DC-879A-CDD330BC8799}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "testscript_1", "testscript_1\testscript_1.csproj", "{2F245D4A-7A48-4059-9E4E-4CF57266BF34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F245D4A-7A48-4059-9E4E-4CF57266BF34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F245D4A-7A48-4059-9E4E-4CF57266BF34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F245D4A-7A48-4059-9E4E-4CF57266BF34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F245D4A-7A48-4059-9E4E-4CF57266BF34}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F2646799-E7F7-4699-934F-E638A975BD5B} = {C649CFD0-55DC-4D65-B4FB-CEAB48AF006C}
{FCB6A477-7EAB-4C3E-824C-E44907AF4EA2} = {1ACAA750-CE0F-473C-BF4B-B51FEA4AEF44}
{5C2F76CD-DA4B-40E5-872C-F5AEB0C5222E} = {3CCE1996-EA65-4A97-A000-5B28A30488CA}
{DBB5B1E5-8760-40DC-879A-CDD330BC8799} = {5C2F76CD-DA4B-40E5-872C-F5AEB0C5222E}
{2F245D4A-7A48-4059-9E4E-4CF57266BF34} = {DBB5B1E5-8760-40DC-879A-CDD330BC8799}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8EB47E9-CD96-4FE8-B0B1-8A80A3C8CB94}
EndGlobalSection
EndGlobal