Skip to content

Commit

Permalink
Move LvglProjectFileUpdater project to LVGL.MaintainerTools solution.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jan 18, 2024
1 parent c7b958a commit b8a2521
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
12 changes: 12 additions & 0 deletions LVGL.MaintainerTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LvglProjectFileUpdater", "LvglProjectFileUpdater\LvglProjectFileUpdater.csproj", "{23084A8F-78FA-4023-AC3C-6F5C98EFE9CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{23084A8F-78FA-4023-AC3C-6F5C98EFE9CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23084A8F-78FA-4023-AC3C-6F5C98EFE9CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23084A8F-78FA-4023-AC3C-6F5C98EFE9CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23084A8F-78FA-4023-AC3C-6F5C98EFE9CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
Expand Down
15 changes: 0 additions & 15 deletions LVGL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LvglWindowsSimulator", "Lvg
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LvglWindowsDesktopApplication", "LvglWindowsDesktopApplication\LvglWindowsDesktopApplication.vcxproj", "{7148D2C8-4594-4054-95F2-6211DA069D8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MaintainerTools", "MaintainerTools", "{85FDA2EE-3116-4F9B-A1F6-902D500D13F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LvglProjectFileUpdater", "LvglProjectFileUpdater\LvglProjectFileUpdater.csproj", "{BC189C8F-CE33-4E2F-B671-581B9540A977}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Expand Down Expand Up @@ -45,21 +41,10 @@ Global
{7148D2C8-4594-4054-95F2-6211DA069D8F}.Release|x64.Build.0 = Release|x64
{7148D2C8-4594-4054-95F2-6211DA069D8F}.Release|x86.ActiveCfg = Release|Win32
{7148D2C8-4594-4054-95F2-6211DA069D8F}.Release|x86.Build.0 = Release|Win32
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Debug|x64.ActiveCfg = Debug|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Debug|x86.ActiveCfg = Debug|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Debug|x86.Build.0 = Debug|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Release|ARM64.ActiveCfg = Release|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Release|x64.ActiveCfg = Release|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Release|x86.ActiveCfg = Release|Any CPU
{BC189C8F-CE33-4E2F-B671-581B9540A977}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BC189C8F-CE33-4E2F-B671-581B9540A977} = {85FDA2EE-3116-4F9B-A1F6-902D500D13F6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F07B2868-97B2-414D-A20F-85B77051DE80}
EndGlobalSection
Expand Down

0 comments on commit b8a2521

Please sign in to comment.