mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-21 20:56:08 +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.Tasks;
|
||||
using System.IO;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using Newtonsoft.Json.Serialization;
|
||||
using System.Drawing;
|
||||
using QRCoder;
|
||||
|
||||
namespace ProxySU
|
||||
{
|
||||
|
@ -52,11 +52,18 @@
|
||||
<ApplicationIcon>ProxySU.ico</ApplicationIcon>
|
||||
</PropertyGroup>
|
||||
<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">
|
||||
<HintPath>..\ssh.net\net40\Renci.SshNet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Core" />
|
||||
@ -135,4 +142,9 @@
|
||||
<Resource Include="ProxySU.ico" />
|
||||
</ItemGroup>
|
||||
<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>
|
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