-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWindup.sln
32 lines (32 loc) · 1.86 KB
/
Windup.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windup.SerialTalker", "Windup.SerialTalker\Windup.SerialTalker.csproj", "{2453B3F5-E8E9-403D-A442-2034E27DE6B7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windup.SerialTalkerTest", "Windup.SerialTalkerTest\Windup.SerialTalkerTest.csproj", "{C3C4DE06-D1D3-4E7F-95DB-7CFF34D9E34B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windup.ConsoleTest", "Windup.ConsoleTest\Windup.ConsoleTest.csproj", "{335E82E9-F896-4204-9979-95FAE813A166}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2453B3F5-E8E9-403D-A442-2034E27DE6B7}.Debug|x86.ActiveCfg = Debug|Any CPU
{2453B3F5-E8E9-403D-A442-2034E27DE6B7}.Debug|x86.Build.0 = Debug|Any CPU
{2453B3F5-E8E9-403D-A442-2034E27DE6B7}.Release|x86.ActiveCfg = Release|Any CPU
{2453B3F5-E8E9-403D-A442-2034E27DE6B7}.Release|x86.Build.0 = Release|Any CPU
{335E82E9-F896-4204-9979-95FAE813A166}.Debug|x86.ActiveCfg = Debug|x86
{335E82E9-F896-4204-9979-95FAE813A166}.Debug|x86.Build.0 = Debug|x86
{335E82E9-F896-4204-9979-95FAE813A166}.Release|x86.ActiveCfg = Release|x86
{335E82E9-F896-4204-9979-95FAE813A166}.Release|x86.Build.0 = Release|x86
{C3C4DE06-D1D3-4E7F-95DB-7CFF34D9E34B}.Debug|x86.ActiveCfg = Debug|Any CPU
{C3C4DE06-D1D3-4E7F-95DB-7CFF34D9E34B}.Debug|x86.Build.0 = Debug|Any CPU
{C3C4DE06-D1D3-4E7F-95DB-7CFF34D9E34B}.Release|x86.ActiveCfg = Release|Any CPU
{C3C4DE06-D1D3-4E7F-95DB-7CFF34D9E34B}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Windup.ConsoleTest\Windup.ConsoleTest.csproj
EndGlobalSection
EndGlobal