Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Project Avalanche
Browse files Browse the repository at this point in the history
  • Loading branch information
meliemelody committed Mar 3, 2023
1 parent 2bec67b commit 6e4915a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Aqua/Aqua.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<VMWareEdition>Workstation</VMWareEdition>
<QemuNetworkDevice>RTL8139</QemuNetworkDevice>
<QemuAudioDriver>AC97</QemuAudioDriver>
<DebugEnabled>True</DebugEnabled>
<DebugEnabled>False</DebugEnabled>
<QemuUseCustomParameters>False</QemuUseCustomParameters>
<QemuUseCustomLocation>False</QemuUseCustomLocation>
<QemuUseSerial>True</QemuUseSerial>
Expand All @@ -35,7 +35,7 @@
<TraceMode>All</TraceMode>
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
<EnableGDB>False</EnableGDB>
<EnableGDB>True</EnableGDB>
<CompileVBEMultiboot>False</CompileVBEMultiboot>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Aqua/Miscellaneous/CompileTime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
namespace Aqua.Miscellaneous {
static class Compilation {
public static readonly string Date = @"03/03/2023";
public static readonly string Time = @"14:30:57,41";
public static readonly string Time = @"15:33:18,95";
}
}
2 changes: 1 addition & 1 deletion Aqua/Miscellaneous/TEDEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace Aqua.Miscellaneous
{
/*
* Project Renaissance
* Project Avalanche
* Source code by ipluxteamx.
* Software for Aqua System 0.2.1
*
Expand Down

0 comments on commit 6e4915a

Please sign in to comment.