@@ -1,8 +1,11 @@
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<TargetFramework > net472 </TargetFramework>
<TargetFramework > net471 </TargetFramework>
<AssemblyName > Wara-ModdingStatsHelper</AssemblyName>
<LangVersion > 7.3</LangVersion>
<Nullable > disable</Nullable>
<Deterministic > true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
@@ -10,52 +13,46 @@
</PropertyGroup>
<ItemGroup >
<Reference Include= "Aki.Comm on" >
<HintPath > dependencies\Aki.Comm on.dll</HintPath>
<Reference Include= "spt-reflecti on" >
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\plugins\spt\spt-reflecti on.dll</HintPath>
</Reference>
<Reference Include= "Aki.Reflecti on" >
<HintPath > dependencies\Aki.Reflecti on.dll</HintPath>
<Reference Include= "spt-comm on" >
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\plugins\spt\spt-comm on.dll</HintPath>
</Reference>
<Reference Include= "Assembly-CSharp" >
<HintPath > dependencies \Assembly-CSharp.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data \Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include= "BepInEx" >
<HintPath > dependencies \BepInEx.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\BepInEx\core \BepInEx.dll</HintPath>
</Reference>
<Reference Include= "BepInEx. Harmony" >
<HintPath > dependencies \BepInEx. Harmony.dll</HintPath>
<Reference Include= "0 Harmony" >
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov \BepInEx\core\0 Harmony.dll</HintPath>
</Reference>
<Reference Include= "Comfort" >
<HintPath > dependencies \Comfort.dll</HintPath>
</Reference>
<Reference Include= "Newtonsoft.Json" >
<HintPath > dependencies\Newtonsoft.Json.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \Comfort.dll</HintPath>
</Reference>
<Reference Include= "Sirenix.Serialization" >
<HintPath > dependencies \Sirenix.Serialization.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \Sirenix.Serialization.dll</HintPath>
</Reference>
<Reference Include= "System.Windows.Forms" />
<Reference Include= "UnityEngine" >
<HintPath > dependencies\Unity.TextMeshPro.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine" >
<HintPath > dependencies \UnityEngine.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \UnityEngine.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.CoreModule" >
<HintPath > dependencies \UnityEngine.CoreModule.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.AudioModule" >
<HintPath > dependencies \UnityEngine.AudioModule.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \UnityEngine.AudioModule.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.InputModule" >
<HintPath > dependencies \UnityEngine.InputModule.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \UnityEngine.InputModule.dll</HintPath>
</Reference>
<Reference Include= "UnityEngine.InputLegacyModule" >
<HintPath > dependencies \UnityEngine.InputLegacyModule.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \UnityEngine.InputLegacyModule.dll</HintPath>
</Reference>
<Reference Include= "System.IO" >
<HintPath > dependencies \System.Runtime.dll</HintPath>
<HintPath > C:\Games\Escape from Tarkov\Escape from Tarkov\EscapeFromTarkov_Data\Managed \System.Runtime.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
</Project>