|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFrameworks>net461</TargetFrameworks> |
|
9 | 9 | <FileVersion>0.9.0.0</FileVersion> |
10 | 10 | <RepositoryUrl>https://github.com/GamingAPI/umod-rust-server-plugin.git</RepositoryUrl> |
11 | 11 | </PropertyGroup> |
| 12 | + |
| 13 | + <ItemGroup> |
| 14 | + <None Remove="Managed\System.Configuration.Install.dll" /> |
| 15 | + </ItemGroup> |
12 | 16 | <ItemGroup> |
13 | 17 | <Reference Include="0Harmony"> |
14 | 18 | <HintPath>Managed\0Harmony.dll</HintPath> |
15 | 19 | </Reference> |
16 | | - <Reference Include="Accessibility"/> |
| 20 | + <Reference Include="Accessibility" /> |
17 | 21 | <Reference Include="ApexAI"> |
18 | 22 | <HintPath>Managed\ApexAI.dll</HintPath> |
19 | 23 | </Reference> |
|
202 | 206 | <Reference Include="Rust.World"> |
203 | 207 | <HintPath>Managed\Rust.World.dll</HintPath> |
204 | 208 | </Reference> |
205 | | - <Reference Include="System"/> |
| 209 | + <Reference Include="System" /> |
206 | 210 | <Reference Include="System.Buffers"> |
207 | 211 | <HintPath>Managed\System.Buffers.dll</HintPath> |
208 | 212 | </Reference> |
209 | | - <Reference Include="System.ComponentModel.Composition"/> |
210 | | - <Reference Include="System.ComponentModel.DataAnnotations"/> |
211 | | - <Reference Include="System.Configuration"/> |
| 213 | + <Reference Include="System.ComponentModel.Composition" /> |
| 214 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
| 215 | + <Reference Include="System.Configuration" /> |
212 | 216 | <Reference Include="System.Configuration.Install"/> |
213 | | - <Reference Include="System.Data"/> |
| 217 | + <Reference Include="System.Data" /> |
214 | 218 | <Reference Include="System.Data.SQLite"> |
215 | 219 | <HintPath>Managed\System.Data.SQLite.dll</HintPath> |
216 | 220 | </Reference> |
217 | | - <Reference Include="System.Design"/> |
| 221 | + <Reference Include="System.Design" /> |
218 | 222 | <Reference Include="System.Diagnostics.StackTrace, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
219 | 223 | <SpecificVersion>False</SpecificVersion> |
220 | 224 | <HintPath>Managed\System.Diagnostics.StackTrace.dll</HintPath> |
221 | 225 | </Reference> |
222 | | - <Reference Include="System.DirectoryServices"/> |
223 | | - <Reference Include="System.Drawing"/> |
224 | | - <Reference Include="System.Drawing.Design"/> |
225 | | - <Reference Include="System.EnterpriseServices"/> |
| 226 | + <Reference Include="System.DirectoryServices" /> |
| 227 | + <Reference Include="System.Drawing" /> |
| 228 | + <Reference Include="System.Drawing.Design" /> |
| 229 | + <Reference Include="System.EnterpriseServices" /> |
226 | 230 | <Reference Include="System.Globalization.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
227 | 231 | <SpecificVersion>False</SpecificVersion> |
228 | 232 | <HintPath>Managed\System.Globalization.Extensions.dll</HintPath> |
229 | 233 | </Reference> |
230 | | - <Reference Include="System.IO.Compression"/> |
231 | | - <Reference Include="System.IO.Compression.FileSystem"/> |
| 234 | + <Reference Include="System.IO.Compression" /> |
| 235 | + <Reference Include="System.IO.Compression.FileSystem" /> |
232 | 236 | <Reference Include="System.Memory"> |
233 | 237 | <HintPath>Managed\System.Memory.dll</HintPath> |
234 | 238 | </Reference> |
235 | | - <Reference Include="System.Net.Http"/> |
236 | | - <Reference Include="System.Numerics"/> |
| 239 | + <Reference Include="System.Net.Http" /> |
| 240 | + <Reference Include="System.Numerics" /> |
237 | 241 | <Reference Include="System.Numerics.Vectors"> |
238 | 242 | <HintPath>Managed\System.Numerics.Vectors.dll</HintPath> |
239 | 243 | </Reference> |
|
243 | 247 | <Reference Include="System.Runtime.CompilerServices.Unsafe"> |
244 | 248 | <HintPath>Managed\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
245 | 249 | </Reference> |
246 | | - <Reference Include="System.Runtime.Serialization"/> |
247 | | - <Reference Include="System.Runtime.Serialization.Formatters.Soap"/> |
| 250 | + <Reference Include="System.Runtime.Serialization" /> |
| 251 | + <Reference Include="System.Runtime.Serialization.Formatters.Soap" /> |
248 | 252 | <Reference Include="System.Runtime.Serialization.Xml"> |
249 | 253 | <HintPath>Managed\System.Runtime.Serialization.Xml.dll</HintPath> |
250 | 254 | </Reference> |
251 | | - <Reference Include="System.Security"/> |
| 255 | + <Reference Include="System.Security" /> |
252 | 256 | <Reference Include="System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
253 | 257 | <SpecificVersion>False</SpecificVersion> |
254 | 258 | <HintPath>Managed\System.ServiceModel.Internals.dll</HintPath> |
255 | 259 | </Reference> |
256 | | - <Reference Include="System.Transactions"/> |
257 | | - <Reference Include="System.Web"/> |
258 | | - <Reference Include="System.Web.ApplicationServices"/> |
259 | | - <Reference Include="System.Web.Services"/> |
260 | | - <Reference Include="System.Windows.Forms"/> |
261 | | - <Reference Include="System.Xml"/> |
262 | | - <Reference Include="System.Xml.Linq"/> |
| 260 | + <Reference Include="System.Transactions" /> |
| 261 | + <Reference Include="System.Web" /> |
| 262 | + <Reference Include="System.Web.ApplicationServices" /> |
| 263 | + <Reference Include="System.Web.Services" /> |
| 264 | + <Reference Include="System.Windows.Forms" /> |
| 265 | + <Reference Include="System.Xml" /> |
| 266 | + <Reference Include="System.Xml.Linq" /> |
263 | 267 | <Reference Include="System.Xml.XPath.XDocument, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
264 | 268 | <SpecificVersion>False</SpecificVersion> |
265 | 269 | <HintPath>Managed\System.Xml.XPath.XDocument.dll</HintPath> |
|
449 | 453 | </Reference> |
450 | 454 | </ItemGroup> |
451 | 455 | <ItemGroup> |
452 | | - <PackageReference Include="Oxide.Ext.GamingApi" Version="0.13.0"/> |
| 456 | + <PackageReference Include="Oxide.Ext.GamingApi" Version="0.15.0" /> |
453 | 457 | </ItemGroup> |
454 | 458 | <ItemGroup> |
455 | 459 | <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> |
|
0 commit comments