mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 13:16:09 +03:00
添加Json,Qrcoder引用库
This commit is contained in:
parent
2956c2d703
commit
ea03d1ae6d
@ -16,6 +16,11 @@ using System.Text.RegularExpressions;
|
|||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
using Newtonsoft.Json.Linq;
|
||||||
|
using Newtonsoft.Json.Serialization;
|
||||||
|
using System.Drawing;
|
||||||
|
using QRCoder;
|
||||||
|
|
||||||
namespace ProxySU
|
namespace ProxySU
|
||||||
{
|
{
|
||||||
|
@ -52,11 +52,18 @@
|
|||||||
<ApplicationIcon>ProxySU.ico</ApplicationIcon>
|
<ApplicationIcon>ProxySU.ico</ApplicationIcon>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="Newtonsoft.Json">
|
||||||
|
<HintPath>..\json.net\net40\Newtonsoft.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
|
<Reference Include="QRCoder">
|
||||||
|
<HintPath>..\qrcoder\net40\QRCoder.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="Renci.SshNet">
|
<Reference Include="Renci.SshNet">
|
||||||
<HintPath>..\ssh.net\net40\Renci.SshNet.dll</HintPath>
|
<HintPath>..\ssh.net\net40\Renci.SshNet.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Drawing" />
|
||||||
<Reference Include="System.Xml" />
|
<Reference Include="System.Xml" />
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
@ -135,4 +142,9 @@
|
|||||||
<Resource Include="ProxySU.ico" />
|
<Resource Include="ProxySU.ico" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<PostBuildEvent>del "$(TargetDir)*.xml"
|
||||||
|
del "$(TargetDir)*.pdb"
|
||||||
|
"D:\Program Files\7-Zip\7z.exe" a $(TargetDir)Release.zip $(TargetDir)</PostBuildEvent>
|
||||||
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
BIN
ProxySU/bin/Release/Newtonsoft.Json.dll
Normal file
BIN
ProxySU/bin/Release/Newtonsoft.Json.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
ProxySU/bin/Release/QRCoder.dll
Normal file
BIN
ProxySU/bin/Release/QRCoder.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
json.net/net40/Newtonsoft.Json.dll
Normal file
BIN
json.net/net40/Newtonsoft.Json.dll
Normal file
Binary file not shown.
9646
json.net/net40/Newtonsoft.Json.xml
Normal file
9646
json.net/net40/Newtonsoft.Json.xml
Normal file
File diff suppressed because it is too large
Load Diff
1
json.net/net40/README.md
Normal file
1
json.net/net40/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
forked from https://github.com/JamesNK/Newtonsoft.Json
|
BIN
qrcoder/net40/QRCoder.dll
Normal file
BIN
qrcoder/net40/QRCoder.dll
Normal file
Binary file not shown.
19415
ssh.net/net40/Renci.SshNet.xml
Normal file
19415
ssh.net/net40/Renci.SshNet.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user