Enable Preview Build

This commit is contained in:
Gustave Monce
2023-11-26 18:50:46 +01:00
parent 16d3f95971
commit 8981fd02e9
4 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -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)
+1 -1
View File
@@ -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." />
+1
View File
@@ -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>
+1
View File
@@ -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