feat(mod): added bundles

This commit is contained in:
Yui
2025-11-05 11:37:02 -03:00
parent b913eba0a6
commit 2f3f25667c
28 changed files with 48 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
<RootNamespace>WeebSights</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>WeebSights</AssemblyName>
</PropertyGroup>
<ItemGroup>
@@ -16,7 +17,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<Content Update="bundles.json">
<Content Include="bundles.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>