-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSCModelFunctions.sln
More file actions
43 lines (43 loc) · 2.43 KB
/
MSCModelFunctions.sln
File metadata and controls
43 lines (43 loc) · 2.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OPC", "OPC\OPC.csproj", "{80895780-985A-4D61-9143-5114F30AC0AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "COM", "COM\COM.csproj", "{340E789D-4CED-4C04-84D3-27E74BF23559}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CLR", "CLR\CLR.csproj", "{4234C891-73B8-4E32-AB92-87FBB58BBD7E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SDK_Template", "SDK_Template\SDK_Template.csproj", "{7E7DE5CB-F6DB-49EA-B7D9-D1B44E6D0E4E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{80895780-985A-4D61-9143-5114F30AC0AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80895780-985A-4D61-9143-5114F30AC0AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80895780-985A-4D61-9143-5114F30AC0AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80895780-985A-4D61-9143-5114F30AC0AD}.Release|Any CPU.Build.0 = Release|Any CPU
{340E789D-4CED-4C04-84D3-27E74BF23559}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{340E789D-4CED-4C04-84D3-27E74BF23559}.Debug|Any CPU.Build.0 = Debug|Any CPU
{340E789D-4CED-4C04-84D3-27E74BF23559}.Release|Any CPU.ActiveCfg = Release|Any CPU
{340E789D-4CED-4C04-84D3-27E74BF23559}.Release|Any CPU.Build.0 = Release|Any CPU
{4234C891-73B8-4E32-AB92-87FBB58BBD7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4234C891-73B8-4E32-AB92-87FBB58BBD7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4234C891-73B8-4E32-AB92-87FBB58BBD7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4234C891-73B8-4E32-AB92-87FBB58BBD7E}.Release|Any CPU.Build.0 = Release|Any CPU
{7E7DE5CB-F6DB-49EA-B7D9-D1B44E6D0E4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E7DE5CB-F6DB-49EA-B7D9-D1B44E6D0E4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E7DE5CB-F6DB-49EA-B7D9-D1B44E6D0E4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E7DE5CB-F6DB-49EA-B7D9-D1B44E6D0E4E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2273518-091F-4AB5-9190-789B1B594888}
EndGlobalSection
EndGlobal