Skip to content

Commit c16b921

Browse files
committed
Fix build error for missing Hi3Helper.SimpleZipArchiveReader
1 parent 25f6a2f commit c16b921

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CollapseLauncher.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "H.NotifyIcon", "H.NotifyIco
4242
EndProject
4343
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "H.NotifyIcon.WinUI", "H.NotifyIcon\src\libs\H.NotifyIcon.WinUI\H.NotifyIcon.WinUI.csproj", "{0128963B-3044-224A-7E5D-3FC91B8B054C}"
4444
EndProject
45+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Hi3Helper.SimpleZipArchiveReader", "Hi3Helper.SimpleZipArchiveReader\src\Hi3Helper.SimpleZipArchiveReader\Hi3Helper.SimpleZipArchiveReader.csproj", "{833CA9EB-26C4-D977-383C-E3F90AE509F9}"
46+
EndProject
4547
Global
4648
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4749
Debug|x64 = Debug|x64
@@ -168,6 +170,12 @@ Global
168170
{0128963B-3044-224A-7E5D-3FC91B8B054C}.Publish|x64.Build.0 = Release|x64
169171
{0128963B-3044-224A-7E5D-3FC91B8B054C}.Release|x64.ActiveCfg = Release|x64
170172
{0128963B-3044-224A-7E5D-3FC91B8B054C}.Release|x64.Build.0 = Release|x64
173+
{833CA9EB-26C4-D977-383C-E3F90AE509F9}.Debug|x64.ActiveCfg = Debug|x64
174+
{833CA9EB-26C4-D977-383C-E3F90AE509F9}.Debug|x64.Build.0 = Debug|x64
175+
{833CA9EB-26C4-D977-383C-E3F90AE509F9}.Publish|x64.ActiveCfg = Release|x64
176+
{833CA9EB-26C4-D977-383C-E3F90AE509F9}.Publish|x64.Build.0 = Release|x64
177+
{833CA9EB-26C4-D977-383C-E3F90AE509F9}.Release|x64.ActiveCfg = Release|x64
178+
{833CA9EB-26C4-D977-383C-E3F90AE509F9}.Release|x64.Build.0 = Release|x64
171179
EndGlobalSection
172180
GlobalSection(SolutionProperties) = preSolution
173181
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)