diff options
| author | lempamo <[email protected]> | 2017-05-01 22:28:49 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-01 22:28:49 -0400 |
| commit | 54ab3c7ef0456736ec0eb2d78e03253ce25fb971 (patch) | |
| tree | ea2b53ca9860412112718edb72980b57bb72626b | |
| parent | 338aebc311325b1f1ddf1cf6853dbf1905fb0759 (diff) | |
| parent | 01d130bf5c3466d5b581cb3a2cf7bdeb4e5ff721 (diff) | |
| download | histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.tar.gz histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.tar.bz2 histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.zip | |
Merge pull request #61 from lempamo/master
added google and outlook express started
33 files changed, 148 insertions, 80 deletions
diff --git a/.vs/TimeHACK/v14/.suo b/.vs/TimeHACK/v14/.suo Binary files differindex bf0ef66..7ee75ac 100644 --- a/.vs/TimeHACK/v14/.suo +++ b/.vs/TimeHACK/v14/.suo diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index f110aaa..ecb6b48 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -100,7 +100,7 @@ </EmbeddedResource> </ItemGroup> <ItemGroup> - <Content Include="Resources\CHORD.WAV" /> + <Content Include="Resources\chord.wav" /> <Content Include="Resources\Icon128x.ico" /> <None Include="Resources\WinAboutSeparator95.png" /> <Content Include="Resources\WinClassic\Window\BottomLeft.png" /> diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll Binary files differindex c898c01..4bb4674 100644 --- a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll +++ b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb Binary files differindex 2c282f7..bea88dc 100644 --- a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb +++ b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb diff --git a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache Binary files differindex 1bce6fa..4103602 100644 --- a/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache +++ b/TimeHACK.Engine/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll Binary files differindex c898c01..4bb4674 100644 --- a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll +++ b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb Binary files differindex 2c282f7..bea88dc 100644 --- a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb +++ b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs index ce6e648..6241924 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.Designer.cs @@ -1153,7 +1153,6 @@ this.LinkLabel15.TabStop = true; this.LinkLabel15.Text = "www.google.com"; this.LinkLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - this.LinkLabel15.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel15_LinkClicked); // // Label3 // diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs index 9f35153..b5b3d03 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs @@ -54,7 +54,7 @@ namespace TimeHACK.OS.Win95.Win95Apps hotmailpadams.Hide(); } - private void LinkLabel15_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + private void LinkLabel15_LinkClicked(object sender, HtmlElementEventArgs e) { goToSite("www.google.com", false); } @@ -102,8 +102,7 @@ namespace TimeHACK.OS.Win95.Win95Apps { case "www.google.com": hidePrograms(); - googlemain.Dock = DockStyle.Fill; - googlemain.Show(); + webBrowser1.DocumentText = resources.GetString("google_HTML"); break; case "www.google.stanford.edu": hidePrograms(); @@ -202,6 +201,7 @@ namespace TimeHACK.OS.Win95.Win95Apps switch (currentsite.Title) { case "IE4START": + webBrowser1.Document.GetElementById("google").Click += new HtmlElementEventHandler(LinkLabel15_LinkClicked); webBrowser1.Document.GetElementById("padams").Click += new HtmlElementEventHandler(padams_LinkClicked); break; case "12PADAMS": diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx index dd84e1b..8addf12 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.resx @@ -283,7 +283,7 @@ Where do you want to go today?</p> p.app button { float: right; background-color: silver; - border-color: gray black black gray; + border-color: white black black white; margin-right: 2px; } a { @@ -314,8 +314,10 @@ Where do you want to go today?</p> <p class="app" id="eb">Error Blaster 95 <button id="eb_b">Download</button></p> </div></td> <td><div class="sites"> - <h1>WebSites</h1> - <a id="hotmail" href="hotmail">www.hotmail.com</a> + <h1>Changelog</h1> + <p class="app">1996: 12padams.com created</p> + <p class="app">1997: Software added to the site</p> + <p class="app">1̧͙̙̦̪͙͇̜̥͍̟͍̹̰̝͖̫̩͘͡͡9̸̨͏̖̱̗̣̥͕̲͈̬̦9͠҉̶̢͔̹̖͇̫̩̻̪̬͔̥̟̺̼̺̟̫8̷̴̶̱̩͖̟̠̬̻̼̳̰̺͚͜͞:̧͟͏̰̣̠̹͍͔̼͕̲͇̪̥̗̞͚͇̖ͅ ͏̙͇̮̤̠͇̜͚͈͇͔̠̙͜͡ͅÀ͏̰̮̞̲̠̩̳͙͓͉̭̼̠͕̣͇̜͎ͅd̢̩̝̙̩̭̫͓̮͙͔̘̥͝d̻̻̪̙͖̬͈͟͝e͠҉̨̧҉̯̙̹̝̟̺̰͖̹̞̻̝̖̪͉͍͇̬#҉̵̻̜͇̻̹͈̀͟ ̨̡̘͓͔̜̭̫͖͔̰̦̘̀#̛͓̬̭̦̹̙̭͕̕#̧͢͠͏̖̙͚͉͇̣̜̖ͅ#̜̝͚͓̳̘̭̣̲̟̤̖͇̬̠̯̠̀͠ ̢͚̲̞̯͎͙̪̗̜̹͙͓͉͢ͅ#̡͙̻̫̝̪͙͚̺̝͓̘̬̬͙͔̀̕͠#̴҉͖̲̺̱͖͈̭̭ͅ#̸̸̷̼̫̪̖̻̻͈̭̬͓̘͓̦̟̻̪͇̞̕#̸̢̨̻̗̣̠̥̖̜̜̖̺͍̝̗͓̦̳̫#̛͡҉̭̝̙̟̘̩̬͖͎̘̞̭̖͔̪̼̠͢ͅ#̰̜̭̹̻̖̬̺͘͡#̛̬̣̳͔͔̘̟͜͢͟͡#̷̨̼̺̤̥̞́͢͡ ̢̞̬͙͍̬̪̪̰̰̰̙̮͙͚͕̩̟͇̕͜ͅ#̶͙̣̣̦͈͈̫̕͡#̸̡̥̹̮͇̱̱͍͜͜͢#̵̢̧̦͙̮̮͔͖̞̮͚͞#̧̗̤̱̪̜͓̠͖̞̰͍͢#̧̱̳̻̖̝͇͜͞#̛́҉͍̩̞̬͔̬̪̻̯̩#̷̴̨̙͚̹̘̜̗͔̺͖̳̕͜#̶̬͖͙̠̜̲̱̲͙̻̙̩̹̳̪̠̖́̕͟͞ͅ</p> </div></td> </tr> </table> @@ -323,4 +325,25 @@ Where do you want to go today?</p> </body> </html></value> </data> + <data name="google_HTML" xml:space="preserve"> + <value><html> + <head> + <meta charset="utf-8" /> + <title>GOOGLE</title> + <style> + a { + color: blue; + text-decoration: underline; + cursor: hand; + } + </style> + </head> + <body> + <h1>Welcome to Google</h1> + <a id="prototype">Google Search Engine Prototype</a> + <br /> + <a id="alpha">Might-work-some-of-the-time-prototype that is much more up to date.</a> + </body> +</html></value> + </data> </root>
\ No newline at end of file diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs new file mode 100644 index 0000000..26a913d --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs @@ -0,0 +1,37 @@ +namespace TimeHACK.OS.Win95.Win95Apps +{ + partial class WinClassicOE4 + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + } + + #endregion + } +} diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs new file mode 100644 index 0000000..cb7a350 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Drawing; +using System.Data; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace TimeHACK.OS.Win95.Win95Apps +{ + public partial class WinClassicOE4 : UserControl + { + public WinClassicOE4() + { + InitializeComponent(); + } + } +} diff --git a/TimeHACK.Main/Resources/IE4/googlehome.html b/TimeHACK.Main/Resources/IE4/googlehome.html new file mode 100644 index 0000000..696fe2b --- /dev/null +++ b/TimeHACK.Main/Resources/IE4/googlehome.html @@ -0,0 +1,19 @@ +<html> + <head> + <meta charset="utf-8" /> + <title>GOOGLE</title> + <style> + a { + color: blue; + text-decoration: underline; + cursor: hand; + } + </style> + </head> + <body> + <h1>Welcome to Google</h1> + <a id="prototype">Google Search Engine Prototype</a> + <br /> + <a id="alpha">Might-work-some-of-the-time-prototype that is much more up to date.</a> + </body> +</html>
\ No newline at end of file diff --git a/TimeHACK.Main/Resources/IE4/padams.html b/TimeHACK.Main/Resources/IE4/padams.html index d8846bf..af12151 100644 --- a/TimeHACK.Main/Resources/IE4/padams.html +++ b/TimeHACK.Main/Resources/IE4/padams.html @@ -1,4 +1,4 @@ -<html> +<html> <head> <title>12PADAMS</title> <style> @@ -63,8 +63,10 @@ <p class="app" id="eb">Error Blaster 95 <button id="eb_b">Download</button></p> </div></td> <td><div class="sites"> - <h1>WebSites</h1> - <a id="hotmail" href="hotmail">www.hotmail.com</a> + <h1>Changelog</h1> + <p class="app">1996: 12padams.com created</p> + <p class="app">1997: Software added to the site</p> + <p class="app">1̧͙̙̦̪͙͇̜̥͍̟͍̹̰̝͖̫̩͘͡͡9̸̨͏̖̱̗̣̥͕̲͈̬̦9͠҉̶̢͔̹̖͇̫̩̻̪̬͔̥̟̺̼̺̟̫8̷̴̶̱̩͖̟̠̬̻̼̳̰̺͚͜͞:̧͟͏̰̣̠̹͍͔̼͕̲͇̪̥̗̞͚͇̖ͅ ͏̙͇̮̤̠͇̜͚͈͇͔̠̙͜͡ͅÀ͏̰̮̞̲̠̩̳͙͓͉̭̼̠͕̣͇̜͎ͅd̢̩̝̙̩̭̫͓̮͙͔̘̥͝d̻̻̪̙͖̬͈͟͝e͠҉̨̧҉̯̙̹̝̟̺̰͖̹̞̻̝̖̪͉͍͇̬#҉̵̻̜͇̻̹͈̀͟ ̨̡̘͓͔̜̭̫͖͔̰̦̘̀#̛͓̬̭̦̹̙̭͕̕#̧͢͠͏̖̙͚͉͇̣̜̖ͅ#̜̝͚͓̳̘̭̣̲̟̤̖͇̬̠̯̠̀͠ ̢͚̲̞̯͎͙̪̗̜̹͙͓͉͢ͅ#̡͙̻̫̝̪͙͚̺̝͓̘̬̬͙͔̀̕͠#̴҉͖̲̺̱͖͈̭̭ͅ#̸̸̷̼̫̪̖̻̻͈̭̬͓̘͓̦̟̻̪͇̞̕#̸̢̨̻̗̣̠̥̖̜̜̖̺͍̝̗͓̦̳̫#̛͡҉̭̝̙̟̘̩̬͖͎̘̞̭̖͔̪̼̠͢ͅ#̰̜̭̹̻̖̬̺͘͡#̛̬̣̳͔͔̘̟͜͢͟͡#̷̨̼̺̤̥̞́͢͡ ̢̞̬͙͍̬̪̪̰̰̰̙̮͙͚͕̩̟͇̕͜ͅ#̶͙̣̣̦͈͈̫̕͡#̸̡̥̹̮͇̱̱͍͜͜͢#̵̢̧̦͙̮̮͔͖̞̮͚͞#̧̗̤̱̪̜͓̠͖̞̰͍͢#̧̱̳̻̖̝͇͜͞#̛́҉͍̩̞̬͔̬̪̻̯̩#̷̴̨̙͚̹̘̜̗͔̺͖̳̕͜#̶̬͖͙̠̜̲̱̲͙̻̙̩̹̳̪̠̖́̕͟͞ͅ</p> </div></td> </tr> </table> diff --git a/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png b/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png Binary files differindex 6b38bfc..8ba215b 100644 --- a/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png +++ b/TimeHACK.Main/Resources/WinClassic/WinClassicOutlook.png diff --git a/TimeHACK.Main/Resources/ie4start.html b/TimeHACK.Main/Resources/ie4start.html deleted file mode 100644 index 927072d..0000000 --- a/TimeHACK.Main/Resources/ie4start.html +++ /dev/null @@ -1,38 +0,0 @@ -<html> - <head> - <style> - body { - font-family: "Microsoft Sans Serif"; - text-align: center; - } - h1 { - margin-top: 19px; - font-size: 14.25pt; - font-style: bold; - } - p { - font-size: 11.25pt; - } - h2 { - font-size: 12pt; - font-style: bold; - margin-top: 50px; - } - p.end { - font-size: 9.75pt; - } - </style> - </head> - <body> - <h1>Welcome to Internet Explorer 4</h1> - <p>Welcome To Internet Explorer 4.<br> -Internet Explorer 4 makes browsing the web and exploring websites a pleasant experience.<br> -Just type an address in the location bar above and then press go.<br> -Instantly you will be taken to the webpage of your choosing.<br> -Where do you want to go today?</p> - <h2>Here are some sites you may want to visit.</h2> - <a href="google">www.google.com</a><br> - <a href="12padams">www.12padams.com</a> - <p class="end">Where do you want to go today?</p> - </body> -</html>
\ No newline at end of file diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 5a548e9..9e1f185 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -173,6 +173,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicOE4.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicOE4.Designer.cs"> + <DependentUpon>WinClassicOE4.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.cs"> <SubType>UserControl</SubType> </Compile> @@ -265,7 +271,7 @@ <ItemGroup> <Content Include="Resources\12padams_EULA.txt" /> <Content Include="Resources\Icon128x.ico" /> - <Content Include="Resources\ie4start.html" /> + <Content Include="Resources\IE4\googlehome.html" /> <Content Include="Resources\IE4\ie4start.html" /> <Content Include="Resources\IE4\padams.html" /> <Content Include="Resources\TitleScreen\Exit.png" /> diff --git a/TimeHACK.Main/bin/Release/TimeHACK.application b/TimeHACK.Main/bin/Release/TimeHACK.application index 9cd6f26..6407e4a 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.application @@ -7,14 +7,14 @@ <framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" /> </compatibleFrameworks> <dependency> - <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21660"> + <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21666"> <assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z91DCRHduA138p0BQ66PsYR+/zvHL7zXcxwjIvpyCOY=</dsig:DigestValue> + <dsig:DigestValue>6bv237YURGeQd82hEnN/K9cMqRJRgAXxjq2r2F2aAdY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe b/TimeHACK.Main/bin/Release/TimeHACK.exe Binary files differindex abb8fa8..b2f3aa5 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe diff --git a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest index 34c2016..21ccfa0 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.exe.manifest @@ -56,14 +56,14 @@ </dependentAssembly> </dependency> <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4746240"> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4749312"> <assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z6gkClY27ikaVKPs6g8Sxvlc18WRHS5+MmI5W8+AfvY=</dsig:DigestValue> + <dsig:DigestValue>USJSB0RbAErTM2iIsNLuhWsSdFMJw1pUqFSpExMbURU=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> @@ -97,31 +97,31 @@ <dsig:DigestValue>nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=</dsig:DigestValue> </hash> </file> - <file name="Resources\IE4\ie4start.html" size="1061"> + <file name="Resources\IE4\googlehome.html" size="470"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue> + <dsig:DigestValue>AV1YV8IcNRF9IHH0S+v588FaGy4GVtg7AgrVXUKtqmE=</dsig:DigestValue> </hash> </file> - <file name="Resources\IE4\padams.html" size="1989"> + <file name="Resources\IE4\ie4start.html" size="1061"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>r20Xm3dFHHwOAIrhHc0S6xmhhHmTAVxkM6a4TCf44wU=</dsig:DigestValue> + <dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue> </hash> </file> - <file name="Resources\ie4start.html" size="956"> + <file name="Resources\IE4\padams.html" size="3165"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>98XY8u0SJyERQAAYM79J7GuF2ASvy6Am/ezeExr25DA=</dsig:DigestValue> + <dsig:DigestValue>k2m2tLIfVCyO67LZX2zSmbVyhl5XLttVgRG6E8/VuF0=</dsig:DigestValue> </hash> </file> <file name="Resources\TitleScreen\Exit.png" size="138932"> diff --git a/TimeHACK.Main/bin/Release/TimeHACK.pdb b/TimeHACK.Main/bin/Release/TimeHACK.pdb Binary files differindex 71e6eb7..2cb9191 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.pdb +++ b/TimeHACK.Main/bin/Release/TimeHACK.pdb diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application index 9cd6f26..6407e4a 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.application +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.application @@ -7,14 +7,14 @@ <framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" /> </compatibleFrameworks> <dependency> - <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21660"> + <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21666"> <assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z91DCRHduA138p0BQ66PsYR+/zvHL7zXcxwjIvpyCOY=</dsig:DigestValue> + <dsig:DigestValue>6bv237YURGeQd82hEnN/K9cMqRJRgAXxjq2r2F2aAdY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest index 34c2016..21ccfa0 100644 --- a/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest +++ b/TimeHACK.Main/bin/Release/TimeHACK.vshost.exe.manifest @@ -56,14 +56,14 @@ </dependentAssembly> </dependency> <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4746240"> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4749312"> <assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z6gkClY27ikaVKPs6g8Sxvlc18WRHS5+MmI5W8+AfvY=</dsig:DigestValue> + <dsig:DigestValue>USJSB0RbAErTM2iIsNLuhWsSdFMJw1pUqFSpExMbURU=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> @@ -97,31 +97,31 @@ <dsig:DigestValue>nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=</dsig:DigestValue> </hash> </file> - <file name="Resources\IE4\ie4start.html" size="1061"> + <file name="Resources\IE4\googlehome.html" size="470"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue> + <dsig:DigestValue>AV1YV8IcNRF9IHH0S+v588FaGy4GVtg7AgrVXUKtqmE=</dsig:DigestValue> </hash> </file> - <file name="Resources\IE4\padams.html" size="1989"> + <file name="Resources\IE4\ie4start.html" size="1061"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>r20Xm3dFHHwOAIrhHc0S6xmhhHmTAVxkM6a4TCf44wU=</dsig:DigestValue> + <dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue> </hash> </file> - <file name="Resources\ie4start.html" size="956"> + <file name="Resources\IE4\padams.html" size="3165"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>98XY8u0SJyERQAAYM79J7GuF2ASvy6Am/ezeExr25DA=</dsig:DigestValue> + <dsig:DigestValue>k2m2tLIfVCyO67LZX2zSmbVyhl5XLttVgRG6E8/VuF0=</dsig:DigestValue> </hash> </file> <file name="Resources\TitleScreen\Exit.png" size="138932"> diff --git a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe Binary files differindex abb8fa8..b2f3aa5 100644 --- a/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe +++ b/TimeHACK.Main/bin/Release/app.publish/TimeHACK.exe diff --git a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache Binary files differindex 67272f8..fc1a67a 100644 --- a/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache +++ b/TimeHACK.Main/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache Binary files differindex f637775..cf5705c 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache +++ b/TimeHACK.Main/obj/Release/TimeHACK.Main.csproj.GenerateResource.Cache diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache Binary files differindex 35fc9c0..bc11b9a 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache +++ b/TimeHACK.Main/obj/Release/TimeHACK.Main.csprojResolveAssemblyReference.cache diff --git a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources Binary files differindex 85437b0..5e99b33 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources +++ b/TimeHACK.Main/obj/Release/TimeHACK.OS.Win95.Win95Apps.WinClassicIE4.resources diff --git a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources Binary files differindex b9c9d04..d341c34 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources +++ b/TimeHACK.Main/obj/Release/TimeHACK.Properties.Resources.resources diff --git a/TimeHACK.Main/obj/Release/TimeHACK.application b/TimeHACK.Main/obj/Release/TimeHACK.application index 9cd6f26..6407e4a 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.application +++ b/TimeHACK.Main/obj/Release/TimeHACK.application @@ -7,14 +7,14 @@ <framework targetVersion="4.5.2" profile="Full" supportedRuntime="4.0.30319" /> </compatibleFrameworks> <dependency> - <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21660"> + <dependentAssembly dependencyType="install" codebase="TimeHACK.exe.manifest" size="21666"> <assemblyIdentity name="TimeHACK.exe" version="1.0.1.0" publicKeyToken="0000000000000000" language="en" processorArchitecture="msil" type="win32" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z91DCRHduA138p0BQ66PsYR+/zvHL7zXcxwjIvpyCOY=</dsig:DigestValue> + <dsig:DigestValue>6bv237YURGeQd82hEnN/K9cMqRJRgAXxjq2r2F2aAdY=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe b/TimeHACK.Main/obj/Release/TimeHACK.exe Binary files differindex abb8fa8..b2f3aa5 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe diff --git a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest index 34c2016..21ccfa0 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest +++ b/TimeHACK.Main/obj/Release/TimeHACK.exe.manifest @@ -56,14 +56,14 @@ </dependentAssembly> </dependency> <dependency> - <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4746240"> + <dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="4749312"> <assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" /> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>Z6gkClY27ikaVKPs6g8Sxvlc18WRHS5+MmI5W8+AfvY=</dsig:DigestValue> + <dsig:DigestValue>USJSB0RbAErTM2iIsNLuhWsSdFMJw1pUqFSpExMbURU=</dsig:DigestValue> </hash> </dependentAssembly> </dependency> @@ -97,31 +97,31 @@ <dsig:DigestValue>nzG7pg3H+3uPdr/lzLxyroAH8XD1zvIYW4peV9fAD6M=</dsig:DigestValue> </hash> </file> - <file name="Resources\IE4\ie4start.html" size="1061"> + <file name="Resources\IE4\googlehome.html" size="470"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue> + <dsig:DigestValue>AV1YV8IcNRF9IHH0S+v588FaGy4GVtg7AgrVXUKtqmE=</dsig:DigestValue> </hash> </file> - <file name="Resources\IE4\padams.html" size="1989"> + <file name="Resources\IE4\ie4start.html" size="1061"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>r20Xm3dFHHwOAIrhHc0S6xmhhHmTAVxkM6a4TCf44wU=</dsig:DigestValue> + <dsig:DigestValue>CI8nqeRbEcv/kXZo8apCAtXPlg//IMQaPU9P6+ub2dw=</dsig:DigestValue> </hash> </file> - <file name="Resources\ie4start.html" size="956"> + <file name="Resources\IE4\padams.html" size="3165"> <hash> <dsig:Transforms> <dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" /> </dsig:Transforms> <dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" /> - <dsig:DigestValue>98XY8u0SJyERQAAYM79J7GuF2ASvy6Am/ezeExr25DA=</dsig:DigestValue> + <dsig:DigestValue>k2m2tLIfVCyO67LZX2zSmbVyhl5XLttVgRG6E8/VuF0=</dsig:DigestValue> </hash> </file> <file name="Resources\TitleScreen\Exit.png" size="138932"> diff --git a/TimeHACK.Main/obj/Release/TimeHACK.pdb b/TimeHACK.Main/obj/Release/TimeHACK.pdb Binary files differindex 71e6eb7..2cb9191 100644 --- a/TimeHACK.Main/obj/Release/TimeHACK.pdb +++ b/TimeHACK.Main/obj/Release/TimeHACK.pdb |
