1234567891011121314151617181920212223242526272829303132 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.6.33829.357
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LVGL.Simulator", "LVGL.Simulator\LVGL.Simulator.vcxproj", "{3CA6E070-4AC1-475E-BB17-CF29AE4806DF}"
- ProjectSection(ProjectDependencies) = postProject
- {A3612FC9-7CDE-4C28-B1E2-9F83AB5A593C} = {A3612FC9-7CDE-4C28-B1E2-9F83AB5A593C}
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- Release|x86 = Release|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {3CA6E070-4AC1-475E-BB17-CF29AE4806DF}.Debug|x86.ActiveCfg = Debug|Win32
- {3CA6E070-4AC1-475E-BB17-CF29AE4806DF}.Debug|x86.Build.0 = Debug|Win32
- {3CA6E070-4AC1-475E-BB17-CF29AE4806DF}.Release|x86.ActiveCfg = Release|Win32
- {3CA6E070-4AC1-475E-BB17-CF29AE4806DF}.Release|x86.Build.0 = Release|Win32
- {A3612FC9-7CDE-4C28-B1E2-9F83AB5A593C}.Debug|x86.ActiveCfg = Debug|Win32
- {A3612FC9-7CDE-4C28-B1E2-9F83AB5A593C}.Debug|x86.Build.0 = Debug|Win32
- {A3612FC9-7CDE-4C28-B1E2-9F83AB5A593C}.Release|x86.ActiveCfg = Release|Win32
- {A3612FC9-7CDE-4C28-B1E2-9F83AB5A593C}.Release|x86.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {F07B2868-97B2-414D-A20F-85B77051DE80}
- EndGlobalSection
- EndGlobal
|