This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathConnectedfactory.sln
130 lines (130 loc) · 7.96 KB
/
Connectedfactory.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{3E3CB1FA-112D-49FB-A60A-71085BF01992}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42031CBE-7F96-4B37-8DE8-FE30A3F2B0CB}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
AppRolesForManifest.txt = AppRolesForManifest.txt
build.ps1 = build.ps1
license.txt = license.txt
README.md = README.md
THIRDPARTYNOTICE.txt = THIRDPARTYNOTICE.txt
VERSION.txt = VERSION.txt
WebEssentials-Settings.json = WebEssentials-Settings.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Simulation", "Simulation", "{63062CFC-9716-47F7-9997-29770F3FD984}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Factory", "Factory", "{FBBD7855-14C3-4046-A7D4-C58519BCE52A}"
ProjectSection(SolutionItems) = preProject
Simulation\Factory\Add-SimulationPublicIp.ps1 = Simulation\Factory\Add-SimulationPublicIp.ps1
Simulation\Factory\BuildAndRunSimulationLinux.sh = Simulation\Factory\BuildAndRunSimulationLinux.sh
Simulation\Factory\BuildSimulation.cmd = Simulation\Factory\BuildSimulation.cmd
Simulation\Factory\Disable-SimulationSshAccess.ps1 = Simulation\Factory\Disable-SimulationSshAccess.ps1
Simulation\Factory\Dockerfile = Simulation\Factory\Dockerfile
Simulation\Factory\Enable-SimulationSshAccess.ps1 = Simulation\Factory\Enable-SimulationSshAccess.ps1
Simulation\Factory\Get-SimulationLogs.ps1 = Simulation\Factory\Get-SimulationLogs.ps1
Simulation\Factory\Remove-SimulationPublicIp.ps1 = Simulation\Factory\Remove-SimulationPublicIp.ps1
Simulation\Factory\Update-Certificate.ps1 = Simulation\Factory\Update-Certificate.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Deployment", "Deployment", "{7490D6FB-41F2-4A5B-A9D8-94FE455E17DF}"
ProjectSection(SolutionItems) = preProject
Deployment\Application.json = Deployment\Application.json
Deployment\ConfigurationTemplate.config = Deployment\ConfigurationTemplate.config
Deployment\Connectedfactory.json = Deployment\Connectedfactory.json
Deployment\ConnectedfactoryMapKey.json = Deployment\ConnectedfactoryMapKey.json
Deployment\FactorySimulation.json = Deployment\FactorySimulation.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MES", "Simulation\Factory\MES\MES.csproj", "{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Station", "Simulation\Factory\Station\Station.csproj", "{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp", "WebApp\WebApp.csproj", "{2101F5D8-84ED-47BC-8254-6505819E17C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CreateCerts", "Simulation\Factory\CreateCerts\CreateCerts.csproj", "{CB468D21-E239-4367-82C6-F85EA904C2CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Debug|x64.ActiveCfg = Debug|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Debug|x64.Build.0 = Debug|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Debug|x86.ActiveCfg = Debug|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Debug|x86.Build.0 = Debug|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Release|Any CPU.Build.0 = Release|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Release|x64.ActiveCfg = Release|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Release|x64.Build.0 = Release|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Release|x86.ActiveCfg = Release|Any CPU
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA}.Release|x86.Build.0 = Release|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Debug|x64.ActiveCfg = Debug|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Debug|x64.Build.0 = Debug|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Debug|x86.Build.0 = Debug|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Release|Any CPU.Build.0 = Release|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Release|x64.ActiveCfg = Release|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Release|x64.Build.0 = Release|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Release|x86.ActiveCfg = Release|Any CPU
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9}.Release|x86.Build.0 = Release|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Debug|x64.ActiveCfg = Debug|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Debug|x64.Build.0 = Debug|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Debug|x86.ActiveCfg = Debug|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Debug|x86.Build.0 = Debug|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Release|Any CPU.Build.0 = Release|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Release|x64.ActiveCfg = Release|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Release|x64.Build.0 = Release|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Release|x86.ActiveCfg = Release|Any CPU
{2101F5D8-84ED-47BC-8254-6505819E17C6}.Release|x86.Build.0 = Release|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Debug|x64.ActiveCfg = Debug|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Debug|x64.Build.0 = Debug|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Debug|x86.ActiveCfg = Debug|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Debug|x86.Build.0 = Debug|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Release|Any CPU.Build.0 = Release|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Release|x64.ActiveCfg = Release|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Release|x64.Build.0 = Release|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Release|x86.ActiveCfg = Release|Any CPU
{CB468D21-E239-4367-82C6-F85EA904C2CE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBBD7855-14C3-4046-A7D4-C58519BCE52A} = {63062CFC-9716-47F7-9997-29770F3FD984}
{BB55757C-C3A2-4C1D-A1C6-1D67DE6699CA} = {FBBD7855-14C3-4046-A7D4-C58519BCE52A}
{5F0E884A-48AE-46FE-8105-4D8CAE4E8CB9} = {FBBD7855-14C3-4046-A7D4-C58519BCE52A}
{CB468D21-E239-4367-82C6-F85EA904C2CE} = {FBBD7855-14C3-4046-A7D4-C58519BCE52A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
LessCompiler = 2101f5d8-84ed-47bc-8254-6505819e17c6
SolutionGuid = {4321ACF4-D67E-49A2-AAC9-98B996541EB5}
EndGlobalSection
EndGlobal