modbus-sharp.sln 1.3 KB

123456789101112131415161718192021222324252627
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 11.00
  3. # Visual Studio 2010
  4. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "modbus-sharp", "modbus-sharp.csproj", "{D877136A-3511-41B1-8ADA-4700361571E8}"
  5. EndProject
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libmodbus-sharp", "libmodbus-sharp\libmodbus-sharp.csproj", "{334AF314-DD00-44BA-AE03-CCD4CE364F3E}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|x86 = Debug|x86
  11. Release|x86 = Release|x86
  12. EndGlobalSection
  13. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  14. {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Debug|x86.ActiveCfg = Debug|Any CPU
  15. {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Debug|x86.Build.0 = Debug|Any CPU
  16. {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Release|x86.ActiveCfg = Release|Any CPU
  17. {334AF314-DD00-44BA-AE03-CCD4CE364F3E}.Release|x86.Build.0 = Release|Any CPU
  18. {D877136A-3511-41B1-8ADA-4700361571E8}.Debug|x86.ActiveCfg = Debug|x86
  19. {D877136A-3511-41B1-8ADA-4700361571E8}.Debug|x86.Build.0 = Debug|x86
  20. {D877136A-3511-41B1-8ADA-4700361571E8}.Release|x86.ActiveCfg = Release|x86
  21. {D877136A-3511-41B1-8ADA-4700361571E8}.Release|x86.Build.0 = Release|x86
  22. EndGlobalSection
  23. GlobalSection(MonoDevelopProperties) = preSolution
  24. StartupItem = modbus-sharp.csproj
  25. EndGlobalSection
  26. EndGlobal