-
Notifications
You must be signed in to change notification settings - Fork 145
/
h-opc.sln
44 lines (44 loc) · 2.3 KB
/
h-opc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "h-opc", "h-opc\h-opc.csproj", "{4F43B6F0-0C32-4C34-978E-9B8B5B0B6E80}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{53952D19-EEFC-499E-B92F-D3689AEAD82D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "h-opc-cli", "h-opc-cli\h-opc-cli.csproj", "{AC7F07EB-0762-4976-B833-C405780B094B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "!!!README!!!", "!!!README!!!", "{377773D6-B4D3-42F4-9185-2D35BDE38DD7}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{536FF3C8-BE70-4E83-8B88-A714A34B2764}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F43B6F0-0C32-4C34-978E-9B8B5B0B6E80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F43B6F0-0C32-4C34-978E-9B8B5B0B6E80}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F43B6F0-0C32-4C34-978E-9B8B5B0B6E80}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F43B6F0-0C32-4C34-978E-9B8B5B0B6E80}.Release|Any CPU.Build.0 = Release|Any CPU
{53952D19-EEFC-499E-B92F-D3689AEAD82D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53952D19-EEFC-499E-B92F-D3689AEAD82D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53952D19-EEFC-499E-B92F-D3689AEAD82D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53952D19-EEFC-499E-B92F-D3689AEAD82D}.Release|Any CPU.Build.0 = Release|Any CPU
{AC7F07EB-0762-4976-B833-C405780B094B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC7F07EB-0762-4976-B833-C405780B094B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC7F07EB-0762-4976-B833-C405780B094B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC7F07EB-0762-4976-B833-C405780B094B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal