From a65c38291f9f78274dfe855e37da05b6c0f2fc87 Mon Sep 17 00:00:00 2001
From: iplux <49649756+ipluxteamx@users.noreply.github.com>
Date: Fri, 10 Feb 2023 16:37:19 +0100
Subject: [PATCH] Whoopsies
---
Aqua/Aqua.csproj | 11 +++++++++--
Aqua/Miscellaneous/CompileTime.cs | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/Aqua/Aqua.csproj b/Aqua/Aqua.csproj
index 83d6ba3..77ff94d 100644
--- a/Aqua/Aqua.csproj
+++ b/Aqua/Aqua.csproj
@@ -24,11 +24,11 @@
Player
RTL8139
AC97
- True
+ False
False
False
True
- True
+ False
3
False
$(VersionPrefix)
@@ -36,6 +36,9 @@
Pipe: Cosmos\Serial
Serial: COM1
False
+ False
+ Gzip
+ 2
@@ -47,6 +50,7 @@
+
@@ -62,6 +66,9 @@
PreserveNewest
+
+ PreserveNewest
+
PreserveNewest
diff --git a/Aqua/Miscellaneous/CompileTime.cs b/Aqua/Miscellaneous/CompileTime.cs
index b3feb1a..c51784a 100644
--- a/Aqua/Miscellaneous/CompileTime.cs
+++ b/Aqua/Miscellaneous/CompileTime.cs
@@ -2,6 +2,6 @@
namespace Aqua.Miscellaneous {
static class Compilation {
public static readonly string Date = @"10/02/2023";
- public static readonly string Time = @"16:19:54,55";
+ public static readonly string Time = @"16:34:39,58";
}
}