-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathOpcDaAeHdaSampleClients.sln
48 lines (48 loc) · 3.1 KB
/
OpcDaAeHdaSampleClients.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClients.Common", "examples\SampleClients\Common\SampleClients.Common.csproj", "{6142E9A6-5B32-423D-AEE2-DD23EA5B9BAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClients.Da", "examples\SampleClients\Da\SampleClients.Da.csproj", "{93559F35-12E1-406A-B851-F34B31B4393F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClients.ScPl", "examples\SampleClients\ScPL\SampleClients.ScPl.csproj", "{4511C3FC-4FDC-4D2C-9A98-8B086FE1E670}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClients.Hda", "examples\SampleClients\Hda\SampleClients.Hda.csproj", "{6CF23E4A-6088-4886-AFC5-83414D795270}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleClients.Ae", "examples\SampleClients\Ae\SampleClients.Ae.csproj", "{C5350C07-4FB2-4AD3-8E04-15544A506B4F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6142E9A6-5B32-423D-AEE2-DD23EA5B9BAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6142E9A6-5B32-423D-AEE2-DD23EA5B9BAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6142E9A6-5B32-423D-AEE2-DD23EA5B9BAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6142E9A6-5B32-423D-AEE2-DD23EA5B9BAB}.Release|Any CPU.Build.0 = Release|Any CPU
{93559F35-12E1-406A-B851-F34B31B4393F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93559F35-12E1-406A-B851-F34B31B4393F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93559F35-12E1-406A-B851-F34B31B4393F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93559F35-12E1-406A-B851-F34B31B4393F}.Release|Any CPU.Build.0 = Release|Any CPU
{4511C3FC-4FDC-4D2C-9A98-8B086FE1E670}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4511C3FC-4FDC-4D2C-9A98-8B086FE1E670}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4511C3FC-4FDC-4D2C-9A98-8B086FE1E670}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4511C3FC-4FDC-4D2C-9A98-8B086FE1E670}.Release|Any CPU.Build.0 = Release|Any CPU
{6CF23E4A-6088-4886-AFC5-83414D795270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CF23E4A-6088-4886-AFC5-83414D795270}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CF23E4A-6088-4886-AFC5-83414D795270}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CF23E4A-6088-4886-AFC5-83414D795270}.Release|Any CPU.Build.0 = Release|Any CPU
{C5350C07-4FB2-4AD3-8E04-15544A506B4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5350C07-4FB2-4AD3-8E04-15544A506B4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5350C07-4FB2-4AD3-8E04-15544A506B4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5350C07-4FB2-4AD3-8E04-15544A506B4F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33FA5BCB-C827-4D44-AECF-F51342DFE64A}
EndGlobalSection
EndGlobal