forked from dathlin/ModBusTcpTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModBusTcpTools.sln
31 lines (31 loc) · 1.56 KB
/
ModBusTcpTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modbus.Server", "Modbus.Server\Modbus.Server.csproj", "{4F5AE9BD-769A-4588-B58F-AC8D8093675D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Modbus.Client", "Modbus.Client\Modbus.Client.csproj", "{4ABE08C0-EF26-4DC1-80C6-B6E67B75E2E5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F5AE9BD-769A-4588-B58F-AC8D8093675D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F5AE9BD-769A-4588-B58F-AC8D8093675D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F5AE9BD-769A-4588-B58F-AC8D8093675D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F5AE9BD-769A-4588-B58F-AC8D8093675D}.Release|Any CPU.Build.0 = Release|Any CPU
{4ABE08C0-EF26-4DC1-80C6-B6E67B75E2E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ABE08C0-EF26-4DC1-80C6-B6E67B75E2E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ABE08C0-EF26-4DC1-80C6-B6E67B75E2E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ABE08C0-EF26-4DC1-80C6-B6E67B75E2E5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E49FE83A-B48E-4601-A552-363C643F19CB}
EndGlobalSection
EndGlobal