diff options
| author | lempamo <[email protected]> | 2017-08-09 18:02:34 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-09 18:02:34 -0400 |
| commit | b3c84489d5597811822099220dbe28f57b62a9a8 (patch) | |
| tree | e1dd64df535f7fdbc2d9ad25a9fb13642a7a5bd3 | |
| parent | 1d56f20e085a041c007fb7ac1fd64c7b8aabfa0f (diff) | |
| download | histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.tar.gz histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.tar.bz2 histacom2-b3c84489d5597811822099220dbe28f57b62a9a8.zip | |
time distorter 0.1 up and running
| -rw-r--r-- | TimeHACK.Engine/SaveSystem.cs | 9 | ||||
| -rw-r--r-- | TimeHACK.Main/GlobalPrograms/WinClassicNotepad.Designer.cs (renamed from TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs) | 0 | ||||
| -rw-r--r-- | TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs (renamed from TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs) | 0 | ||||
| -rw-r--r-- | TimeHACK.Main/GlobalPrograms/WinClassicNotepad.resx (renamed from TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.resx) | 0 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs | 11 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs | 132 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs | 18 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.Designer.cs | 9 | ||||
| -rw-r--r-- | TimeHACK.Main/Properties/Resources.resx | 3 | ||||
| -rw-r--r-- | TimeHACK.Main/Resources/distort1.wav | bin | 0 -> 1411244 bytes | |||
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 7 |
11 files changed, 173 insertions, 16 deletions
diff --git a/TimeHACK.Engine/SaveSystem.cs b/TimeHACK.Engine/SaveSystem.cs index 5700687..0b915f3 100644 --- a/TimeHACK.Engine/SaveSystem.cs +++ b/TimeHACK.Engine/SaveSystem.cs @@ -254,6 +254,15 @@ namespace TimeHACK.Engine // There is no "The Microsoft Network" folder! if (Directory.Exists(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"))) Directory.Delete(Path.Combine(ProfileProgramsDirectory, "The Microsoft Network"), true); + FileSystemFolderInfo fsfi = JsonConvert.DeserializeObject<FileSystemFolderInfo>(File.ReadAllText(Path.Combine(ProfileProgramsDirectory, "_data.info"))); + foreach (THDirInfo dir in fsfi.SubDirs) + { + if (dir.Name == "The Microsoft Network") + { + fsfi.SubDirs.Remove(dir); + break; + } + } } break; } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.Designer.cs index bd614eb..bd614eb 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.Designer.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.Designer.cs diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs index 581b789..581b789 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.cs +++ b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.cs diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.resx b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.resx index 1af7de1..1af7de1 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicNotepad.resx +++ b/TimeHACK.Main/GlobalPrograms/WinClassicNotepad.resx diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs index 10beaaa..0cb1d2f 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/WinClassicMinesweeper.Designer.cs @@ -107,6 +107,7 @@ this.helpToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; + this.menuStrip1.Padding = new System.Windows.Forms.Padding(2, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(164, 24); this.menuStrip1.TabIndex = 8; this.menuStrip1.Text = "menuStrip1"; @@ -129,8 +130,9 @@ this.toolStripSeparator4, this.exitToolStripMenuItem}); this.gameToolStripMenuItem.Name = "gameToolStripMenuItem"; - this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20); - this.gameToolStripMenuItem.Text = "Game"; + this.gameToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0); + this.gameToolStripMenuItem.Size = new System.Drawing.Size(42, 20); + this.gameToolStripMenuItem.Text = "&Game"; this.gameToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay; // // newToolStripMenuItem @@ -258,8 +260,9 @@ this.toolStripSeparator5, this.aboutMinesweeperToolStripMenuItem}); this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; - this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); - this.helpToolStripMenuItem.Text = "Help"; + this.helpToolStripMenuItem.Padding = new System.Windows.Forms.Padding(0); + this.helpToolStripMenuItem.Size = new System.Drawing.Size(36, 20); + this.helpToolStripMenuItem.Text = "&Help"; // // helpTopicsToolStripMenuItem // diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs index 4e5511a..ecea3af 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack2.cs @@ -1,7 +1,11 @@ using System; +using System.Drawing; +using System.Media; using System.Threading.Tasks; +using System.Windows.Forms; using TimeHACK.Engine; using TimeHACK.Engine.Template; +using TimeHACK.OS.Win98; namespace TimeHACK.OS.Win95.Win95Apps.Story { @@ -12,6 +16,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story public static async void StartObjective() { WinClassicTerminal Console = new WinClassicTerminal(true); + Random r = new Random(); WinClassic app = wm.StartWin95(Console, "MS-DOS Prompt", null, true, true); Console.WriteLine("telnet> 185.152.46.51 Connecting..."); @@ -92,8 +97,8 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story Console.WriteLine("12padams> NO! That's impossible!"); await Task.Delay(3000); Console.WriteLine("The Hidden Hacker> Oh, is it? Well, watch this!"); - await Task.Delay(2500); - TitleScreen.frm95.distort.Counter = 14; + TitleScreen.frm95.distort.Counter = 16; + await Task.Delay(2000); Console.WriteLine("Command> Show Timer"); TitleScreen.frm95.distort.lblCountDown.Show(); await Task.Delay(3000); @@ -129,7 +134,8 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story await Task.Delay(100); Program.Invert(Console.cmdPrompt); app.Close(); - await Task.Delay(1000); + await Task.Delay(100); + TitleScreen.frm95.taskbar.BackgroundImage = null; Program.Invert(TitleScreen.frm95.taskbar, false); await Task.Delay(100); Program.Invert(TitleScreen.frm95.taskbar, false); @@ -151,6 +157,126 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story Program.Invert(TitleScreen.frm95.taskbar, false); await Task.Delay(100); TitleScreen.frm95.taskbar.Hide(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Hide(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Show(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Hide(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Show(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Hide(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Show(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Hide(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Show(); + await Task.Delay(100); + TitleScreen.frm95.desktopicons.Hide(); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.distort.ParentForm.Location = new Point(r.Next(TitleScreen.frm95.Width), r.Next(TitleScreen.frm95.Height)); + Program.Invert(TitleScreen.frm95, false); + await Task.Delay(100); + TitleScreen.frm95.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).BringToFront(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).maximizebutton.Enabled = false; + ((WinClassic)TitleScreen.frm95.distort.ParentForm).WindowState = FormWindowState.Maximized; + ((WinClassic)TitleScreen.frm95.distort.ParentForm).right.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).left.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).bottom.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).top.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).bottomleftcorner.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).bottomrightcorner.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).topleftcorner.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).toprightcorner.Hide(); + ((WinClassic)TitleScreen.frm95.distort.ParentForm).Dock = DockStyle.Fill; + ((WinClassic)TitleScreen.frm95.distort.ParentForm).max = true; + ((WinClassic)TitleScreen.frm95.distort.ParentForm).maximizebutton.Image = Engine.Properties.Resources.WinClassicRestore; + ((WinClassic)TitleScreen.frm95.distort.ParentForm).programtopbar.Hide(); + TitleScreen.frm95.distort.BackColor = Color.Black; + TitleScreen.frm95.distort.btnGo.Hide(); + foreach (Control c in TitleScreen.frm95.distort.Controls) c.ForeColor = Color.Silver; + TitleScreen.frm95.distort.lblCountDown.Text = "Traveling..."; + + Point start = TitleScreen.frm95.distort.lblTo.Location; + Point end = new Point(TitleScreen.frm95.distort.lblDestYear.Location.X - TitleScreen.frm95.distort.lblTo.Width - 10, TitleScreen.frm95.distort.lblDestYear.Location.Y); + int increment = (end.X - start.X) / 50; + + SoundPlayer sp = new SoundPlayer(Properties.Resources.distort1); + sp.Play(); + await Task.Delay(1000); + + for (int i = 0; i < 50; i += 2) + { + TitleScreen.frm95.distort.lblTo.ForeColor = Color.White; + TitleScreen.frm95.distort.lblTo.Location = new Point(TitleScreen.frm95.distort.lblTo.Location.X + increment, TitleScreen.frm95.distort.lblTo.Location.Y); + await Task.Delay(100); + TitleScreen.frm95.distort.lblTo.ForeColor = Color.Silver; + TitleScreen.frm95.distort.lblTo.Location = new Point(TitleScreen.frm95.distort.lblTo.Location.X + increment, TitleScreen.frm95.distort.lblTo.Location.Y); + await Task.Delay(100); + } + foreach (Control c in TitleScreen.frm95.distort.Controls) c.ForeColor = Color.Gray; + await Task.Delay(100); + foreach (Control c in TitleScreen.frm95.distort.Controls) c.ForeColor = Color.Black; + await Task.Delay(2000); + sp.Stop(); + + SaveSystem.UpgradeFileSystem("95", "98"); + SaveSystem.CurrentSave.CurrentOS = "98"; + SaveSystem.currentTheme = new Default98Theme(); + TitleScreen.frm95.distort.ParentForm.Close(); + Program.title.StartGame(); + TitleScreen.frm95.Close(); + return; } } } diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs index 8ea1805..abbaac5 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicTimeDistorter.Designer.cs @@ -41,6 +41,7 @@ // // lblDest // + this.lblDest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblDest.AutoSize = true; this.lblDest.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblDest.Location = new System.Drawing.Point(286, 6); @@ -53,6 +54,7 @@ // // lblDestYear // + this.lblDestYear.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblDestYear.AutoSize = true; this.lblDestYear.Font = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblDestYear.Location = new System.Drawing.Point(333, 32); @@ -77,6 +79,7 @@ // // lblYear // + this.lblYear.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblYear.AutoSize = true; this.lblYear.Font = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblYear.Location = new System.Drawing.Point(29, 32); @@ -89,6 +92,7 @@ // // lblTo // + this.lblTo.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblTo.AutoSize = true; this.lblTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblTo.Location = new System.Drawing.Point(151, 43); @@ -112,14 +116,16 @@ // // lblCountDown // - this.lblCountDown.AutoSize = true; + this.lblCountDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.lblCountDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.lblCountDown.Location = new System.Drawing.Point(48, 87); + this.lblCountDown.Location = new System.Drawing.Point(0, 88); this.lblCountDown.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblCountDown.Name = "lblCountDown"; - this.lblCountDown.Size = new System.Drawing.Size(46, 25); + this.lblCountDown.Size = new System.Drawing.Size(464, 25); this.lblCountDown.TabIndex = 8; this.lblCountDown.Text = "null"; + this.lblCountDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCountDown.Visible = false; // // countDownTimer @@ -148,12 +154,12 @@ #endregion private System.Windows.Forms.Label lblDest; - private System.Windows.Forms.Label lblDestYear; private System.Windows.Forms.Label lblCurrent; private System.Windows.Forms.Label lblYear; - private System.Windows.Forms.Label lblTo; - private System.Windows.Forms.Button btnGo; internal System.Windows.Forms.Label lblCountDown; private System.Windows.Forms.Timer countDownTimer; + internal System.Windows.Forms.Button btnGo; + internal System.Windows.Forms.Label lblTo; + internal System.Windows.Forms.Label lblDestYear; } } diff --git a/TimeHACK.Main/Properties/Resources.Designer.cs b/TimeHACK.Main/Properties/Resources.Designer.cs index 89bb62e..2460c78 100644 --- a/TimeHACK.Main/Properties/Resources.Designer.cs +++ b/TimeHACK.Main/Properties/Resources.Designer.cs @@ -146,6 +146,15 @@ namespace TimeHACK.Properties { } /// <summary> + /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. + /// </summary> + internal static System.IO.UnmanagedMemoryStream distort1 { + get { + return ResourceManager.GetStream("distort1", resourceCulture); + } + } + + /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> internal static System.Drawing.Bitmap EndingDestruction { diff --git a/TimeHACK.Main/Properties/Resources.resx b/TimeHACK.Main/Properties/Resources.resx index 81dc690..90654ef 100644 --- a/TimeHACK.Main/Properties/Resources.resx +++ b/TimeHACK.Main/Properties/Resources.resx @@ -711,6 +711,9 @@ <data name="AchievementMines" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\AchievementMines.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="distort1" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\distort1.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> + </data> <data name="EndingDestruction" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\EndingDestruction.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> diff --git a/TimeHACK.Main/Resources/distort1.wav b/TimeHACK.Main/Resources/distort1.wav Binary files differnew file mode 100644 index 0000000..bbb9e24 --- /dev/null +++ b/TimeHACK.Main/Resources/distort1.wav diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 2dfcdb9..cae5046 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -310,10 +310,10 @@ <Compile Include="GlobalPrograms\WinClassicDownloader.Designer.cs"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs"> + <Compile Include="GlobalPrograms\WinClassicNotepad.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs"> + <Compile Include="GlobalPrograms\WinClassicNotepad.Designer.cs"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.cs"> @@ -456,7 +456,7 @@ <EmbeddedResource Include="GlobalPrograms\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicNotepad.resx"> + <EmbeddedResource Include="GlobalPrograms\WinClassicNotepad.resx"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWordPad.resx"> @@ -513,6 +513,7 @@ <None Include="Resources\EndingDestruction.png" /> <None Include="Resources\EndingPiracy.png" /> <None Include="Resources\AchievementMines.png" /> + <None Include="Resources\distort1.wav" /> <Content Include="Resources\Icon128x.ico" /> <None Include="Resources\ICTheme_BG.jpg" /> <Content Include="Resources\IE4\google.jpg" /> |
