123456789101112131415161718192021222324252627282930313233343536 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.8.34601.278
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FccLife.Web", "src\FccLife.Web\FccLife.Web.csproj", "{5B1F4FB6-2881-406F-B3F2-AD4877FEA410}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Device", "Device", "{819D9FAB-5D03-4E85-AA78-CB21DA92B8C1}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FccLite.Device", "src\FccLite.Device\FccLite.Device.csproj", "{1AD1DF98-AEB7-47C6-AA39-190955FCC583}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5B1F4FB6-2881-406F-B3F2-AD4877FEA410}.Release|Any CPU.Build.0 = Release|Any CPU
- {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1AD1DF98-AEB7-47C6-AA39-190955FCC583}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {1AD1DF98-AEB7-47C6-AA39-190955FCC583} = {819D9FAB-5D03-4E85-AA78-CB21DA92B8C1}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {A84B5401-4FC9-4750-80A9-A0CA5A3AA94A}
- EndGlobalSection
- EndGlobal
|