-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathHsu.NullModemEmulator.sln
51 lines (51 loc) · 2.74 KB
/
Hsu.NullModemEmulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F448B1BE-34BC-4DAA-9070-E046122F707E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hsu.NullModemEmulator", "src\Hsu.NullModemEmulator\Hsu.NullModemEmulator.csproj", "{44E063A2-74B2-4A6C-8F6C-4E44E859F232}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hsu.NullModemEmulator.Tests", "src\Hsu.NullModemEmulator.Tests\Hsu.NullModemEmulator.Tests.csproj", "{35ADD154-9760-4857-951D-902DAE661376}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nuke.Build", "nuke\Nuke.Build.csproj", "{0BC066C6-BCFD-4ED1-AC54-EDCC0B93BCA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuke", "nuke", "{18A17C99-D504-4E4D-9A6E-61D3C5DEE408}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{58061227-1669-44BA-B1F3-9AEC03B13EF6}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44E063A2-74B2-4A6C-8F6C-4E44E859F232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44E063A2-74B2-4A6C-8F6C-4E44E859F232}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44E063A2-74B2-4A6C-8F6C-4E44E859F232}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44E063A2-74B2-4A6C-8F6C-4E44E859F232}.Release|Any CPU.Build.0 = Release|Any CPU
{35ADD154-9760-4857-951D-902DAE661376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35ADD154-9760-4857-951D-902DAE661376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35ADD154-9760-4857-951D-902DAE661376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35ADD154-9760-4857-951D-902DAE661376}.Release|Any CPU.Build.0 = Release|Any CPU
{0BC066C6-BCFD-4ED1-AC54-EDCC0B93BCA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BC066C6-BCFD-4ED1-AC54-EDCC0B93BCA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{44E063A2-74B2-4A6C-8F6C-4E44E859F232} = {F448B1BE-34BC-4DAA-9070-E046122F707E}
{35ADD154-9760-4857-951D-902DAE661376} = {F448B1BE-34BC-4DAA-9070-E046122F707E}
{0BC066C6-BCFD-4ED1-AC54-EDCC0B93BCA9} = {18A17C99-D504-4E4D-9A6E-61D3C5DEE408}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD0A83CA-EC16-4A8E-989A-8167E0DAB0BD}
EndGlobalSection
EndGlobal