diff --git a/App.config b/App.config
index 67670b0..f6c545a 100644
--- a/App.config
+++ b/App.config
@@ -12,6 +12,10 @@
+
+
+
+
diff --git a/Frontend.Designer.cs b/Frontend.Designer.cs
index a90023b..686f48c 100644
--- a/Frontend.Designer.cs
+++ b/Frontend.Designer.cs
@@ -39,17 +39,25 @@ private void InitializeComponent()
this.SelectOutputDictionaryButton = new System.Windows.Forms.Button();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.SelectOutputDictionaryDialog = new System.Windows.Forms.FolderBrowserDialog();
+ this.nsZipSettingsGroupBox = new System.Windows.Forms.GroupBox();
+ this.VerifyAfterCompressCheckBox = new System.Windows.Forms.CheckBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.nsZipInfoGroupBox = new System.Windows.Forms.GroupBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.nsZipGitHubLinkLabel = new System.Windows.Forms.LinkLabel();
this.flowLayoutPanel1.SuspendLayout();
+ this.nsZipSettingsGroupBox.SuspendLayout();
+ this.nsZipInfoGroupBox.SuspendLayout();
this.SuspendLayout();
//
// SelectNspFileToCompressButton
//
this.SelectNspFileToCompressButton.BackColor = System.Drawing.Color.Lime;
this.SelectNspFileToCompressButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SelectNspFileToCompressButton.Location = new System.Drawing.Point(10, 3);
- this.SelectNspFileToCompressButton.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
+ this.SelectNspFileToCompressButton.Location = new System.Drawing.Point(0, 3);
+ this.SelectNspFileToCompressButton.Margin = new System.Windows.Forms.Padding(0, 3, 10, 3);
this.SelectNspFileToCompressButton.Name = "SelectNspFileToCompressButton";
- this.SelectNspFileToCompressButton.Size = new System.Drawing.Size(393, 156);
+ this.SelectNspFileToCompressButton.Size = new System.Drawing.Size(400, 156);
this.SelectNspFileToCompressButton.TabIndex = 1;
this.SelectNspFileToCompressButton.Text = "Select NSP/XCI files to Compress";
this.SelectNspFileToCompressButton.UseVisualStyleBackColor = false;
@@ -60,10 +68,10 @@ private void InitializeComponent()
this.DebugOutput.BackColor = System.Drawing.Color.Black;
this.DebugOutput.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.DebugOutput.ForeColor = System.Drawing.Color.White;
- this.DebugOutput.Location = new System.Drawing.Point(42, 503);
+ this.DebugOutput.Location = new System.Drawing.Point(33, 473);
this.DebugOutput.Name = "DebugOutput";
this.DebugOutput.ReadOnly = true;
- this.DebugOutput.Size = new System.Drawing.Size(1653, 545);
+ this.DebugOutput.Size = new System.Drawing.Size(1660, 545);
this.DebugOutput.TabIndex = 100;
this.DebugOutput.Text = "";
this.DebugOutput.TextChanged += new System.EventHandler(this.DebugOutput_TextChanged);
@@ -82,12 +90,13 @@ private void InitializeComponent()
this.TaskQueue.ForeColor = System.Drawing.Color.Lime;
this.TaskQueue.FormattingEnabled = true;
this.TaskQueue.HorizontalScrollbar = true;
+ this.TaskQueue.IntegralHeight = false;
this.TaskQueue.ItemHeight = 37;
- this.TaskQueue.Location = new System.Drawing.Point(42, 223);
+ this.TaskQueue.Location = new System.Drawing.Point(33, 202);
this.TaskQueue.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.TaskQueue.Name = "TaskQueue";
this.TaskQueue.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
- this.TaskQueue.Size = new System.Drawing.Size(1653, 263);
+ this.TaskQueue.Size = new System.Drawing.Size(1240, 249);
this.TaskQueue.TabIndex = 5;
this.TaskQueue.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.listBox_KeyDown);
//
@@ -95,10 +104,10 @@ private void InitializeComponent()
//
this.SelectNszFileToDecompressButton.BackColor = System.Drawing.Color.DeepSkyBlue;
this.SelectNszFileToDecompressButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SelectNszFileToDecompressButton.Location = new System.Drawing.Point(423, 3);
+ this.SelectNszFileToDecompressButton.Location = new System.Drawing.Point(420, 3);
this.SelectNszFileToDecompressButton.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.SelectNszFileToDecompressButton.Name = "SelectNszFileToDecompressButton";
- this.SelectNszFileToDecompressButton.Size = new System.Drawing.Size(393, 156);
+ this.SelectNszFileToDecompressButton.Size = new System.Drawing.Size(400, 156);
this.SelectNszFileToDecompressButton.TabIndex = 2;
this.SelectNszFileToDecompressButton.Text = "Select NSPZ files to Decompress";
this.SelectNszFileToDecompressButton.UseVisualStyleBackColor = false;
@@ -108,10 +117,10 @@ private void InitializeComponent()
//
this.RunButton.BackColor = System.Drawing.Color.DarkOrange;
this.RunButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.RunButton.Location = new System.Drawing.Point(1249, 3);
- this.RunButton.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
+ this.RunButton.Location = new System.Drawing.Point(1260, 3);
+ this.RunButton.Margin = new System.Windows.Forms.Padding(10, 3, 0, 3);
this.RunButton.Name = "RunButton";
- this.RunButton.Size = new System.Drawing.Size(393, 156);
+ this.RunButton.Size = new System.Drawing.Size(400, 156);
this.RunButton.TabIndex = 4;
this.RunButton.Text = "RUN!";
this.RunButton.UseVisualStyleBackColor = false;
@@ -119,7 +128,8 @@ private void InitializeComponent()
//
// SelectNspzDialog
//
- this.SelectNspzDialog.Filter = "Compressed Switch File (*.nspz)|*.nspz";
+ this.SelectNspzDialog.Filter = "Compressed Switch File (*.nspz)|*.nspz|XCIZ to not-installable NSP (*.xciz)|*.xci" +
+ "z";
this.SelectNspzDialog.Multiselect = true;
this.SelectNspzDialog.Title = "Select input nspz fIles...";
//
@@ -127,10 +137,10 @@ private void InitializeComponent()
//
this.SelectOutputDictionaryButton.BackColor = System.Drawing.Color.Gold;
this.SelectOutputDictionaryButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.SelectOutputDictionaryButton.Location = new System.Drawing.Point(836, 3);
+ this.SelectOutputDictionaryButton.Location = new System.Drawing.Point(840, 3);
this.SelectOutputDictionaryButton.Margin = new System.Windows.Forms.Padding(10, 3, 10, 3);
this.SelectOutputDictionaryButton.Name = "SelectOutputDictionaryButton";
- this.SelectOutputDictionaryButton.Size = new System.Drawing.Size(393, 156);
+ this.SelectOutputDictionaryButton.Size = new System.Drawing.Size(400, 156);
this.SelectOutputDictionaryButton.TabIndex = 3;
this.SelectOutputDictionaryButton.Text = "Select Output Dictionary";
this.SelectOutputDictionaryButton.UseVisualStyleBackColor = false;
@@ -138,38 +148,121 @@ private void InitializeComponent()
//
// flowLayoutPanel1
//
+ this.flowLayoutPanel1.AutoSize = true;
this.flowLayoutPanel1.Controls.Add(this.SelectNspFileToCompressButton);
this.flowLayoutPanel1.Controls.Add(this.SelectNszFileToDecompressButton);
this.flowLayoutPanel1.Controls.Add(this.SelectOutputDictionaryButton);
this.flowLayoutPanel1.Controls.Add(this.RunButton);
- this.flowLayoutPanel1.Location = new System.Drawing.Point(42, 27);
+ this.flowLayoutPanel1.Location = new System.Drawing.Point(33, 24);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Size = new System.Drawing.Size(1653, 173);
+ this.flowLayoutPanel1.Size = new System.Drawing.Size(1660, 173);
this.flowLayoutPanel1.TabIndex = 39;
//
// SelectOutputDictionaryDialog
//
this.SelectOutputDictionaryDialog.RootFolder = System.Environment.SpecialFolder.MyComputer;
//
+ // nsZipSettingsGroupBox
+ //
+ this.nsZipSettingsGroupBox.Controls.Add(this.VerifyAfterCompressCheckBox);
+ this.nsZipSettingsGroupBox.ForeColor = System.Drawing.Color.LightCyan;
+ this.nsZipSettingsGroupBox.Location = new System.Drawing.Point(1296, 202);
+ this.nsZipSettingsGroupBox.Name = "nsZipSettingsGroupBox";
+ this.nsZipSettingsGroupBox.Size = new System.Drawing.Size(396, 85);
+ this.nsZipSettingsGroupBox.TabIndex = 101;
+ this.nsZipSettingsGroupBox.TabStop = false;
+ this.nsZipSettingsGroupBox.Text = "nsZip Settings:";
+ //
+ // VerifyAfterCompressCheckBox
+ //
+ this.VerifyAfterCompressCheckBox.AutoSize = true;
+ this.VerifyAfterCompressCheckBox.Checked = true;
+ this.VerifyAfterCompressCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
+ this.VerifyAfterCompressCheckBox.ForeColor = System.Drawing.Color.Yellow;
+ this.VerifyAfterCompressCheckBox.Location = new System.Drawing.Point(8, 40);
+ this.VerifyAfterCompressCheckBox.Name = "VerifyAfterCompressCheckBox";
+ this.VerifyAfterCompressCheckBox.Size = new System.Drawing.Size(375, 29);
+ this.VerifyAfterCompressCheckBox.TabIndex = 0;
+ this.VerifyAfterCompressCheckBox.Text = "Verify after compress (default: ON)";
+ this.VerifyAfterCompressCheckBox.UseVisualStyleBackColor = false;
+ this.VerifyAfterCompressCheckBox.CheckedChanged += new System.EventHandler(this.VerifyAfterCompressCheckBox_CheckedChanged);
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.ForeColor = System.Drawing.Color.Yellow;
+ this.label1.Location = new System.Drawing.Point(2, 117);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(393, 25);
+ this.label1.TabIndex = 2;
+ this.label1.Text = "Note: XCIZ => XCI isn\'t implemented yet";
+ //
+ // nsZipInfoGroupBox
+ //
+ this.nsZipInfoGroupBox.Controls.Add(this.label2);
+ this.nsZipInfoGroupBox.Controls.Add(this.nsZipGitHubLinkLabel);
+ this.nsZipInfoGroupBox.Controls.Add(this.label1);
+ this.nsZipInfoGroupBox.ForeColor = System.Drawing.Color.LightCyan;
+ this.nsZipInfoGroupBox.Location = new System.Drawing.Point(1297, 293);
+ this.nsZipInfoGroupBox.Name = "nsZipInfoGroupBox";
+ this.nsZipInfoGroupBox.Size = new System.Drawing.Size(396, 158);
+ this.nsZipInfoGroupBox.TabIndex = 102;
+ this.nsZipInfoGroupBox.TabStop = false;
+ this.nsZipInfoGroupBox.Text = "nsZip Info:";
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.ForeColor = System.Drawing.Color.GreenYellow;
+ this.label2.Location = new System.Drawing.Point(2, 36);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(332, 50);
+ this.label2.TabIndex = 4;
+ this.label2.Text = "Report bugs, follow this project or\r\npost your suggestions under:";
+ //
+ // nsZipGitHubLinkLabel
+ //
+ this.nsZipGitHubLinkLabel.ActiveLinkColor = System.Drawing.Color.Orange;
+ this.nsZipGitHubLinkLabel.AutoSize = true;
+ this.nsZipGitHubLinkLabel.LinkColor = System.Drawing.Color.Aqua;
+ this.nsZipGitHubLinkLabel.Location = new System.Drawing.Point(2, 87);
+ this.nsZipGitHubLinkLabel.Name = "nsZipGitHubLinkLabel";
+ this.nsZipGitHubLinkLabel.Size = new System.Drawing.Size(333, 25);
+ this.nsZipGitHubLinkLabel.TabIndex = 3;
+ this.nsZipGitHubLinkLabel.TabStop = true;
+ this.nsZipGitHubLinkLabel.Text = "https://github.com/nicoboss/nsZip";
+ this.nsZipGitHubLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.nsZipGitHubLinkLabel_LinkClicked);
+ //
// Frontend
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
+ this.AutoSize = true;
this.BackColor = System.Drawing.Color.DimGray;
- this.ClientSize = new System.Drawing.Size(1724, 1076);
+ this.ClientSize = new System.Drawing.Size(1724, 1066);
+ this.Controls.Add(this.nsZipInfoGroupBox);
+ this.Controls.Add(this.nsZipSettingsGroupBox);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.TaskQueue);
this.Controls.Add(this.DebugOutput);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
+ this.MinimumSize = new System.Drawing.Size(1750, 1137);
this.Name = "Frontend";
this.Text = "nsZip File Manager v1.0.0";
+ this.TopMost = true;
this.Load += new System.EventHandler(this.Form1_Load);
+ this.Move += new System.EventHandler(this.Frontend_Move);
this.flowLayoutPanel1.ResumeLayout(false);
+ this.nsZipSettingsGroupBox.ResumeLayout(false);
+ this.nsZipSettingsGroupBox.PerformLayout();
+ this.nsZipInfoGroupBox.ResumeLayout(false);
+ this.nsZipInfoGroupBox.PerformLayout();
this.ResumeLayout(false);
+ this.PerformLayout();
}
@@ -184,6 +277,12 @@ private void InitializeComponent()
private System.Windows.Forms.Button SelectOutputDictionaryButton;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.FolderBrowserDialog SelectOutputDictionaryDialog;
+ private System.Windows.Forms.GroupBox nsZipSettingsGroupBox;
+ private System.Windows.Forms.CheckBox VerifyAfterCompressCheckBox;
+ private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.GroupBox nsZipInfoGroupBox;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.LinkLabel nsZipGitHubLinkLabel;
}
}
diff --git a/Frontend.cs b/Frontend.cs
index 82bd2c8..3f97f21 100644
--- a/Frontend.cs
+++ b/Frontend.cs
@@ -12,8 +12,8 @@ namespace nsZip
{
public partial class Frontend : Form
{
- private readonly bool VerifWhenCompressing = true;
private string OutputFolderPath = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
+ private bool VerifyWhenCompressing = true;
public Frontend()
{
@@ -22,6 +22,21 @@ public Frontend()
private void Form1_Load(object sender, EventArgs e)
{
+ MaximumSize = Screen.FromControl(this).WorkingArea.Size;
+ }
+
+ //To properly fit the Form to if moved to a screen with another resolution
+ private void Frontend_Move(object sender, EventArgs e)
+ {
+ var newMaxSize = Screen.FromControl(this).WorkingArea.Size;
+ if (!MaximumSize.Equals(newMaxSize))
+ {
+ MaximumSize = newMaxSize;
+
+ //This line is so dumb but required
+ //for it to refresh it's size properly
+ Size = Size;
+ }
}
private void OutputHandler(object sendingProcess, DataReceivedEventArgs outLine)
@@ -35,6 +50,7 @@ private void OutputHandler(object sendingProcess, DataReceivedEventArgs outLine)
private static Keyset OpenKeyset()
{
var home = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile);
+ var homeSwitch = Path.Combine(home, ".switch");
var homeKeyFile = Path.Combine(home, ".switch", "prod.keys");
var homeTitleKeyFile = Path.Combine(home, ".switch", "title.keys");
var homeConsoleKeyFile = Path.Combine(home, ".switch", "console.keys");
@@ -42,19 +58,29 @@ private static Keyset OpenKeyset()
string titleKeyFile = null;
string consoleKeyFile = null;
- if (File.Exists(homeKeyFile))
- {
- keyFile = homeKeyFile;
- }
- else
+
+ while (true)
{
+ if (File.Exists(homeKeyFile))
+ {
+ keyFile = homeKeyFile;
+ break;
+ }
+
if (File.Exists("keys.txt"))
{
keyFile = "keys.txt";
+ break;
}
- else
+
+ Directory.CreateDirectory(homeSwitch);
+ Process.Start(homeSwitch);
+ var dialogResult = MessageBox.Show(
+ @"prod.keys not found! Dump them using Lockpick and put prod.keys (and title.keys if your NSP files have no ticket included) in """ +
+ homeSwitch + @""" Press OK when you're done.", @"prod.keys not found! Press OK when you're done.",
+ MessageBoxButtons.OKCancel, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1);
+ if (dialogResult == DialogResult.Cancel)
{
- Directory.CreateDirectory(Path.Combine(home, ".switch"));
throw new ArgumentException(
@"prod.keys not found! Please put prod.keys in " + homeKeyFile);
}
@@ -112,6 +138,10 @@ private void RunButton_Click(object sender, EventArgs e)
{
DecompressNSPZ(inFile);
}
+ else if (infileLowerCase.EndsWith("xciz"))
+ {
+ DecompressNSPZ(inFile);
+ }
else
{
throw new InvalidDataException($"Invalid file type {inFile}");
@@ -177,7 +207,7 @@ private void CompressExtracted(Keyset keyset)
TrimDeltaNCA.Process("decrypted", keyset, DebugOutput);
CompressFolder.Compress(DebugOutput, "decrypted", "compressed");
- if (VerifWhenCompressing)
+ if (VerifyWhenCompressing)
{
cleanFolder("decrypted");
cleanFolder("encrypted");
@@ -290,5 +320,28 @@ private void DebugOutput_TextChanged(object sender, EventArgs e)
// scroll it automatically
richTextBox.ScrollToCaret();
}
+
+ private void nsZipGitHubLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
+ {
+ Process.Start("https://github.com/nicoboss/nsZip");
+ }
+
+ private void VerifyAfterCompressCheckBox_CheckedChanged(object sender, EventArgs e)
+ {
+ if (!VerifyAfterCompressCheckBox.Checked)
+ {
+ var dialogResult = MessageBox.Show(
+ @"Without verification corrupted unrecoverable nspz/nciz caused by bugs won't be discovered until you try to decompress them. Due to the early state of nsZip I highly recommend to leave it ON if you don't keep a backup copy of your nsp/xci. Do you really want to turn OFF verification?",
+ @"Do you really want to turn of verification after compression?", MessageBoxButtons.YesNo,
+ MessageBoxIcon.Warning,
+ MessageBoxDefaultButton.Button2);
+ if (dialogResult != DialogResult.Yes)
+ {
+ VerifyAfterCompressCheckBox.Checked = true;
+ }
+ }
+
+ VerifyWhenCompressing = VerifyAfterCompressCheckBox.Checked;
+ }
}
}
\ No newline at end of file
diff --git a/Frontend.resx b/Frontend.resx
index dbc5292..c77abd4 100644
--- a/Frontend.resx
+++ b/Frontend.resx
@@ -124,7 +124,7 @@
277, 16
- 539, 16
+ 541, 12
54
diff --git a/LICENSE b/LICENSE
index 29fc74f..db46ce5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -125,9 +125,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-============
+=============
Zstandard.Net
-============
+=============
BSD License
@@ -159,3 +159,508 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+====================
+System.Buffers.4.5.0
+====================
+
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+============================================
+System.Runtime.CompilerServices.Unsafe.4.5.2
+============================================
+
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+=============================
+System.Runtime.Numerics.4.3.0
+=============================
+
+MICROSOFT SOFTWARE LICENSE TERMS
+
+
+MICROSOFT .NET LIBRARY
+
+These license terms are an agreement between Microsoft Corporation (or based on where you live, one of its affiliates) and you. Please read them. They apply to the software named above, which includes the media on which you received it, if any. The terms also apply to any Microsoft
+
+· updates,
+
+· supplements,
+
+· Internet-based services, and
+
+· support services
+
+for this software, unless other terms accompany those items. If so, those terms apply.
+
+BY USING THE SOFTWARE, YOU ACCEPT THESE TERMS. IF YOU DO NOT ACCEPT THEM, DO NOT USE THE SOFTWARE.
+
+
+IF YOU COMPLY WITH THESE LICENSE TERMS, YOU HAVE THE PERPETUAL RIGHTS BELOW.
+
+1. INSTALLATION AND USE RIGHTS.
+
+a. Installation and Use. You may install and use any number of copies of the software to design, develop and test your programs.
+
+b. Third Party Programs. The software may include third party programs that Microsoft, not the third party, licenses to you under this agreement. Notices, if any, for the third party program are included for your information only.
+
+2. ADDITIONAL LICENSING REQUIREMENTS AND/OR USE RIGHTS.
+
+a. DISTRIBUTABLE CODE. The software is comprised of Distributable Code. “Distributable Code” is code that you are permitted to distribute in programs you develop if you comply with the terms below.
+
+i. Right to Use and Distribute.
+
+· You may copy and distribute the object code form of the software.
+
+· Third Party Distribution. You may permit distributors of your programs to copy and distribute the Distributable Code as part of those programs.
+
+ii. Distribution Requirements. For any Distributable Code you distribute, you must
+
+· add significant primary functionality to it in your programs;
+
+· require distributors and external end users to agree to terms that protect it at least as much as this agreement;
+
+· display your valid copyright notice on your programs; and
+
+· indemnify, defend, and hold harmless Microsoft from any claims, including attorneys’ fees, related to the distribution or use of your programs.
+
+iii. Distribution Restrictions. You may not
+
+· alter any copyright, trademark or patent notice in the Distributable Code;
+
+· use Microsoft’s trademarks in your programs’ names or in a way that suggests your programs come from or are endorsed by Microsoft;
+
+· include Distributable Code in malicious, deceptive or unlawful programs; or
+
+· modify or distribute the source code of any Distributable Code so that any part of it becomes subject to an Excluded License. An Excluded License is one that requires, as a condition of use, modification or distribution, that
+
+· the code be disclosed or distributed in source code form; or
+
+· others have the right to modify it.
+
+3. SCOPE OF LICENSE. The software is licensed, not sold. This agreement only gives you some rights to use the software. Microsoft reserves all other rights. Unless applicable law gives you more rights despite this limitation, you may use the software only as expressly permitted in this agreement. In doing so, you must comply with any technical limitations in the software that only allow you to use it in certain ways. You may not
+
+· work around any technical limitations in the software;
+
+· reverse engineer, decompile or disassemble the software, except and only to the extent that applicable law expressly permits, despite this limitation;
+
+· publish the software for others to copy;
+
+· rent, lease or lend the software;
+
+· transfer the software or this agreement to any third party; or
+
+· use the software for commercial software hosting services.
+
+4. BACKUP COPY. You may make one backup copy of the software. You may use it only to reinstall the software.
+
+5. DOCUMENTATION. Any person that has valid access to your computer or internal network may copy and use the documentation for your internal, reference purposes.
+
+6. EXPORT RESTRICTIONS. The software is subject to United States export laws and regulations. You must comply with all domestic and international export laws and regulations that apply to the software. These laws include restrictions on destinations, end users and end use. For additional information, see www.microsoft.com/exporting.
+
+7. SUPPORT SERVICES. Because this software is “as is,” we may not provide support services for it.
+
+8. ENTIRE AGREEMENT. This agreement, and the terms for supplements, updates, Internet-based services and support services that you use, are the entire agreement for the software and support services.
+
+9. APPLICABLE LAW.
+
+a. United States. If you acquired the software in the United States, Washington state law governs the interpretation of this agreement and applies to claims for breach of it, regardless of conflict of laws principles. The laws of the state where you live govern all other claims, including claims under state consumer protection laws, unfair competition laws, and in tort.
+
+b. Outside the United States. If you acquired the software in any other country, the laws of that country apply.
+
+10. LEGAL EFFECT. This agreement describes certain legal rights. You may have other rights under the laws of your country. You may also have rights with respect to the party from whom you acquired the software. This agreement does not change your rights under the laws of your country if the laws of your country do not permit it to do so.
+
+11. DISCLAIMER OF WARRANTY. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS. YOU MAY HAVE ADDITIONAL CONSUMER RIGHTS OR STATUTORY GUARANTEES UNDER YOUR LOCAL LAWS WHICH THIS AGREEMENT CANNOT CHANGE. TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
+
+FOR AUSTRALIA – YOU HAVE STATUTORY GUARANTEES UNDER THE AUSTRALIAN CONSUMER LAW AND NOTHING IN THESE TERMS IS INTENDED TO AFFECT THOSE RIGHTS.
+
+12. LIMITATION ON AND EXCLUSION OF REMEDIES AND DAMAGES. YOU CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S. $5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
+
+This limitation applies to
+
+· anything related to the software, services, content (including code) on third party Internet sites, or third party programs; and
+
+· claims for breach of contract, breach of warranty, guarantee or condition, strict liability, negligence, or other tort to the extent permitted by applicable law.
+
+It also applies even if Microsoft knew or should have known about the possibility of the damages. The above limitation or exclusion may not apply to you because your country may not allow the exclusion or limitation of incidental, consequential or other damages.
+
+Please note: As this software is distributed in Quebec, Canada, some of the clauses in this agreement are provided below in French.
+
+Remarque : Ce logiciel étant distribué au Québec, Canada, certaines des clauses dans ce contrat sont fournies ci-dessous en français.
+
+EXONÉRATION DE GARANTIE. Le logiciel visé par une licence est offert « tel quel ». Toute utilisation de ce logiciel est à votre seule risque et péril. Microsoft n’accorde aucune autre garantie expresse. Vous pouvez bénéficier de droits additionnels en vertu du droit local sur la protection des consommateurs, que ce contrat ne peut modifier. La ou elles sont permises par le droit locale, les garanties implicites de qualité marchande, d’adéquation à un usage particulier et d’absence de contrefaçon sont exclues.
+
+LIMITATION DES DOMMAGES-INTÉRÊTS ET EXCLUSION DE RESPONSABILITÉ POUR LES DOMMAGES. Vous pouvez obtenir de Microsoft et de ses fournisseurs une indemnisation en cas de dommages directs uniquement à hauteur de 5,00 $ US. Vous ne pouvez prétendre à aucune indemnisation pour les autres dommages, y compris les dommages spéciaux, indirects ou accessoires et pertes de bénéfices.
+
+Cette limitation concerne :
+
+· tout ce qui est relié au logiciel, aux services ou au contenu (y compris le code) figurant sur des sites Internet tiers ou dans des programmes tiers ; et
+
+· les réclamations au titre de violation de contrat ou de garantie, ou au titre de responsabilité stricte, de négligence ou d’une autre faute dans la limite autorisée par la loi en vigueur.
+
+Elle s’applique également, même si Microsoft connaissait ou devrait connaître l’éventualité d’un tel dommage. Si votre pays n’autorise pas l’exclusion ou la limitation de responsabilité pour les dommages indirects, accessoires ou de quelque nature que ce soit, il se peut que la limitation ou l’exclusion ci-dessus ne s’appliquera pas à votre égard.
+
+EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous pourriez avoir d’autres droits prévus par les lois de votre pays. Le présent contrat ne modifie pas les droits que vous confèrent les lois de votre pays si celles-ci ne le permettent pas.
+
+
+===================
+THIRD-PARTY-NOTICES
+===================
+
+.NET Core uses third-party libraries or other resources that may be
+distributed under licenses different than the .NET Core software.
+
+In the event that we accidentally failed to list a required notice, please
+bring it to our attention. Post an issue or email us:
+
+ dotnet@microsoft.com
+
+The attached notices are provided for information only.
+
+License notice for Slicing-by-8
+-------------------------------
+
+http://sourceforge.net/projects/slicing-by-8/
+
+Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
+
+
+This software program is licensed subject to the BSD License, available at
+http://www.opensource.org/licenses/bsd-license.html.
+
+
+License notice for Unicode data
+-------------------------------
+
+http://www.unicode.org/copyright.html#License
+
+Copyright © 1991-2017 Unicode, Inc. All rights reserved.
+Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Unicode data files and any associated documentation
+(the "Data Files") or Unicode software and any associated documentation
+(the "Software") to deal in the Data Files or Software
+without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, and/or sell copies of
+the Data Files or Software, and to permit persons to whom the Data Files
+or Software are furnished to do so, provided that either
+(a) this copyright and permission notice appear with all copies
+of the Data Files or Software, or
+(b) this copyright and permission notice appear in associated
+Documentation.
+
+THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
+NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
+DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THE DATA FILES OR SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder
+shall not be used in advertising or otherwise to promote the sale,
+use or other dealings in these Data Files or Software without prior
+written authorization of the copyright holder.
+
+License notice for Zlib
+-----------------------
+
+https://github.com/madler/zlib
+http://zlib.net/zlib_license.html
+
+/* zlib.h -- interface of the 'zlib' general purpose compression library
+ version 1.2.11, January 15th, 2017
+
+ Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
+
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+
+ 1. The origin of this software must not be misrepresented; you must not
+ claim that you wrote the original software. If you use this software
+ in a product, an acknowledgment in the product documentation would be
+ appreciated but is not required.
+ 2. Altered source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ 3. This notice may not be removed or altered from any source distribution.
+
+ Jean-loup Gailly Mark Adler
+ jloup@gzip.org madler@alumni.caltech.edu
+
+*/
+
+License notice for Mono
+-------------------------------
+
+http://www.mono-project.com/docs/about-mono/
+
+Copyright (c) .NET Foundation Contributors
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License notice for International Organization for Standardization
+-----------------------------------------------------------------
+
+Portions (C) International Organization for Standardization 1986:
+ Permission to copy in any form is granted for use with
+ conforming SGML systems and applications as defined in
+ ISO 8879, provided this notice is included in all copies.
+
+License notice for Intel
+------------------------
+
+"Copyright (c) 2004-2006 Intel Corporation - All Rights Reserved
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, this
+list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright notice,
+this list of conditions and the following disclaimer in the documentation
+and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License notice for Xamarin and Novell
+-------------------------------------
+
+Copyright (c) 2015 Xamarin, Inc (http://www.xamarin.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Copyright (c) 2011 Novell, Inc (http://www.novell.com)
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+Third party notice for W3C
+--------------------------
+
+"W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE
+Status: This license takes effect 13 May, 2015.
+This work is being provided by the copyright holders under the following license.
+License
+By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply with the following terms and conditions.
+Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof, including modifications:
+The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
+Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist, the W3C Software and Document Short Notice should be included.
+Notice of any changes or modifications, through a copyright statement on the new code or document such as "This software or document includes material copied from or derived from [title and URI of the W3C document]. Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
+Disclaimers
+THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
+The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to the work without specific, written prior permission. Title to copyright in this work will at all times remain with copyright holders."
+
+License notice for Bit Twiddling Hacks
+--------------------------------------
+
+Bit Twiddling Hacks
+
+By Sean Eron Anderson
+seander@cs.stanford.edu
+
+Individually, the code snippets here are in the public domain (unless otherwise
+noted) — feel free to use them however you please. The aggregate collection and
+descriptions are © 1997-2005 Sean Eron Anderson. The code and descriptions are
+distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY and
+without even the implied warranty of merchantability or fitness for a particular
+purpose.
+
+License notice for Brotli
+--------------------------------------
+
+Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+compress_fragment.c:
+Copyright (c) 2011, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+decode_fuzzer.c:
+Copyright (c) 2015 The Chromium Authors. All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+copyright notice, this list of conditions and the following disclaimer
+in the documentation and/or other materials provided with the
+distribution.
+ * Neither the name of Google Inc. nor the names of its
+contributors may be used to endorse or promote products derived from
+this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+""AS IS"" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+
+
diff --git a/nsZip.csproj b/nsZip.csproj
index 9420832..4fe9321 100644
--- a/nsZip.csproj
+++ b/nsZip.csproj
@@ -26,7 +26,7 @@
false
true
http://www.nicobosshard.ch/nsZip/
- 15
+ 18
1.0.0.%2a
false
true
@@ -106,6 +106,9 @@
+
+ packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll
+
diff --git a/packages.config b/packages.config
index 1d51b60..cbeef48 100644
--- a/packages.config
+++ b/packages.config
@@ -1,9 +1,9 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file