-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathTrainingCode.sln
More file actions
66 lines (66 loc) · 3.89 KB
/
TrainingCode.sln
File metadata and controls
66 lines (66 loc) · 3.89 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Markdown", "Markdown", "{F9CE0DCE-E652-4F07-9E69-48695F1E60A4}"
ProjectSection(SolutionItems) = preProject
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{00D1A9C2-B5F0-4AF3-8072-F6C62B433612}") = "trainingdb01", "MetadataDB\trainingdb01.sqlproj", "{81250184-960A-45F7-B83C-ED33C7C81EAC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CustomActivity", "CustomActivity\CustomActivity.csproj", "{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}"
EndProject
Project("{C9674DCB-5085-4A16-B785-4C70DD1589BD}") = "SsisPackages", "SsisPackages\SsisPackages.dtproj", "{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ADFRoles", "ADFRoles", "{D83562E3-3339-4283-9DF0-25BDCDD7ACDA}"
ProjectSection(SolutionItems) = preProject
Roles\ADFPipelineExecutor.json = Roles\ADFPipelineExecutor.json
Roles\ADFReader.json = Roles\ADFReader.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Azure|Any CPU = Azure|Any CPU
Debug|Any CPU = Debug|Any CPU
Development|Any CPU = Development|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Azure|Any CPU.ActiveCfg = Release|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Azure|Any CPU.Build.0 = Release|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Azure|Any CPU.Deploy.0 = Release|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Development|Any CPU.Build.0 = Debug|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Development|Any CPU.Deploy.0 = Debug|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Release|Any CPU.Build.0 = Release|Any CPU
{81250184-960A-45F7-B83C-ED33C7C81EAC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Azure|Any CPU.ActiveCfg = Release|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Azure|Any CPU.Build.0 = Release|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Development|Any CPU.ActiveCfg = Debug|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Development|Any CPU.Build.0 = Debug|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A28FF1B-86E0-4B2F-94CB-E89914B50CE8}.Release|Any CPU.Build.0 = Release|Any CPU
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Azure|Any CPU.ActiveCfg = Azure
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Azure|Any CPU.Build.0 = Azure
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Debug|Any CPU.ActiveCfg = Development
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Debug|Any CPU.Build.0 = Development
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Development|Any CPU.ActiveCfg = Development
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Development|Any CPU.Build.0 = Development
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Release|Any CPU.ActiveCfg = Azure
{5EC9BEAF-8A59-4E91-886B-7AB9A624A2C0}.Release|Any CPU.Build.0 = Azure
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B787FFB-3D11-4A62-AC32-758FD0F44DFF}
EndGlobalSection
EndGlobal