-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTermiNet.sln
More file actions
82 lines (82 loc) · 4.84 KB
/
TermiNet.sln
File metadata and controls
82 lines (82 loc) · 4.84 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
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
71
72
73
74
75
76
77
78
79
80
81
82
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TermiNet", "src\TermiNet\TermiNet.csproj", "{3CE26922-C15D-4B58-813B-91AEA0A943CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A27904E2-0A55-4037-9B2B-802A5F4A2337}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TermiNet.Tests", "src\TermiNet.Tests\TermiNet.Tests.csproj", "{C2AA5818-5566-4DA9-8D78-B112EEB41C12}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{80F2AA87-0E76-4851-94DE-05A3CD3806F6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
common.props = common.props
default.ruleset = default.ruleset
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TermiNet.Sample", "src\TermiNet.Sample\TermiNet.Sample.csproj", "{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Debug|x64.ActiveCfg = Debug|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Debug|x64.Build.0 = Debug|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Debug|x86.ActiveCfg = Debug|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Debug|x86.Build.0 = Debug|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Release|Any CPU.Build.0 = Release|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Release|x64.ActiveCfg = Release|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Release|x64.Build.0 = Release|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Release|x86.ActiveCfg = Release|Any CPU
{3CE26922-C15D-4B58-813B-91AEA0A943CD}.Release|x86.Build.0 = Release|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Debug|x64.ActiveCfg = Debug|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Debug|x64.Build.0 = Debug|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Debug|x86.ActiveCfg = Debug|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Debug|x86.Build.0 = Debug|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Release|Any CPU.Build.0 = Release|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Release|x64.ActiveCfg = Release|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Release|x64.Build.0 = Release|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Release|x86.ActiveCfg = Release|Any CPU
{C2AA5818-5566-4DA9-8D78-B112EEB41C12}.Release|x86.Build.0 = Release|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Debug|x64.ActiveCfg = Debug|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Debug|x64.Build.0 = Debug|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Debug|x86.ActiveCfg = Debug|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Debug|x86.Build.0 = Debug|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Release|Any CPU.Build.0 = Release|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Release|x64.ActiveCfg = Release|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Release|x64.Build.0 = Release|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Release|x86.ActiveCfg = Release|Any CPU
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3CE26922-C15D-4B58-813B-91AEA0A943CD} = {A27904E2-0A55-4037-9B2B-802A5F4A2337}
{C2AA5818-5566-4DA9-8D78-B112EEB41C12} = {A27904E2-0A55-4037-9B2B-802A5F4A2337}
{02DC9023-A4F9-47C7-A8D2-2361BB32A8FC} = {A27904E2-0A55-4037-9B2B-802A5F4A2337}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C49198F-854E-4E0F-8141-F9FD1C161ED5}
EndGlobalSection
EndGlobal