ml_dht: archive

This commit is contained in:
Hanz 2025-08-15 07:07:09 -05:00
parent da6b917d89
commit 987bf62382
16 changed files with 0 additions and 7 deletions

View file

@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>DesktopHeadTracking</AssemblyName>
<PackageId>DesktopHeadTracking</PackageId>
<Product>DesktopHeadTracking</Product>
</PropertyGroup>
<ItemGroup>
<None Remove="DesktopHeadTracking.json" />
<None Remove="resources/mod_menu.js" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="resources/mod_menu.js" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="../js/mods_extension.js" Link="resources/mods_extension.js" />
</ItemGroup>
</Project>