| 123456789101112131415161718192021222324252627 |
-
- Microsoft Visual Studio Solution File, Format Version 11.00
- # Visual Studio 2010
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "modbus-sharp", "modbus-sharp.csproj", "{D877136A-3511-41B1-8ADA-4700361571E8}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libmodbus-sharp", "libmodbus-sharp\libmodbus-sharp.csproj", "{334AF314-DD00-44BA-AE03-CCD4CE364F3E}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Debug|x86.ActiveCfg = Debug|Any CPU
- {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Debug|x86.Build.0 = Debug|Any CPU
- {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Release|x86.ActiveCfg = Release|Any CPU
- {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Release|x86.Build.0 = Release|Any CPU
- {D877136A-3511-41B1-8ADA-4700361571E8}.Debug|x86.ActiveCfg = Debug|x86
- {D877136A-3511-41B1-8ADA-4700361571E8}.Debug|x86.Build.0 = Debug|x86
- {D877136A-3511-41B1-8ADA-4700361571E8}.Release|x86.ActiveCfg = Release|x86
- {D877136A-3511-41B1-8ADA-4700361571E8}.Release|x86.Build.0 = Release|x86
- EndGlobalSection
- GlobalSection(MonoDevelopProperties) = preSolution
- StartupItem = modbus-sharp.csproj
- EndGlobalSection
- EndGlobal
|