-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRS232_Device_Driver.sln
executable file
·37 lines (37 loc) · 2.06 KB
/
RS232_Device_Driver.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 Version 16
VisualStudioVersion = 16.0.29806.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RS232_Device_Driver", "DeviceDriver\RS232_Device_Driver.csproj", "{66EC04F0-17E6-4D43-9CC7-01A494A71A48}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceSimulation", "DeviceSimulation\DeviceSimulation.csproj", "{47FFC64E-99E8-4B10-B401-93DE80AD0462}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DriverTests", "DriverTests\DriverTests.csproj", "{BD869A6B-8294-493D-AA69-2A7E072DAFE6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66EC04F0-17E6-4D43-9CC7-01A494A71A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66EC04F0-17E6-4D43-9CC7-01A494A71A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66EC04F0-17E6-4D43-9CC7-01A494A71A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66EC04F0-17E6-4D43-9CC7-01A494A71A48}.Release|Any CPU.Build.0 = Release|Any CPU
{47FFC64E-99E8-4B10-B401-93DE80AD0462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47FFC64E-99E8-4B10-B401-93DE80AD0462}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47FFC64E-99E8-4B10-B401-93DE80AD0462}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47FFC64E-99E8-4B10-B401-93DE80AD0462}.Release|Any CPU.Build.0 = Release|Any CPU
{BD869A6B-8294-493D-AA69-2A7E072DAFE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD869A6B-8294-493D-AA69-2A7E072DAFE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD869A6B-8294-493D-AA69-2A7E072DAFE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD869A6B-8294-493D-AA69-2A7E072DAFE6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C20807AC-E032-441C-88EF-1F128892956F}
EndGlobalSection
EndGlobal