generated from wazzamatazz/csharp-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJaahas.OpcUa.JsonEncoding.sln
70 lines (70 loc) · 3.34 KB
/
Jaahas.OpcUa.JsonEncoding.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{10A2813D-C970-4F6F-9A59-94F7C972257F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{C4C50D71-6AAC-45A9-9257-5D02A42B61DC}"
ProjectSection(SolutionItems) = preProject
build\Copyright.props = build\Copyright.props
build\NetFX.targets = build\NetFX.targets
build\README.md = build\README.md
build\version.json = build\version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{0390FA5C-0123-44B7-A7E9-794A9582CD41}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cake = build.cake
build.ps1 = build.ps1
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{ADFADB4B-0729-40E6-B241-6E1B89A8731C}"
ProjectSection(SolutionItems) = preProject
test\Directory.Build.props = test\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{9EC81ADF-5CE2-4140-96BC-958CB9E0365C}"
ProjectSection(SolutionItems) = preProject
samples\Directory.Build.props = samples\Directory.Build.props
samples\README.md = samples\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jaahas.OpcUa.JsonEncoding", "src\Jaahas.OpcUa.JsonEncoding\Jaahas.OpcUa.JsonEncoding.csproj", "{4FA7C4AB-B9DC-4249-A934-B82801181248}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EncoderExample", "samples\EncoderExample\EncoderExample.csproj", "{5111A6DA-81F0-47CD-AEEB-C82397492625}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FA7C4AB-B9DC-4249-A934-B82801181248}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA7C4AB-B9DC-4249-A934-B82801181248}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA7C4AB-B9DC-4249-A934-B82801181248}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA7C4AB-B9DC-4249-A934-B82801181248}.Release|Any CPU.Build.0 = Release|Any CPU
{5111A6DA-81F0-47CD-AEEB-C82397492625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5111A6DA-81F0-47CD-AEEB-C82397492625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5111A6DA-81F0-47CD-AEEB-C82397492625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5111A6DA-81F0-47CD-AEEB-C82397492625}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4FA7C4AB-B9DC-4249-A934-B82801181248} = {10A2813D-C970-4F6F-9A59-94F7C972257F}
{5111A6DA-81F0-47CD-AEEB-C82397492625} = {9EC81ADF-5CE2-4140-96BC-958CB9E0365C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94DF2EE3-033D-46CD-9EC3-7BC808B13372}
EndGlobalSection
EndGlobal