Added JSONHelper.cs, which has a JSON Parser. Should be removed when upgrading from .NET 2.0 to 3.5 or higher as we have framework solutions.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2076 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-09-21 10:49:09 +00:00
commit 079dab8621
2 changed files with 371 additions and 2 deletions

View file

@ -226,11 +226,15 @@
<Compile Include="Controls\GreenshotToolDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\OAuthLoginForm.cs" />
<Compile Include="Controls\OAuthLoginForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\OAuthLoginForm.Designer.cs">
<DependentUpon>OAuthLoginForm.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PleaseWaitForm.cs" />
<Compile Include="Controls\PleaseWaitForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\PleaseWaitForm.Designer.cs">
<DependentUpon>PleaseWaitForm.cs</DependentUpon>
</Compile>
@ -253,6 +257,7 @@
<Compile Include="Core\GreenshotResources.cs" />
<Compile Include="Core\IEHelper.cs" />
<Compile Include="Core\ImageHelper.cs" />
<Compile Include="Core\JSONHelper.cs" />
<Compile Include="Core\Language.cs" />
<Compile Include="Core\LogHelper.cs" />
<Compile Include="Core\NetworkHelper.cs" />