-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpProxy.csproj
More file actions
19 lines (17 loc) · 749 Bytes
/
HttpProxy.csproj
File metadata and controls
19 lines (17 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<AssemblyName>net.laoplus.HttpProxy</AssemblyName>
<Product>HttpProxy</Product>
<Description>Set global proxy for BestHTTP</Description>
<Version>1.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BepInEx.IL2CPP" Version="6.0.0-*" IncludeAssets="compile" />
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.*" />
<PackageReference Include="LastOrigin.GameLibs" Version="*-*" />
</ItemGroup>
</Project>