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

Commit

Permalink
Whoopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
meliemelody committed Feb 10, 2023
1 parent e5396bf commit a65c382
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Aqua/Aqua.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,21 @@
<VMWareEdition>Player</VMWareEdition>
<QemuNetworkDevice>RTL8139</QemuNetworkDevice>
<QemuAudioDriver>AC97</QemuAudioDriver>
<DebugEnabled>True</DebugEnabled>
<DebugEnabled>False</DebugEnabled>
<QemuUseCustomParameters>False</QemuUseCustomParameters>
<QemuUseCustomLocation>False</QemuUseCustomLocation>
<QemuUseSerial>True</QemuUseSerial>
<ExtractMapFile>True</ExtractMapFile>
<ExtractMapFile>False</ExtractMapFile>
<Timeout>3</Timeout>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Version>$(VersionPrefix)</Version>
<TraceMode>All</TraceMode>
<VisualStudioDebugPort>Pipe: Cosmos\Serial</VisualStudioDebugPort>
<CosmosDebugPort>Serial: COM1</CosmosDebugPort>
<EnableGDB>False</EnableGDB>
<CompileVBEMultiboot>False</CompileVBEMultiboot>
<CompressionType>Gzip</CompressionType>
<OptimizationLevel>2</OptimizationLevel>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'" />
Expand All @@ -47,6 +50,7 @@
<None Remove="Fonts\zap-ext-vga09.psf" />
<None Remove="Kernel.cs~RFb22bb1.TMP" />
<None Remove="Miscellaneous\Activation\KeyDecryption.cs~RF15cb99fd.TMP" />
<None Remove="Sounds\Logoff.wav" />
<None Remove="Sounds\Logon.wav" />
<None Remove="Terminal\Accounts\LoginSystem.cs~RF25e82b9.TMP" />
<None Remove="Terminal\Accounts\LoginSystem.cs~RFbaceef.TMP" />
Expand All @@ -62,6 +66,9 @@
<EmbeddedResource Include="Fonts\zap-ext-vga09.psf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Sounds\Logoff.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="Sounds\Logon.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
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 = @"10/02/2023";
public static readonly string Time = @"16:19:54,55";
public static readonly string Time = @"16:34:39,58";
}
}

0 comments on commit a65c382

Please sign in to comment.