Skip to content

Commit

Permalink
chore: Move to target
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Aug 6, 2024
1 parent e2a28ee commit 9946d31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Uno.Gallery/Uno.Gallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<EmbeddedResource Include="Platforms\WebAssembly\WasmScripts\*.js" />
<ConfigFiles Include="Platforms\WebAssembly\tsconfig.json" />
</ItemGroup>

<Target Name="_AddGalleryJsToEmbeddedResources" AfterTargets="CompileTypeScriptWithTSConfig" BeforeTargets="_GenerateCompileInputs">
<EmbeddedResource Include="Platforms\WebAssembly\WasmScripts\*.js" />
</Target>
</Project>

0 comments on commit 9946d31

Please sign in to comment.