-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathUA-IIoT-StarterKit.sln
More file actions
52 lines (52 loc) · 3.28 KB
/
UA-IIoT-StarterKit.sln
File metadata and controls
52 lines (52 loc) · 3.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35527.113
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UaPublisher", "UaPublisher\UaPublisher.csproj", "{0217D22D-C6BA-4836-8281-C57F1EFB4967}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Stack", "Stack", "{60EA43E3-369A-4118-9DC6-736EA32FCD45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UaPubSubCommon", "UaPubSubCommon\UaPubSubCommon.csproj", "{C73AE405-EE72-4E7B-BF55-1EDCDD655C2F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UaSubscriber", "UaSubscriber\UaSubscriber.csproj", "{FFFD5B82-F337-489D-A595-0178542A58CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opc.Ua.Core", "UaStack\Stack\Opc.Ua.Core\Opc.Ua.Core.csproj", "{8E399BB4-02B4-4B17-A892-7CFFD0F8DA00}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Opc.Ua.Security.Certificates", "UaStack\Libraries\Opc.Ua.Security.Certificates\Opc.Ua.Security.Certificates.csproj", "{62AC476E-E590-4D81-81CA-73B53F6EE12B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0217D22D-C6BA-4836-8281-C57F1EFB4967}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0217D22D-C6BA-4836-8281-C57F1EFB4967}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0217D22D-C6BA-4836-8281-C57F1EFB4967}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0217D22D-C6BA-4836-8281-C57F1EFB4967}.Release|Any CPU.Build.0 = Release|Any CPU
{C73AE405-EE72-4E7B-BF55-1EDCDD655C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C73AE405-EE72-4E7B-BF55-1EDCDD655C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C73AE405-EE72-4E7B-BF55-1EDCDD655C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C73AE405-EE72-4E7B-BF55-1EDCDD655C2F}.Release|Any CPU.Build.0 = Release|Any CPU
{FFFD5B82-F337-489D-A595-0178542A58CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFFD5B82-F337-489D-A595-0178542A58CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFFD5B82-F337-489D-A595-0178542A58CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFFD5B82-F337-489D-A595-0178542A58CA}.Release|Any CPU.Build.0 = Release|Any CPU
{8E399BB4-02B4-4B17-A892-7CFFD0F8DA00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E399BB4-02B4-4B17-A892-7CFFD0F8DA00}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E399BB4-02B4-4B17-A892-7CFFD0F8DA00}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E399BB4-02B4-4B17-A892-7CFFD0F8DA00}.Release|Any CPU.Build.0 = Release|Any CPU
{62AC476E-E590-4D81-81CA-73B53F6EE12B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62AC476E-E590-4D81-81CA-73B53F6EE12B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62AC476E-E590-4D81-81CA-73B53F6EE12B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62AC476E-E590-4D81-81CA-73B53F6EE12B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8E399BB4-02B4-4B17-A892-7CFFD0F8DA00} = {60EA43E3-369A-4118-9DC6-736EA32FCD45}
{62AC476E-E590-4D81-81CA-73B53F6EE12B} = {60EA43E3-369A-4118-9DC6-736EA32FCD45}
EndGlobalSection
EndGlobal