-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOPCUA.Common.sln
40 lines (40 loc) · 1.98 KB
/
OPCUA.Common.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1622
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UA.Common", "UA.Common\UA.Common.csproj", "{37AFB65F-D781-4AF3-B90E-1F26A7D2BA7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UA.Common.UnitTests", "UA.Common.UnitTests\UA.Common.UnitTests.csproj", "{10B46F61-3E76-4E0F-B23A-F16B0BC0D5BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7E33EFE0-344A-4D53-B094-4999EC7AC821}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
NuGet.Config = NuGet.Config
README.md = README.md
SolutionMetadataTemplate.t4 = SolutionMetadataTemplate.t4
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37AFB65F-D781-4AF3-B90E-1F26A7D2BA7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37AFB65F-D781-4AF3-B90E-1F26A7D2BA7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37AFB65F-D781-4AF3-B90E-1F26A7D2BA7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37AFB65F-D781-4AF3-B90E-1F26A7D2BA7A}.Release|Any CPU.Build.0 = Release|Any CPU
{10B46F61-3E76-4E0F-B23A-F16B0BC0D5BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10B46F61-3E76-4E0F-B23A-F16B0BC0D5BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10B46F61-3E76-4E0F-B23A-F16B0BC0D5BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10B46F61-3E76-4E0F-B23A-F16B0BC0D5BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {27736C4D-E4DC-480C-B36B-216C8B161A57}
EndGlobalSection
EndGlobal