ml_vet: archive

This commit is contained in:
Hanz 2025-08-15 06:37:19 -05:00
parent 1b3eacd915
commit 2b97399a54
10 changed files with 0 additions and 7 deletions

View file

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