1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{8424C5D8-334F-4CAB-B3C8-4D7635283B7F}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >CustomServersClient</RootNamespace >
11
+ <AssemblyName >CustomServersClient</AssemblyName >
12
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <Deterministic >true</Deterministic >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <OutputPath >bin\Release\</OutputPath >
29
+ <DefineConstants >TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <ItemGroup >
34
+ <Reference Include =" 0Harmony" >
35
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\core\0Harmony.dll</HintPath >
36
+ <Private >False</Private >
37
+ </Reference >
38
+ <Reference Include =" Assembly-CSharp" >
39
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\unhollowed\Assembly-CSharp.dll</HintPath >
40
+ <Private >False</Private >
41
+ </Reference >
42
+ <Reference Include =" BepInEx.Core" >
43
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\core\BepInEx.Core.dll</HintPath >
44
+ <Private >False</Private >
45
+ </Reference >
46
+ <Reference Include =" BepInEx.IL2CPP" >
47
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\core\BepInEx.IL2CPP.dll</HintPath >
48
+ <Private >False</Private >
49
+ </Reference >
50
+ <Reference Include =" Il2Cppmscorlib" >
51
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\unhollowed\Il2Cppmscorlib.dll</HintPath >
52
+ <Private >False</Private >
53
+ </Reference >
54
+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
55
+ <SpecificVersion >False</SpecificVersion >
56
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\core\Newtonsoft.Json.dll</HintPath >
57
+ <Private >False</Private >
58
+ </Reference >
59
+ <Reference Include =" System" />
60
+ <Reference Include =" System.Core" />
61
+ <Reference Include =" System.Drawing" />
62
+ <Reference Include =" System.Windows.Forms" />
63
+ <Reference Include =" System.Xml.Linq" />
64
+ <Reference Include =" System.Data.DataSetExtensions" />
65
+ <Reference Include =" Microsoft.CSharp" />
66
+ <Reference Include =" System.Data" />
67
+ <Reference Include =" System.Net.Http" />
68
+ <Reference Include =" System.Xml" />
69
+ <Reference Include =" UnhollowerBaseLib" >
70
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\core\UnhollowerBaseLib.dll</HintPath >
71
+ <Private >False</Private >
72
+ </Reference >
73
+ <Reference Include =" UnityEngine" >
74
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\unhollowed\UnityEngine.dll</HintPath >
75
+ <Private >False</Private >
76
+ </Reference >
77
+ <Reference Include =" UnityEngine.CoreModule" >
78
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\unhollowed\UnityEngine.CoreModule.dll</HintPath >
79
+ <Private >False</Private >
80
+ </Reference >
81
+ <Reference Include =" UnityEngine.UI" >
82
+ <HintPath >D:\andru\Desktop\Among Us\BepInEx\unhollowed\UnityEngine.UI.dll</HintPath >
83
+ <Private >False</Private >
84
+ </Reference >
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Compile Include =" CustomServerInfo.cs" />
88
+ <Compile Include =" CustomServersPlugin.cs" />
89
+ <Compile Include =" CustomServersPatches.cs" />
90
+ <Compile Include =" UI\EditServerForm.cs" >
91
+ <SubType >Form</SubType >
92
+ </Compile >
93
+ <Compile Include =" UI\EditServerForm.designer.cs" >
94
+ <DependentUpon >EditServerForm.cs</DependentUpon >
95
+ </Compile >
96
+ <Compile Include =" Properties\AssemblyInfo.cs" />
97
+ <Compile Include =" UI\ServersManagementForm.cs" >
98
+ <SubType >Form</SubType >
99
+ </Compile >
100
+ <Compile Include =" UI\ServersManagementForm.designer.cs" >
101
+ <DependentUpon >ServersManagementForm.cs</DependentUpon >
102
+ </Compile >
103
+ </ItemGroup >
104
+ <ItemGroup >
105
+ <EmbeddedResource Include =" UI\EditServerForm.resx" >
106
+ <DependentUpon >EditServerForm.cs</DependentUpon >
107
+ </EmbeddedResource >
108
+ <EmbeddedResource Include =" UI\ServersManagementForm.resx" >
109
+ <DependentUpon >ServersManagementForm.cs</DependentUpon >
110
+ </EmbeddedResource >
111
+ </ItemGroup >
112
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
113
+ </Project >
0 commit comments