Added OAuth code, making it possible for Plugins to use a "Greenshot" generic way of authorizing with OAuth services.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2013 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-09-09 13:28:28 +00:00
commit b2ea24fd9a
4 changed files with 791 additions and 0 deletions

View file

@ -226,6 +226,10 @@
<Compile Include="Controls\GreenshotToolDropDownButton.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\OAuthLoginForm.cs" />
<Compile Include="Controls\OAuthLoginForm.Designer.cs">
<DependentUpon>OAuthLoginForm.cs</DependentUpon>
</Compile>
<Compile Include="Controls\PleaseWaitForm.cs" />
<Compile Include="Controls\PleaseWaitForm.Designer.cs">
<DependentUpon>PleaseWaitForm.cs</DependentUpon>
@ -252,6 +256,7 @@
<Compile Include="Core\Language.cs" />
<Compile Include="Core\LogHelper.cs" />
<Compile Include="Core\NetworkHelper.cs" />
<Compile Include="Core\OAuthHelper.cs" />
<Compile Include="Core\Objects.cs" />
<Compile Include="Core\PluginUtils.cs" />
<Compile Include="Core\QuantizerHelper.cs" />