FccLite.sln 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 17
  4. VisualStudioVersion = 17.8.34601.278
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FccLife.Web", "src\FccLife.Web\FccLife.Web.csproj", "{5B1F4FB6-2881-406F-B3F2-AD4877FEA410}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Device", "Device", "{819D9FAB-5D03-4E85-AA78-CB21DA92B8C1}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FccLite.Device", "src\FccLite.Device\FccLite.Device.csproj", "{1AD1DF98-AEB7-47C6-AA39-190955FCC583}"
  11. EndProject
  12. Global
  13. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  14. Debug|Any CPU = Debug|Any CPU
  15. Release|Any CPU = Release|Any CPU
  16. EndGlobalSection
  17. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  18. {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  19. {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Debug|Any CPU.Build.0 = Debug|Any CPU
  20. {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  23. {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Debug|Any CPU.Build.0 = Debug|Any CPU
  24. {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Release|Any CPU.ActiveCfg = Release|Any CPU
  25. {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Release|Any CPU.Build.0 = Release|Any CPU
  26. EndGlobalSection
  27. GlobalSection(SolutionProperties) = preSolution
  28. HideSolutionNode = FALSE
  29. EndGlobalSection
  30. GlobalSection(NestedProjects) = preSolution
  31. {1AD1DF98-AEB7-47C6-AA39-190955FCC583} = {819D9FAB-5D03-4E85-AA78-CB21DA92B8C1}
  32. EndGlobalSection
  33. GlobalSection(ExtensibilityGlobals) = postSolution
  34. SolutionGuid = {A84B5401-4FC9-4750-80A9-A0CA5A3AA94A}
  35. EndGlobalSection
  36. EndGlobal