Browse Source

better json format

tags/2.3
clowwindy 10 years ago
parent
commit
691e4c4573
2 changed files with 1945 additions and 1 deletions
  1. +1944
    -0
      shadowsocks-csharp/3rd/SimpleJson.cs
  2. +1
    -1
      shadowsocks-csharp/shadowsocks-csharp.csproj

+ 1944
- 0
shadowsocks-csharp/3rd/SimpleJson.cs
File diff suppressed because it is too large
View File


+ 1
- 1
shadowsocks-csharp/shadowsocks-csharp.csproj View File

@@ -83,6 +83,7 @@
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="3rd\SimpleJson.cs" />
<Compile Include="Controller\FileManager.cs" />
<Compile Include="Encrypt\EncryptorBase.cs" />
<Compile Include="Encrypt\EncryptorFactory.cs" />
@@ -131,7 +132,6 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="simple-json\src\SimpleJson\SimpleJson.cs" />
<None Include="Data\proxy.pac.txt.gz" />
</ItemGroup>
<ItemGroup>


Loading…
Cancel
Save