mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-21 14:41:03 +10:00
Enable Preview Build
This commit is contained in:
@@ -28,6 +28,7 @@ using System.Globalization;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.IO.Compression;
|
using System.IO.Compression;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using System.Net;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
@@ -1940,7 +1941,8 @@ namespace WPinternals
|
|||||||
|
|
||||||
internal static void Upload(string FileName, Stream FileStream)
|
internal static void Upload(string FileName, Stream FileStream)
|
||||||
{
|
{
|
||||||
Upload(new Uri(@"https://www.wpinternals.net/upload.php", UriKind.Absolute), "uploadedfile", FileName, FileStream);
|
//TODO: Fix
|
||||||
|
//Upload(new Uri(@"https://www.wpinternals.net/upload.php", UriKind.Absolute), "uploadedfile", FileName, FileStream);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void Upload(Uri Address, string InputName, string FileName, Stream FileStream)
|
private static void Upload(Uri Address, string InputName, string FileName, Stream FileStream)
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ DEALINGS IN THE SOFTWARE.
|
|||||||
</Run.Text>
|
</Run.Text>
|
||||||
</Run>
|
</Run>
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
<Run Text="Copyright © 2014 - 2021 by Heathcliff74" />
|
<Run Text="Copyright © 2014 - 2023 by Heathcliff74" />
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
<LineBreak />
|
<LineBreak />
|
||||||
<Run Text="Many thanks to the ATF Team and the Smart GSM Team for supplying JTAG and test equipment." />
|
<Run Text="Many thanks to the ATF Team and the Smart GSM Team for supplying JTAG and test equipment." />
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<Deterministic>false</Deterministic>
|
<Deterministic>false</Deterministic>
|
||||||
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
|
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
|
||||||
|
<DefineConstants>TRACE;PREVIEW</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ using System.Collections.Generic;
|
|||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Security.Cryptography;
|
using System.Security.Cryptography;
|
||||||
|
using System.Windows;
|
||||||
using System.Xml.Serialization;
|
using System.Xml.Serialization;
|
||||||
|
|
||||||
namespace WPinternals
|
namespace WPinternals
|
||||||
|
|||||||
Reference in New Issue
Block a user