i hope ts works

This commit is contained in:
2026-06-20 10:48:55 -06:00
parent 6ff9194e29
commit ce7d747ab5
477 changed files with 26547 additions and 5 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" ?>
<Project>
<PropertyGroup>
<GamePath>C:\Program Files (x86)\Steam\steamapps\common\Gorilla Tag</GamePath>
<GameAssemblyPath>$(GamePath)\Gorilla Tag_Data\Managed</GameAssemblyPath>
<BepInExAssemblyPath>$(GamePath)\BepInEx\core</BepInExAssemblyPath>
<PluginsPath>$(GamePath)\BepInEx\plugins</PluginsPath>
</PropertyGroup>
<PropertyGroup Condition="'$(CI)'=='TRUE'">
<GameAssemblyPath>.\Libs</GameAssemblyPath>
<BepInExAssemblyPath>.\Libs</BepInExAssemblyPath>
<PluginsPath>.\Libs</PluginsPath>
<WarningLevel>0</WarningLevel>
</PropertyGroup>
</Project>