CWX-mods/Live/Kaeno-TraderScrolling/Kaeno-TraderScrolling.csproj

44 lines
1.6 KiB
XML
Raw Normal View History

2024-02-06 00:14:43 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2024-07-06 22:05:04 +01:00
<TargetFramework>net471</TargetFramework>
</PropertyGroup>
<ItemGroup>
2024-02-06 00:14:43 +00:00
<Reference Include="0Harmony">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\0Harmony.dll</HintPath>
2024-02-06 00:14:43 +00:00
</Reference>
2024-07-06 22:05:04 +01:00
<Reference Include="spt-Reflection">
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\spt-Reflection.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="BepInEx">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\BepInEx.dll</HintPath>
</Reference>
<Reference Include="Comfort">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\Comfort.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\Newtonsoft.Json.dll</HintPath>
2024-02-06 00:14:43 +00:00
</Reference>
<Reference Include="Sirenix.Serialization">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\Sirenix.Serialization.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
2024-07-06 22:05:04 +01:00
<HintPath>D:\HomeRepos\CWX-MegaMod\shared\UnityEngine.UIModule.dll</HintPath>
</Reference>
</ItemGroup>
</Project>