This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EdxDotnet.sln
69 lines (69 loc) · 4.06 KB
/
EdxDotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Solution Items", ".Solution Items", "{12A59BEE-F1EE-4C0A-81AA-B9066AF965E3}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Stub Environment", ".Stub Environment", "{B9F3ED6E-B488-492C-9A1F-1A0914A6FC24}"
ProjectSection(SolutionItems) = preProject
SETUP.md = SETUP.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statnett.EdxLib", "src\Statnett.EdxLib.csproj", "{59648398-6AEF-4B8E-AFAA-D5135C118120}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Statnett.EdxLib.Tests", "test\Statnett.EdxLib.Tests.csproj", "{D4015838-646E-46B9-991A-DB5E822E3776}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".Test", ".Test", "{5AD3F971-F5C6-478E-ADB1-A1C56F28E76D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{E4BDE7B4-5E1D-4F44-85DD-47DC8DEAACD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleReceiver", "examples\SimpleReceiver.csproj", "{E0B64A69-6F38-4FEE-806D-E2A931947ABE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSender", "examples\SimpleSender.csproj", "{AFE7E2CB-3928-4198-AD68-FB2615FCB9B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleReplyReceiver", "examples\SimpleReplyReceiver.csproj", "{60844797-8DBD-49FB-86BB-057720897A21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59648398-6AEF-4B8E-AFAA-D5135C118120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59648398-6AEF-4B8E-AFAA-D5135C118120}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59648398-6AEF-4B8E-AFAA-D5135C118120}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59648398-6AEF-4B8E-AFAA-D5135C118120}.Release|Any CPU.Build.0 = Release|Any CPU
{D4015838-646E-46B9-991A-DB5E822E3776}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4015838-646E-46B9-991A-DB5E822E3776}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4015838-646E-46B9-991A-DB5E822E3776}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4015838-646E-46B9-991A-DB5E822E3776}.Release|Any CPU.Build.0 = Release|Any CPU
{E0B64A69-6F38-4FEE-806D-E2A931947ABE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0B64A69-6F38-4FEE-806D-E2A931947ABE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0B64A69-6F38-4FEE-806D-E2A931947ABE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0B64A69-6F38-4FEE-806D-E2A931947ABE}.Release|Any CPU.Build.0 = Release|Any CPU
{AFE7E2CB-3928-4198-AD68-FB2615FCB9B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE7E2CB-3928-4198-AD68-FB2615FCB9B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE7E2CB-3928-4198-AD68-FB2615FCB9B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE7E2CB-3928-4198-AD68-FB2615FCB9B0}.Release|Any CPU.Build.0 = Release|Any CPU
{60844797-8DBD-49FB-86BB-057720897A21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60844797-8DBD-49FB-86BB-057720897A21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60844797-8DBD-49FB-86BB-057720897A21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60844797-8DBD-49FB-86BB-057720897A21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4015838-646E-46B9-991A-DB5E822E3776} = {5AD3F971-F5C6-478E-ADB1-A1C56F28E76D}
{E0B64A69-6F38-4FEE-806D-E2A931947ABE} = {E4BDE7B4-5E1D-4F44-85DD-47DC8DEAACD8}
{AFE7E2CB-3928-4198-AD68-FB2615FCB9B0} = {E4BDE7B4-5E1D-4F44-85DD-47DC8DEAACD8}
{60844797-8DBD-49FB-86BB-057720897A21} = {E4BDE7B4-5E1D-4F44-85DD-47DC8DEAACD8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D3E7A283-22F3-4057-8BF8-31E38A711DC1}
EndGlobalSection
EndGlobal