-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTOKS.sln
37 lines (37 loc) · 2.06 KB
/
TOKS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TOKS.UI", "TOKS.UI\TOKS.UI.csproj", "{A70F5D65-A132-474B-92D8-95981FB4FBA6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TOKS.UnitTests", "TOKS.UnitTests\TOKS.UnitTests.csproj", "{D78F9107-43D0-406D-A279-5188CBDA8539}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TOKS.SerialPortCommunicator", "TOKS.SerialPortCommunicator\TOKS.SerialPortCommunicator.csproj", "{8F84119C-6F14-401F-A3F9-DBBC322A49BD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A70F5D65-A132-474B-92D8-95981FB4FBA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A70F5D65-A132-474B-92D8-95981FB4FBA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A70F5D65-A132-474B-92D8-95981FB4FBA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A70F5D65-A132-474B-92D8-95981FB4FBA6}.Release|Any CPU.Build.0 = Release|Any CPU
{D78F9107-43D0-406D-A279-5188CBDA8539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D78F9107-43D0-406D-A279-5188CBDA8539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D78F9107-43D0-406D-A279-5188CBDA8539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D78F9107-43D0-406D-A279-5188CBDA8539}.Release|Any CPU.Build.0 = Release|Any CPU
{8F84119C-6F14-401F-A3F9-DBBC322A49BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F84119C-6F14-401F-A3F9-DBBC322A49BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F84119C-6F14-401F-A3F9-DBBC322A49BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F84119C-6F14-401F-A3F9-DBBC322A49BD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {004ACC9B-C9EC-4EFB-B849-80AFF210AA11}
EndGlobalSection
EndGlobal