-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpeedrunningUtils.csproj
93 lines (93 loc) · 5.09 KB
/
SpeedrunningUtils.csproj
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
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<RootNamespace>vap-sru</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="BepInEx">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo\BepInEx\core\BepInEx.dll</HintPath>
</Reference>
<Reference Include="UIWindowPageFramework">
<HintPath>../Dlls/UIWindowPageFramework.dll</HintPath>
</Reference>
<Reference Include="MainMenuSettings">
<HintPath>../Dlls/MainMenuSettings.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.AnimationModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.AnimationModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.CoreModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.PhysicsModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.PhysicsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TextRenderingModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.TextRenderingModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIElementsModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UIElementsModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIElementsNativeModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UIElementsNativeModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UIModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UIModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityCurlModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UnityCurlModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestAudioModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UnityWebRequestModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestTextureModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UnityWebRequestWWWModule">
<HintPath>../../../.local/share/Steam/steamapps/common/VA Proxy Demo/VA-Proxy_Data\Managed\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
</Reference>
<Reference Include="0Harmony">
<HintPath>/home/eva/.local/share/Steam/steamapps/common/VA Proxy Demo/BepInEx/core/0Harmony.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="libraries/*" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.JSON" Version="13.0.3" />
<PackageReference Include="TcpSharp" Version="1.3.6" />
<PackageReference Include="WatsonWebsocket" Version="4.1.2" />
</ItemGroup>
</Project>