-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathOpcNetApi.sln
48 lines (48 loc) · 2.74 KB
/
OpcNetApi.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 16
VisualStudioVersion = 16.0.28729.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpcComRcw", "OpcComRcw\OpcComRcw.csproj", "{12478172-C21A-49DA-A5CE-91467CB4BC7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpcNetApi.Com", "OpcNetApi.Com\OpcNetApi.Com.csproj", "{12478172-C21A-49DA-A5CE-91467CB4BC7B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpcNetApi", "OpcNetApi\OpcNetApi.csproj", "{12478172-C21A-49DA-A5CE-91467CB4BC7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{916FEFC0-B6E3-417F-A851-5C858353A4AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "sample\SampleApp.csproj", "{AF1EDDC2-606F-4240-8591-B8975AC40F85}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12478172-C21A-49DA-A5CE-91467CB4BC7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7A}.Release|Any CPU.Build.0 = Release|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7B}.Release|Any CPU.Build.0 = Release|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12478172-C21A-49DA-A5CE-91467CB4BC7C}.Release|Any CPU.Build.0 = Release|Any CPU
{AF1EDDC2-606F-4240-8591-B8975AC40F85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF1EDDC2-606F-4240-8591-B8975AC40F85}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF1EDDC2-606F-4240-8591-B8975AC40F85}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF1EDDC2-606F-4240-8591-B8975AC40F85}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AF1EDDC2-606F-4240-8591-B8975AC40F85} = {916FEFC0-B6E3-417F-A851-5C858353A4AA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EA20D952-08F8-40ED-9A67-4B5D5405817D}
EndGlobalSection
EndGlobal