-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOracle.csproj
More file actions
82 lines (67 loc) · 2.52 KB
/
Copy pathOracle.csproj
File metadata and controls
82 lines (67 loc) · 2.52 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<OutDir>I:\TKF\BepInEx\plugins\Oracle</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="DissonanceVoip">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\DissonanceVoip.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="ItemComponent.Types">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\ItemComponent.Types.dll</HintPath>
<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="System.Drawing.Design">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\System.Drawing.Design.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System.Windows.Forms">
<HintPath>I:\TKF\EscapeFromTarkov_Data\Managed\System.Windows.Forms.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="crosshairs\*.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="locales\*.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Remove="Combat\FlashPlayer.cs~RF1e6395bb.TMP" />
</ItemGroup>
</Project>