-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSLC-AS-EVT-TestScript.sln
73 lines (73 loc) · 3.83 KB
/
SLC-AS-EVT-TestScript.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", "{60F20295-E7EF-40E2-83FC-BCC0DF59D629}"
ProjectSection(SolutionItems) = preProject
Internal\.editorconfig = Internal\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{99E4AFE7-E686-4393-B86C-4616A63F19F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{311C59C7-B048-46FA-9298-6B3BE0AA2A7D}"
ProjectSection(SolutionItems) = preProject
Dlls\ABOUT.md = Dlls\ABOUT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CompanionFiles", "CompanionFiles", "{6D7308B0-D95F-4982-A7BA-2B2C8F1C919D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skyline DataMiner", "Skyline DataMiner", "{9A341846-C78C-4994-8C20-D0726C6146CF}"
ProjectSection(SolutionItems) = preProject
CompanionFiles\Skyline DataMiner\AboutThisFolder.md = CompanionFiles\Skyline DataMiner\AboutThisFolder.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{105F9ED6-2C72-4770-B578-26B6CD06BA60}"
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", "{5DA876E0-6B2D-4204-BF4D-F7A387D30ABF}"
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}") = "SLC-AS-EVTTestScript", "SLC-AS-EVTTestScript", "{F3FD3151-D55B-4444-9248-0CD37C198130}"
ProjectSection(SolutionItems) = preProject
SLC-AS-EVTTestScript.xml = SLC-AS-EVTTestScript.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{57ACE5E5-A37C-4FE4-90B2-4EE7100B064E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SLC-AS-EVTTestScript_1", "SLC-AS-EVTTestScript_1\SLC-AS-EVTTestScript_1.csproj", "{E8C70F35-138C-4175-AA80-BD242B2FF91E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8C70F35-138C-4175-AA80-BD242B2FF91E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8C70F35-138C-4175-AA80-BD242B2FF91E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8C70F35-138C-4175-AA80-BD242B2FF91E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8C70F35-138C-4175-AA80-BD242B2FF91E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9A341846-C78C-4994-8C20-D0726C6146CF} = {6D7308B0-D95F-4982-A7BA-2B2C8F1C919D}
{5DA876E0-6B2D-4204-BF4D-F7A387D30ABF} = {60F20295-E7EF-40E2-83FC-BCC0DF59D629}
{F3FD3151-D55B-4444-9248-0CD37C198130} = {99E4AFE7-E686-4393-B86C-4616A63F19F8}
{57ACE5E5-A37C-4FE4-90B2-4EE7100B064E} = {F3FD3151-D55B-4444-9248-0CD37C198130}
{E8C70F35-138C-4175-AA80-BD242B2FF91E} = {57ACE5E5-A37C-4FE4-90B2-4EE7100B064E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {66B8AAC2-0FBD-4D47-ACF3-9F1943F6F19B}
EndGlobalSection
EndGlobal