mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Enable Preview Build
This commit is contained in:
@@ -28,6 +28,7 @@ using System.Globalization;
|
||||
using System.IO;
|
||||
using System.IO.Compression;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Reflection;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
@@ -1940,7 +1941,8 @@ namespace WPinternals
|
||||
|
||||
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)
|
||||
|
||||
@@ -55,7 +55,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
</Run.Text>
|
||||
</Run>
|
||||
<LineBreak />
|
||||
<Run Text="Copyright © 2014 - 2021 by Heathcliff74" />
|
||||
<Run Text="Copyright © 2014 - 2023 by Heathcliff74" />
|
||||
<LineBreak />
|
||||
<LineBreak />
|
||||
<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>
|
||||
<Deterministic>false</Deterministic>
|
||||
<Platforms>AnyCPU;x86;x64;arm64</Platforms>
|
||||
<DefineConstants>TRACE;PREVIEW</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
|
||||
@@ -23,6 +23,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Security.Cryptography;
|
||||
using System.Windows;
|
||||
using System.Xml.Serialization;
|
||||
|
||||
namespace WPinternals
|
||||
|
||||
Reference in New Issue
Block a user