IoTIntegrationPlatform.sln 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.5.33414.496
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTIntegrationPlatform", "IoTIntegrationPlatform\IoTIntegrationPlatform.csproj", "{D9631FF2-9F1F-487E-BA0A-67BC5D838E8E}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTIntegrationPlatform.Common", "IoTIntegrationPlatform.Common\IoTIntegrationPlatform.Common.csproj", "{1992F3BF-E7C1-4B0C-905A-CB839DF14003}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTIntegrationPlatform.Interface", "IoTIntegrationPlatform.Interface\IoTIntegrationPlatform.Interface.csproj", "{721F70E4-7685-45CB-A6FB-8F369314B516}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTIntegrationPlatform.Model", "IoTIntegrationPlatform.Model\IoTIntegrationPlatform.Model.csproj", "{5771CEB7-0CA7-40C2-AC18-0EE95507573E}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTIntegrationPlatform.Services", "IoTIntegrationPlatform.Services\IoTIntegrationPlatform.Services.csproj", "{2B0434F3-D180-4931-A60F-0752BC209323}"
  15. EndProject
  16. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IoTIntegrationPlatform.Repository", "IoTIntegrationPlatform.Repository\IoTIntegrationPlatform.Repository.csproj", "{80DC5878-57F1-46C5-86DA-F4AD44812219}"
  17. EndProject
  18. Global
  19. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  20. Debug|Any CPU = Debug|Any CPU
  21. Release|Any CPU = Release|Any CPU
  22. EndGlobalSection
  23. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  24. {D9631FF2-9F1F-487E-BA0A-67BC5D838E8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  25. {D9631FF2-9F1F-487E-BA0A-67BC5D838E8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  26. {D9631FF2-9F1F-487E-BA0A-67BC5D838E8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  27. {D9631FF2-9F1F-487E-BA0A-67BC5D838E8E}.Release|Any CPU.Build.0 = Release|Any CPU
  28. {1992F3BF-E7C1-4B0C-905A-CB839DF14003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  29. {1992F3BF-E7C1-4B0C-905A-CB839DF14003}.Debug|Any CPU.Build.0 = Debug|Any CPU
  30. {1992F3BF-E7C1-4B0C-905A-CB839DF14003}.Release|Any CPU.ActiveCfg = Release|Any CPU
  31. {1992F3BF-E7C1-4B0C-905A-CB839DF14003}.Release|Any CPU.Build.0 = Release|Any CPU
  32. {721F70E4-7685-45CB-A6FB-8F369314B516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  33. {721F70E4-7685-45CB-A6FB-8F369314B516}.Debug|Any CPU.Build.0 = Debug|Any CPU
  34. {721F70E4-7685-45CB-A6FB-8F369314B516}.Release|Any CPU.ActiveCfg = Release|Any CPU
  35. {721F70E4-7685-45CB-A6FB-8F369314B516}.Release|Any CPU.Build.0 = Release|Any CPU
  36. {5771CEB7-0CA7-40C2-AC18-0EE95507573E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  37. {5771CEB7-0CA7-40C2-AC18-0EE95507573E}.Debug|Any CPU.Build.0 = Debug|Any CPU
  38. {5771CEB7-0CA7-40C2-AC18-0EE95507573E}.Release|Any CPU.ActiveCfg = Release|Any CPU
  39. {5771CEB7-0CA7-40C2-AC18-0EE95507573E}.Release|Any CPU.Build.0 = Release|Any CPU
  40. {2B0434F3-D180-4931-A60F-0752BC209323}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  41. {2B0434F3-D180-4931-A60F-0752BC209323}.Debug|Any CPU.Build.0 = Debug|Any CPU
  42. {2B0434F3-D180-4931-A60F-0752BC209323}.Release|Any CPU.ActiveCfg = Release|Any CPU
  43. {2B0434F3-D180-4931-A60F-0752BC209323}.Release|Any CPU.Build.0 = Release|Any CPU
  44. {80DC5878-57F1-46C5-86DA-F4AD44812219}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  45. {80DC5878-57F1-46C5-86DA-F4AD44812219}.Debug|Any CPU.Build.0 = Debug|Any CPU
  46. {80DC5878-57F1-46C5-86DA-F4AD44812219}.Release|Any CPU.ActiveCfg = Release|Any CPU
  47. {80DC5878-57F1-46C5-86DA-F4AD44812219}.Release|Any CPU.Build.0 = Release|Any CPU
  48. EndGlobalSection
  49. GlobalSection(SolutionProperties) = preSolution
  50. HideSolutionNode = FALSE
  51. EndGlobalSection
  52. GlobalSection(ExtensibilityGlobals) = postSolution
  53. SolutionGuid = {EAAAAB48-03C0-4D3F-8462-C4FDE81A9B24}
  54. EndGlobalSection
  55. EndGlobal