Skip to content

Commit 05ea274

Browse files
shatyukaneon-nyan
authored andcommitted
Fix GI HDR FileNotFoundException
1 parent 9b08b36 commit 05ea274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CollapseLauncher/CollapseLauncher.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,16 +403,16 @@
403403
<FilesToDelete Include="$(PublishDir)Microsoft.Windows.Vision*.dll;" />
404404
<FilesToDelete Include="$(PublishDir)Microsoft.Windows.Workloads*.dll;" />
405405
<FilesToDelete Include="$(PublishDir)Microsoft.Windows.AI*.dll;" />
406+
<FilesToDelete Include="$(PublishDir)Microsoft.Windows.Widgets*.dll;" />
406407
<FilesToDelete Include="$(PublishDir)workloads*.json;" />
407408
</ItemGroup>
408409
<Delete Files="@(FilesToDelete)" />
409410
<Delete Files="$(PublishDir)aspnetcorev2_inprocess.dll" />
410411
<Delete Files="$(PublishDir)DwmSceneI.dll" />
411412
<Delete Files="$(PublishDir)DWriteCore.dll" />
412-
<Delete Files="$(PublishDir)Microsoft.Graphics.Display.dll" />
413413
<Delete Files="$(PublishDir)Microsoft.Graphics.Imaging.dll" />
414-
<Delete Files="$(PublishDir)Microsoft.Windows.Widgets.dll" />
415414
<Delete Files="$(PublishDir)Microsoft.WindowsAppRuntime.Bootstrap.dll" />
415+
<Delete Files="$(PublishDir)Microsoft.WindowsAppRuntime.Bootstrap.Net.dll" />
416416
<Delete Files="$(PublishDir)Microsoft.WindowsAppRuntime.Insights.Resource.dll" />
417417
<Delete Files="$(PublishDir)Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll" />
418418
<Delete Files="$(PublishDir)PushNotificationsLongRunningTask.ProxyStub.dll" />

0 commit comments

Comments
 (0)