Merge pull request #1738 from lithium720/master

Lithiio - Removed anonymous upload support
This commit is contained in:
Jaex 2016-07-23 08:27:59 +03:00 committed by GitHub
commit 76294b41ea
4 changed files with 88 additions and 126 deletions

View file

@ -42,7 +42,7 @@ public class LithiioFileUploaderService : FileUploaderService
public override bool CheckConfig(UploadersConfig config)
{
return config.LithiioSettings != null;
return config.LithiioSettings != null && !string.IsNullOrEmpty(config.LithiioSettings.UserAPIKey);
}
public override GenericUploader CreateUploader(UploadersConfig config, TaskReferenceHelper taskInfo)
@ -62,7 +62,7 @@ public Lithiio(LithiioSettings config)
Config = config;
}
private const string uploadUrl = "http://api.lithi.io/v2/";
private const string uploadUrl = "http://api.lithi.io/v3/";
public static string[] UploadURLs = new string[] { "https://i.lithi.io/", "https://lithi.io/i/", "https://i.mugi.io/", "https://mugi.io/i/" };

View file

@ -377,7 +377,6 @@ private void InitializeComponent()
this.lblSulAPIKey = new System.Windows.Forms.Label();
this.tpLithiio = new System.Windows.Forms.TabPage();
this.btnLithiioGetAPIKey = new System.Windows.Forms.Button();
this.lblLithiioInfo = new System.Windows.Forms.Label();
this.lblLithiioApiKey = new System.Windows.Forms.Label();
this.txtLithiioApiKey = new System.Windows.Forms.TextBox();
this.lblLithiioUploadURL = new System.Windows.Forms.Label();
@ -436,6 +435,7 @@ private void InitializeComponent()
this.lblUpasteUserKey = new System.Windows.Forms.Label();
this.txtUpasteUserKey = new System.Windows.Forms.TextBox();
this.tpHastebin = new System.Windows.Forms.TabPage();
this.cbHastebinUseFileExtension = new System.Windows.Forms.CheckBox();
this.txtHastebinSyntaxHighlighting = new System.Windows.Forms.TextBox();
this.txtHastebinCustomDomain = new System.Windows.Forms.TextBox();
this.lblHastebinSyntaxHighlighting = new System.Windows.Forms.Label();
@ -530,7 +530,6 @@ private void InitializeComponent()
this.tcUploaders = new System.Windows.Forms.TabControl();
this.lblWidthHint = new System.Windows.Forms.Label();
this.ttlvMain = new ShareX.HelpersLib.TabToListView();
this.cbHastebinUseFileExtension = new System.Windows.Forms.CheckBox();
this.atcImgurAccountType = new ShareX.UploadersLib.AccountTypeControl();
this.oauth2Imgur = new ShareX.UploadersLib.OAuthControl();
this.atcTinyPicAccountType = new ShareX.UploadersLib.AccountTypeControl();
@ -3140,7 +3139,6 @@ private void InitializeComponent()
// tpLithiio
//
this.tpLithiio.Controls.Add(this.btnLithiioGetAPIKey);
this.tpLithiio.Controls.Add(this.lblLithiioInfo);
this.tpLithiio.Controls.Add(this.lblLithiioApiKey);
this.tpLithiio.Controls.Add(this.txtLithiioApiKey);
this.tpLithiio.Controls.Add(this.lblLithiioUploadURL);
@ -3156,11 +3154,6 @@ private void InitializeComponent()
this.btnLithiioGetAPIKey.UseVisualStyleBackColor = true;
this.btnLithiioGetAPIKey.Click += new System.EventHandler(this.btnLithiioGetAPIKey_Click);
//
// lblLithiioInfo
//
resources.ApplyResources(this.lblLithiioInfo, "lblLithiioInfo");
this.lblLithiioInfo.Name = "lblLithiioInfo";
//
// lblLithiioApiKey
//
resources.ApplyResources(this.lblLithiioApiKey, "lblLithiioApiKey");
@ -3584,6 +3577,13 @@ private void InitializeComponent()
this.tpHastebin.Name = "tpHastebin";
this.tpHastebin.UseVisualStyleBackColor = true;
//
// cbHastebinUseFileExtension
//
resources.ApplyResources(this.cbHastebinUseFileExtension, "cbHastebinUseFileExtension");
this.cbHastebinUseFileExtension.Name = "cbHastebinUseFileExtension";
this.cbHastebinUseFileExtension.UseVisualStyleBackColor = true;
this.cbHastebinUseFileExtension.CheckedChanged += new System.EventHandler(this.cbHastebinUseFileExtension_CheckedChanged);
//
// txtHastebinSyntaxHighlighting
//
resources.ApplyResources(this.txtHastebinSyntaxHighlighting, "txtHastebinSyntaxHighlighting");
@ -4259,13 +4259,6 @@ private void InitializeComponent()
this.ttlvMain.MainTabControl = null;
this.ttlvMain.Name = "ttlvMain";
//
// cbHastebinUseFileExtension
//
resources.ApplyResources(this.cbHastebinUseFileExtension, "cbHastebinUseFileExtension");
this.cbHastebinUseFileExtension.Name = "cbHastebinUseFileExtension";
this.cbHastebinUseFileExtension.UseVisualStyleBackColor = true;
this.cbHastebinUseFileExtension.CheckedChanged += new System.EventHandler(this.cbHastebinUseFileExtension_CheckedChanged);
//
// atcImgurAccountType
//
resources.ApplyResources(this.atcImgurAccountType, "atcImgurAccountType");
@ -4908,7 +4901,6 @@ private void InitializeComponent()
private System.Windows.Forms.ComboBox cbLambdaUploadURL;
private System.Windows.Forms.Label lblLithiioApiKey;
private System.Windows.Forms.TextBox txtLithiioApiKey;
private System.Windows.Forms.Label lblLithiioInfo;
private System.Windows.Forms.Label lblLithiioUploadURL;
private System.Windows.Forms.ComboBox cbLithiioUploadURL;
private OAuthControl oauthTwitter;

