-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWeaponBuildMaster.csproj
More file actions
59 lines (51 loc) · 1.86 KB
/
Copy pathWeaponBuildMaster.csproj
File metadata and controls
59 lines (51 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<OutDir>I:\TKF\BepInEx\plugins\WeaponBuildMaster</OutDir>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Comfort">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\Comfort.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Fika.Core">
<HintPath>I:\TKF\BepInEx\plugins\Fika\Fika.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="I:\TKF\BepInEx\core\0Harmony.dll">
<Private>False</Private>
</Reference>
<Reference Include="I:\TKF\BepInEx\core\BepInEx.dll">
<Private>False</Private>
</Reference>
<Reference Include="I:\TKF\BepInEx\plugins\spt\*.dll">
<Private>False</Private>
</Reference>
<Reference Include="I:\TKF\EscapeFromTarkov_Data\Managed\UnityEngine*.dll">
<Private>False</Private>
</Reference>
<Reference Include="I:\TKF\EscapeFromTarkov_Data\Managed\Assembly-CSharp.dll">
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Sirenix.Serialization">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\Sirenix.Serialization.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.TextMeshPro">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\Unity.TextMeshPro.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="locales\*.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>