-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutomationScript.sln
67 lines (67 loc) · 3.55 KB
/
AutomationScript.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Internal", "Internal", "{D5AFF786-CABF-40C0-861B-59AA963A6B52}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{FF84D137-EEFA-4A08-AFD6-9863C242C8D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{25DD177E-D37B-406B-B0D7-6BB783D8D5B8}"
ProjectSection(SolutionItems) = preProject
Dlls\AboutThisFolder.md = Dlls\AboutThisFolder.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CompanionFiles", "CompanionFiles", "{EEAB03D0-B083-47DE-855C-6A23A89AEA3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skyline DataMiner", "Skyline DataMiner", "{7DD74D69-44CD-4894-B548-96D782BA6350}"
ProjectSection(SolutionItems) = preProject
CompanionFiles\Skyline DataMiner\AboutThisFolder.md = CompanionFiles\Skyline DataMiner\AboutThisFolder.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{4B588994-7FB5-473D-A3CB-2F8AD86994A3}"
ProjectSection(SolutionItems) = preProject
Documentation\AboutThisFolder.md = Documentation\AboutThisFolder.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Code Analysis", "Code Analysis", "{7512D301-32A8-4FD0-916D-77922BB1322E}"
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
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GQIDSServiceAlarms", "GQIDSServiceAlarms", "{9A67E14E-CB6B-454F-A907-ED35036B6C76}"
ProjectSection(SolutionItems) = preProject
GQIDSServiceAlarms.xml = GQIDSServiceAlarms.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{FDE73EE3-F40B-4F03-BB05-A4E2B1C73FAA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GQIDSServiceAlarms_1", "GQIDSServiceAlarms_1\GQIDSServiceAlarms_1.csproj", "{EE994BDB-8D25-4367-B2AB-9B5F18352330}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE994BDB-8D25-4367-B2AB-9B5F18352330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE994BDB-8D25-4367-B2AB-9B5F18352330}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE994BDB-8D25-4367-B2AB-9B5F18352330}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE994BDB-8D25-4367-B2AB-9B5F18352330}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7DD74D69-44CD-4894-B548-96D782BA6350} = {EEAB03D0-B083-47DE-855C-6A23A89AEA3A}
{7512D301-32A8-4FD0-916D-77922BB1322E} = {D5AFF786-CABF-40C0-861B-59AA963A6B52}
{9A67E14E-CB6B-454F-A907-ED35036B6C76} = {FF84D137-EEFA-4A08-AFD6-9863C242C8D1}
{FDE73EE3-F40B-4F03-BB05-A4E2B1C73FAA} = {9A67E14E-CB6B-454F-A907-ED35036B6C76}
{EE994BDB-8D25-4367-B2AB-9B5F18352330} = {FDE73EE3-F40B-4F03-BB05-A4E2B1C73FAA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBC7E4DC-21E9-4061-931A-0CFD937C3F27}
EndGlobalSection
EndGlobal