View file

@ -486,7 +486,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpTwitter.Text" xml:space="preserve">
<value>Twitter</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpTwitter.Name" xml:space="preserve">
<value>tpTwitter</value>
</data>
@ -513,7 +513,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="btnCustomUploaderRegexHelp.Text" xml:space="preserve">
<value>?</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnCustomUploaderRegexHelp.Name" xml:space="preserve">
<value>btnCustomUploaderRegexHelp</value>
</data>
@ -696,7 +696,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpCustomUploaderRegexParse.Text" xml:space="preserve">
<value>Regex</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpCustomUploaderRegexParse.Name" xml:space="preserve">
<value>tpCustomUploaderRegexParse</value>
</data>
@ -753,7 +753,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="btnCustomUploadJsonPathHelp.Text" xml:space="preserve">
<value>?</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnCustomUploadJsonPathHelp.Name" xml:space="preserve">
<value>btnCustomUploadJsonPathHelp</value>
</data>
@ -816,7 +816,7 @@ store.book[0].title</value>
</data>
<data name="lblCustomUploaderJsonPath.Text" xml:space="preserve">
<value>JsonPath:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblCustomUploaderJsonPath.Name" xml:space="preserve">
<value>lblCustomUploaderJsonPath</value>
</data>
@ -864,7 +864,7 @@ store.book[0].title</value>
</data>
<data name="tpCustomUploaderJsonParse.Text" xml:space="preserve">
<value>JSON</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpCustomUploaderJsonParse.Name" xml:space="preserve">
<value>tpCustomUploaderJsonParse</value>
</data>
@ -921,7 +921,7 @@ store.book[0].title</value>
</data>
<data name="btnCustomUploaderXPathHelp.Text" xml:space="preserve">
<value>?</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnCustomUploaderXPathHelp.Name" xml:space="preserve">
<value>btnCustomUploaderXPathHelp</value>
</data>
@ -984,7 +984,7 @@ store.book[0].title</value>
</data>
<data name="lblCustomUploaderXPath.Text" xml:space="preserve">
<value>XPath:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblCustomUploaderXPath.Name" xml:space="preserve">
<value>lblCustomUploaderXPath</value>
</data>
@ -1032,7 +1032,7 @@ store.book[0].title</value>
</data>
<data name="tpCustomUploaderXmlParse.Text" xml:space="preserve">
<value>XML</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpCustomUploaderXmlParse.Name" xml:space="preserve">
<value>tpCustomUploaderXmlParse</value>
</data>
@ -2340,7 +2340,7 @@ store.book[0].title</value>
</data>
<data name="txtCustomUploaderLog.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;txtCustomUploaderLog.Name" xml:space="preserve">
<value>txtCustomUploaderLog</value>
</data>
@ -2502,7 +2502,7 @@ store.book[0].title</value>
</data>
<data name="lblCustomUploaderURL.Text" xml:space="preserve">
<value>URL:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblCustomUploaderURL.Name" xml:space="preserve">
<value>lblCustomUploaderURL</value>
</data>
@ -2679,7 +2679,7 @@ store.book[0].title</value>
</data>
<data name="tpBitly.Text" xml:space="preserve">
<value>bit.ly</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpBitly.Name" xml:space="preserve">
<value>tpBitly</value>
</data>
@ -2748,7 +2748,7 @@ store.book[0].title</value>
</data>
<data name="tpGoogleURLShortener.Text" xml:space="preserve">
<value>Google</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpGoogleURLShortener.Name" xml:space="preserve">
<value>tpGoogleURLShortener</value>
</data>
@ -2982,7 +2982,7 @@ store.book[0].title</value>
</data>
<data name="lblYourlsAPIURL.Text" xml:space="preserve">
<value>API URL:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblYourlsAPIURL.Name" xml:space="preserve">
<value>lblYourlsAPIURL</value>
</data>
@ -3009,7 +3009,7 @@ store.book[0].title</value>
</data>
<data name="tpYourls.Text" xml:space="preserve">
<value>YOURLS</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpYourls.Name" xml:space="preserve">
<value>tpYourls</value>
</data>
@ -3090,7 +3090,7 @@ store.book[0].title</value>
</data>
<data name="lblAdflyAPIUID.Text" xml:space="preserve">
<value>API UID:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblAdflyAPIUID.Name" xml:space="preserve">
<value>lblAdflyAPIUID</value>
</data>
@ -3168,7 +3168,7 @@ store.book[0].title</value>
</data>
<data name="tpAdFly.Text" xml:space="preserve">
<value>adf.ly</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpAdFly.Name" xml:space="preserve">
<value>tpAdFly</value>
</data>
@ -3219,7 +3219,7 @@ store.book[0].title</value>
</data>
<data name="lblCoinURLUUID.Text" xml:space="preserve">
<value>UUID:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblCoinURLUUID.Name" xml:space="preserve">
<value>lblCoinURLUUID</value>
</data>
@ -3243,7 +3243,7 @@ store.book[0].title</value>
</data>
<data name="tpCoinURL.Text" xml:space="preserve">
<value>CoinURL</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpCoinURL.Name" xml:space="preserve">
<value>tpCoinURL</value>
</data>
@ -3369,7 +3369,7 @@ store.book[0].title</value>
</data>
<data name="tpPolr.Text" xml:space="preserve">
<value>Polr</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPolr.Name" xml:space="preserve">
<value>tpPolr</value>
</data>
@ -3675,7 +3675,7 @@ store.book[0].title</value>
</data>
<data name="tpFTP.Text" xml:space="preserve">
<value>FTP</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpFTP.Name" xml:space="preserve">
<value>tpFTP</value>
</data>
@ -4028,7 +4028,7 @@ store.book[0].title</value>
</data>
<data name="tpDropbox.Text" xml:space="preserve">
<value>Dropbox</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpDropbox.Name" xml:space="preserve">
<value>tpDropbox</value>
</data>
@ -4160,7 +4160,7 @@ store.book[0].title</value>
</data>
<data name="tpOneDrive.Text" xml:space="preserve">
<value>OneDrive</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpOneDrive.Name" xml:space="preserve">
<value>tpOneDrive</value>
</data>
@ -4412,7 +4412,7 @@ store.book[0].title</value>
</data>
<data name="tpGoogleDrive.Text" xml:space="preserve">
<value>Google Drive</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpGoogleDrive.Name" xml:space="preserve">
<value>tpGoogleDrive</value>
</data>
@ -4706,7 +4706,7 @@ store.book[0].title</value>
</data>
<data name="tpPuush.Text" xml:space="preserve">
<value>puush</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPuush.Name" xml:space="preserve">
<value>tpPuush</value>
</data>
@ -4901,7 +4901,7 @@ store.book[0].title</value>
</data>
<data name="tpBox.Text" xml:space="preserve">
<value>Box</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpBox.Name" xml:space="preserve">
<value>tpBox</value>
</data>
@ -5009,7 +5009,7 @@ store.book[0].title</value>
</data>
<data name="btnAmazonS3BucketNameOpen.Text" xml:space="preserve">
<value>...</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnAmazonS3BucketNameOpen.Name" xml:space="preserve">
<value>btnAmazonS3BucketNameOpen</value>
</data>
@ -5036,7 +5036,7 @@ store.book[0].title</value>
</data>
<data name="btnAmazonS3AccessKeyOpen.Text" xml:space="preserve">
<value>...</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;btnAmazonS3AccessKeyOpen.Name" xml:space="preserve">
<value>btnAmazonS3AccessKeyOpen</value>
</data>
@ -5318,7 +5318,7 @@ store.book[0].title</value>
</data>
<data name="tpAmazonS3.Text" xml:space="preserve">
<value>Amazon S3</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpAmazonS3.Name" xml:space="preserve">
<value>tpAmazonS3</value>
</data>
@ -5636,7 +5636,7 @@ store.book[0].title</value>
</data>
<data name="tpMega.Text" xml:space="preserve">
<value>Mega</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpMega.Name" xml:space="preserve">
<value>tpMega</value>
</data>
@ -5957,7 +5957,7 @@ store.book[0].title</value>
</data>
<data name="tpOwnCloud.Text" xml:space="preserve">
<value>ownCloud</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpOwnCloud.Name" xml:space="preserve">
<value>tpOwnCloud</value>
</data>
@ -6170,7 +6170,7 @@ store.book[0].title</value>
</data>
<data name="tpMediaFire.Text" xml:space="preserve">
<value>MediaFire</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpMediaFire.Name" xml:space="preserve">
<value>tpMediaFire</value>
</data>
@ -6332,7 +6332,7 @@ store.book[0].title</value>
</data>
<data name="tpPushbullet.Text" xml:space="preserve">
<value>Pushbullet</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPushbullet.Name" xml:space="preserve">
<value>tpPushbullet</value>
</data>
@ -6509,7 +6509,7 @@ store.book[0].title</value>
</data>
<data name="tpSendSpace.Text" xml:space="preserve">
<value>SendSpace</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpSendSpace.Name" xml:space="preserve">
<value>tpSendSpace</value>
</data>
@ -6695,7 +6695,7 @@ store.book[0].title</value>
</data>
<data name="tpGe_tt.Text" xml:space="preserve">
<value>Ge.tt</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpGe_tt.Name" xml:space="preserve">
<value>tpGe_tt</value>
</data>
@ -6854,7 +6854,7 @@ store.book[0].title</value>
</data>
<data name="tpHostr.Text" xml:space="preserve">
<value>Hostr</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpHostr.Name" xml:space="preserve">
<value>tpHostr</value>
</data>
@ -7304,7 +7304,7 @@ store.book[0].title</value>
</data>
<data name="tpMinus.Text" xml:space="preserve">
<value>Minus</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpMinus.Name" xml:space="preserve">
<value>tpMinus</value>
</data>
@ -7328,7 +7328,7 @@ store.book[0].title</value>
</data>
<data name="txtJiraIssuePrefix.Text" xml:space="preserve">
<value>PROJECT-</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;txtJiraIssuePrefix.Name" xml:space="preserve">
<value>txtJiraIssuePrefix</value>
</data>
@ -7412,7 +7412,7 @@ store.book[0].title</value>
</data>
<data name="txtJiraHost.Text" xml:space="preserve">
<value>http://</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;txtJiraHost.Name" xml:space="preserve">
<value>txtJiraHost</value>
</data>
@ -7511,7 +7511,7 @@ store.book[0].title</value>
</data>
<data name="tpJira.Text" xml:space="preserve">
<value>Atlassian Jira</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpJira.Name" xml:space="preserve">
<value>tpJira</value>
</data>
@ -7670,7 +7670,7 @@ store.book[0].title</value>
</data>
<data name="tpLambda.Text" xml:space="preserve">
<value>Lambda</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpLambda.Name" xml:space="preserve">
<value>tpLambda</value>
</data>
@ -7880,7 +7880,7 @@ store.book[0].title</value>
</data>
<data name="tpPomf.Text" xml:space="preserve">
<value>Pomf</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPomf.Name" xml:space="preserve">
<value>tpPomf</value>
</data>
@ -8021,7 +8021,7 @@ store.book[0].title</value>
</data>
<data name="tpUp1.Text" xml:space="preserve">
<value>Up1</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpUp1.Name" xml:space="preserve">
<value>tpUp1</value>
</data>
@ -8036,10 +8036,10 @@ store.book[0].title</value>
</data>
<data name="cbSeafileAPIURL.Items" xml:space="preserve">
<value>https://seacloud.cc/api2/</value>
<comment>@Invariant</comment></data>
</data>
<data name="cbSeafileAPIURL.Items1" xml:space="preserve">
<value>https://cloud.mein-seafile.de/api2/</value>
<comment>@Invariant</comment></data>
</data>
<data name="cbSeafileAPIURL.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 32</value>
</data>
@ -8955,7 +8955,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="lblSeafileAPIURL.Text" xml:space="preserve">
<value>API URL:</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;lblSeafileAPIURL.Name" xml:space="preserve">
<value>lblSeafileAPIURL</value>
</data>
@ -8982,7 +8982,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpSeafile.Text" xml:space="preserve">
<value>Seafile</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpSeafile.Name" xml:space="preserve">
<value>tpSeafile</value>
</data>
@ -9183,7 +9183,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpStreamable.Text" xml:space="preserve">
<value>Streamable</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpStreamable.Name" xml:space="preserve">
<value>tpStreamable</value>
</data>
@ -9261,7 +9261,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpSul.Text" xml:space="preserve">
<value>s-ul</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpSul.Name" xml:space="preserve">
<value>tpSul</value>
</data>
@ -9278,10 +9278,10 @@ Using an encrypted library disables sharing.</value>
<value>NoControl</value>
</data>
<data name="btnLithiioGetAPIKey.Location" type="System.Drawing.Point, System.Drawing">
<value>368, 55</value>
<value>368, 28</value>
</data>
<data name="btnLithiioGetAPIKey.Size" type="System.Drawing.Size, System.Drawing">
<value>152, 23</value>
<value>152, 20</value>
</data>
<data name="btnLithiioGetAPIKey.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
@ -9301,36 +9301,6 @@ Using an encrypted library disables sharing.</value>
<data name="&gt;&gt;btnLithiioGetAPIKey.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="lblLithiioInfo.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblLithiioInfo.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="lblLithiioInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 16</value>
</data>
<data name="lblLithiioInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>231, 13</value>
</data>
<data name="lblLithiioInfo.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblLithiioInfo.Text" xml:space="preserve">
<value>Leave the API key blank for anonymous usage.</value>
</data>
<data name="&gt;&gt;lblLithiioInfo.Name" xml:space="preserve">
<value>lblLithiioInfo</value>
</data>
<data name="&gt;&gt;lblLithiioInfo.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblLithiioInfo.Parent" xml:space="preserve">
<value>tpLithiio</value>
</data>
<data name="&gt;&gt;lblLithiioInfo.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="lblLithiioApiKey.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -9338,7 +9308,7 @@ Using an encrypted library disables sharing.</value>
<value>NoControl</value>
</data>
<data name="lblLithiioApiKey.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 40</value>
<value>15, 12</value>
</data>
<data name="lblLithiioApiKey.Size" type="System.Drawing.Size, System.Drawing">
<value>47, 13</value>
@ -9359,10 +9329,10 @@ Using an encrypted library disables sharing.</value>
<value>tpLithiio</value>
</data>
<data name="&gt;&gt;lblLithiioApiKey.ZOrder" xml:space="preserve">
<value>2</value>
<value>1</value>
</data>
<data name="txtLithiioApiKey.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 56</value>
<value>18, 28</value>
</data>
<data name="txtLithiioApiKey.Size" type="System.Drawing.Size, System.Drawing">
<value>344, 20</value>
@ -9380,7 +9350,7 @@ Using an encrypted library disables sharing.</value>
<value>tpLithiio</value>
</data>
<data name="&gt;&gt;txtLithiioApiKey.ZOrder" xml:space="preserve">
<value>3</value>
<value>2</value>
</data>
<data name="lblLithiioUploadURL.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -9389,7 +9359,7 @@ Using an encrypted library disables sharing.</value>
<value>NoControl</value>
</data>
<data name="lblLithiioUploadURL.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 88</value>
<value>15, 60</value>
</data>
<data name="lblLithiioUploadURL.Size" type="System.Drawing.Size, System.Drawing">
<value>55, 13</value>
@ -9410,10 +9380,10 @@ Using an encrypted library disables sharing.</value>
<value>tpLithiio</value>
</data>
<data name="&gt;&gt;lblLithiioUploadURL.ZOrder" xml:space="preserve">
<value>4</value>
<value>3</value>
</data>
<data name="cbLithiioUploadURL.Location" type="System.Drawing.Point, System.Drawing">
<value>16, 104</value>
<value>18, 76</value>
</data>
<data name="cbLithiioUploadURL.Size" type="System.Drawing.Size, System.Drawing">
<value>344, 21</value>
@ -9431,7 +9401,7 @@ Using an encrypted library disables sharing.</value>
<value>tpLithiio</value>
</data>
<data name="&gt;&gt;cbLithiioUploadURL.ZOrder" xml:space="preserve">
<value>5</value>
<value>4</value>
</data>
<data name="tpLithiio.Location" type="System.Drawing.Point, System.Drawing">
<value>4, 40</value>
@ -9447,7 +9417,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpLithiio.Text" xml:space="preserve">
<value>Lithiio</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpLithiio.Name" xml:space="preserve">
<value>tpLithiio</value>
</data>
@ -10590,7 +10560,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpPastebin.Text" xml:space="preserve">
<value>Pastebin</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPastebin.Name" xml:space="preserve">
<value>tpPastebin</value>
</data>
@ -10668,7 +10638,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpPaste_ee.Text" xml:space="preserve">
<value>Paste.ee</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPaste_ee.Name" xml:space="preserve">
<value>tpPaste_ee</value>
</data>
@ -10797,7 +10767,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpGist.Text" xml:space="preserve">
<value>GitHub Gist</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpGist.Name" xml:space="preserve">
<value>tpGist</value>
</data>
@ -10905,7 +10875,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpUpaste.Text" xml:space="preserve">
<value>uPaste</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpUpaste.Name" xml:space="preserve">
<value>tpUpaste</value>
</data>
@ -11064,7 +11034,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpHastebin.Text" xml:space="preserve">
<value>Hastebin</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpHastebin.Name" xml:space="preserve">
<value>tpHastebin</value>
</data>
@ -11193,7 +11163,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpOneTimeSecret.Text" xml:space="preserve">
<value>OneTimeSecret</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpOneTimeSecret.Name" xml:space="preserve">
<value>tpOneTimeSecret</value>
</data>
@ -11391,7 +11361,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="chImgurID.Text" xml:space="preserve">
<value>ID</value>
<comment>@Invariant</comment></data>
</data>
<data name="chImgurTitle.Text" xml:space="preserve">
<value>Title</value>
</data>
@ -11520,7 +11490,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpImgur.Text" xml:space="preserve">
<value>Imgur</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpImgur.Name" xml:space="preserve">
<value>tpImgur</value>
</data>
@ -11760,7 +11730,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpImageShack.Text" xml:space="preserve">
<value>ImageShack</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpImageShack.Name" xml:space="preserve">
<value>tpImageShack</value>
</data>
@ -11964,7 +11934,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpTinyPic.Text" xml:space="preserve">
<value>TinyPic</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpTinyPic.Name" xml:space="preserve">
<value>tpTinyPic</value>
</data>
@ -12144,7 +12114,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpFlickr.Text" xml:space="preserve">
<value>Flickr</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpFlickr.Name" xml:space="preserve">
<value>tpFlickr</value>
</data>
@ -12636,7 +12606,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpPhotobucket.Text" xml:space="preserve">
<value>Photobucket</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPhotobucket.Name" xml:space="preserve">
<value>tpPhotobucket</value>
</data>
@ -12702,7 +12672,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="chPicasaID.Text" xml:space="preserve">
<value>ID</value>
<comment>@Invariant</comment></data>
</data>
<data name="chPicasaID.Width" type="System.Int32, mscorlib">
<value>135</value>
</data>
@ -12804,7 +12774,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpPicasa.Text" xml:space="preserve">
<value>Google Photos (Picasa)</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpPicasa.Name" xml:space="preserve">
<value>tpPicasa</value>
</data>
@ -13074,7 +13044,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpChevereto.Text" xml:space="preserve">
<value>Chevereto</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpChevereto.Name" xml:space="preserve">
<value>tpChevereto</value>
</data>
@ -13182,7 +13152,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpVgyme.Text" xml:space="preserve">
<value>vgy.me</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpVgyme.Name" xml:space="preserve">
<value>tpVgyme</value>
</data>
@ -13326,7 +13296,7 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="tpSomeImage.Text" xml:space="preserve">
<value>SomeImage</value>
<comment>@Invariant</comment></data>
</data>
<data name="&gt;&gt;tpSomeImage.Name" xml:space="preserve">
<value>tpSomeImage</value>
</data>

View file

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShareX", "ShareX\ShareX.csproj", "{C5AE4585-E9EC-4FA3-B75A-E1210635ACB6}"
EndProject