This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathModemToolkit.sln
39 lines (39 loc) · 2.19 KB
/
ModemToolkit.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModemToolkit.Common", "ModemToolkit.Common\ModemToolkit.Common.csproj", "{AF9E8D3B-0EB0-4E72-B9E6-C379B2EE0FC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModemToolkit.Console", "ModemToolkit.Console\ModemToolkit.Console.csproj", "{DE3521C2-C43B-4C25-9AF5-54EF9A15C4C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModemToolkit.Service", "ModemToolkit.Service\ModemToolkit.Service.csproj", "{2650A919-C186-4456-B046-1409983E60BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F2F6B22E-5B83-42C1-80D9-229651F1B6BE}"
ProjectSection(SolutionItems) = preProject
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
{AF9E8D3B-0EB0-4E72-B9E6-C379B2EE0FC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF9E8D3B-0EB0-4E72-B9E6-C379B2EE0FC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF9E8D3B-0EB0-4E72-B9E6-C379B2EE0FC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF9E8D3B-0EB0-4E72-B9E6-C379B2EE0FC6}.Release|Any CPU.Build.0 = Release|Any CPU
{DE3521C2-C43B-4C25-9AF5-54EF9A15C4C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE3521C2-C43B-4C25-9AF5-54EF9A15C4C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE3521C2-C43B-4C25-9AF5-54EF9A15C4C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE3521C2-C43B-4C25-9AF5-54EF9A15C4C9}.Release|Any CPU.Build.0 = Release|Any CPU
{2650A919-C186-4456-B046-1409983E60BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2650A919-C186-4456-B046-1409983E60BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2650A919-C186-4456-B046-1409983E60BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2650A919-C186-4456-B046-1409983E60BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal