-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExampleScript.sln
73 lines (73 loc) · 3.79 KB
/
ExampleScript.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", "{BD01E54B-E1C6-43F6-8C1D-46802804A651}"
ProjectSection(SolutionItems) = preProject
Internal\.editorconfig = Internal\.editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{2427A438-5C10-4977-A82D-024C7035DC99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dlls", "Dlls", "{E80C8A6D-8D3D-4FB3-87C8-F92F79C4F22F}"
ProjectSection(SolutionItems) = preProject
Dlls\ABOUT.md = Dlls\ABOUT.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CompanionFiles", "CompanionFiles", "{5E90D478-0ECA-46FA-853D-EC5772622ED5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skyline DataMiner", "Skyline DataMiner", "{FEFAB880-6D20-4EA4-8966-084E44B50C63}"
ProjectSection(SolutionItems) = preProject
CompanionFiles\Skyline DataMiner\AboutThisFolder.md = CompanionFiles\Skyline DataMiner\AboutThisFolder.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{4D510D5E-2991-400B-8923-65032307220B}"
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", "{60FB2871-7AC1-44AE-9A73-F1E6EF885B3C}"
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}") = "Example Script", "Example Script", "{DB96B91D-3ABC-4E97-9FDD-50F637CDA083}"
ProjectSection(SolutionItems) = preProject
Example Script.xml = Example Script.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Actions", "Actions", "{7AB15500-B980-4E1A-A5C6-A9CB8424ACEC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example Script_1", "Example Script_1\Example Script_1.csproj", "{87F1F7F3-3E82-49A3-94D3-0E66BA17B900}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{87F1F7F3-3E82-49A3-94D3-0E66BA17B900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{87F1F7F3-3E82-49A3-94D3-0E66BA17B900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{87F1F7F3-3E82-49A3-94D3-0E66BA17B900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{87F1F7F3-3E82-49A3-94D3-0E66BA17B900}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FEFAB880-6D20-4EA4-8966-084E44B50C63} = {5E90D478-0ECA-46FA-853D-EC5772622ED5}
{60FB2871-7AC1-44AE-9A73-F1E6EF885B3C} = {BD01E54B-E1C6-43F6-8C1D-46802804A651}
{DB96B91D-3ABC-4E97-9FDD-50F637CDA083} = {2427A438-5C10-4977-A82D-024C7035DC99}
{7AB15500-B980-4E1A-A5C6-A9CB8424ACEC} = {DB96B91D-3ABC-4E97-9FDD-50F637CDA083}
{87F1F7F3-3E82-49A3-94D3-0E66BA17B900} = {7AB15500-B980-4E1A-A5C6-A9CB8424ACEC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8BE0890-3F1F-4C2C-9200-3247AF9D8441}
EndGlobalSection
EndGlobal