Skip to content

Commit

Permalink
fix(windows): fix missing images when building with New Arch (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Aug 13, 2024
1 parent 5810d97 commit 7d022e0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions windows/Win32/ReactApp.Package.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<Image Include="Images\SplashScreen.scale-200.png" />
<Image Include="Images\Square150x150Logo.scale-100.png" />
<Image Include="Images\Square150x150Logo.scale-200.png" />
<Image Include="Images\Square150x150Logo.scale-400.png" />
<Image Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
<Image Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
<Image Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
<Image Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
<Image Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
<Image Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
<Image Include="Images\Square44x44Logo.scale-100.png" />
<Image Include="Images\Square44x44Logo.scale-200.png" />
<Image Include="Images\Square44x44Logo.scale-400.png" />
<Image Include="Images\Square44x44Logo.targetsize-16.png" />
<Image Include="Images\Square44x44Logo.targetsize-256.png" />
<Image Include="Images\Square44x44Logo.targetsize-48.png" />
<Image Include="Images\StoreLogo.scale-100.png" />
<Image Include="Images\StoreLogo.scale-200.png" />
<Image Include="Images\StoreLogo.scale-400.png" />
<Image Include="Images\Wide310x150Logo.scale-200.png" />
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-100.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-400.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-16.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-256.png" />
<Content Include="Images\Square44x44Logo.altform-lightunplated_targetsize-48.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-16.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-256.png" />
<Content Include="Images\Square44x44Logo.altform-unplated_targetsize-48.png" />
<Content Include="Images\Square44x44Logo.scale-100.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-400.png" />
<Content Include="Images\Square44x44Logo.targetsize-16.png" />
<Content Include="Images\Square44x44Logo.targetsize-256.png" />
<Content Include="Images\Square44x44Logo.targetsize-48.png" />
<Content Include="Images\StoreLogo.scale-100.png" />
<Content Include="Images\StoreLogo.scale-200.png" />
<Content Include="Images\StoreLogo.scale-400.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="ReactApp.vcxproj">
Expand Down

0 comments on commit 7d022e0

Please sign in to comment.