diff options
Diffstat (limited to 'Histacom2')
| -rw-r--r-- | Histacom2/Histacom2.csproj | 1038 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.Designer.cs (renamed from Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.Designer.cs) | 4 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.cs (renamed from Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.cs) | 4 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.resx (renamed from Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.resx) | 0 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs | 4 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs | 3 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Windows95.Designer.cs (renamed from Histacom2/OS/Win95/Win95.Designer.cs) | 0 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Windows95.cs (renamed from Histacom2/OS/Win95/Win95.cs) | 5 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Windows95.resx (renamed from Histacom2/OS/Win95/Win95.resx) | 0 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Windows95TaskbarItem.Designer.cs (renamed from Histacom2/OS/Win95/Win95TaskBarItem.Designer.cs) | 6 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Windows95TaskbarItem.cs (renamed from Histacom2/OS/Win95/Win95TaskBarItem.cs) | 18 | ||||
| -rw-r--r-- | Histacom2/OS/Win95/Windows95TaskbarItem.resx (renamed from Histacom2/OS/Win95/Win95TaskBarItem.resx) | 0 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs | 2 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Windows98.Designer.cs (renamed from Histacom2/OS/Win98/Win98.Designer.cs) | 0 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Windows98.cs (renamed from Histacom2/OS/Win98/Win98.cs) | 6 | ||||
| -rw-r--r-- | Histacom2/OS/Win98/Windows98.resx (renamed from Histacom2/OS/Win98/Win98.resx) | 0 | ||||
| -rw-r--r-- | Histacom2/OS/WinME/WinME.cs | 6 | ||||
| -rw-r--r-- | Histacom2/OS/WinXPBad/WinXPBad.cs | 6 | ||||
| -rw-r--r-- | Histacom2/Program.cs | 1 | ||||
| -rw-r--r-- | Histacom2/Properties/AssemblyInfo.cs | 29 | ||||
| -rw-r--r-- | Histacom2/TitleScreen.cs | 2 | ||||
| -rw-r--r-- | Histacom2/packages.config | 4 |
22 files changed, 77 insertions, 1061 deletions
diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 22efe4a..3744483 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -1,1006 +1,56 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> +<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> + <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProjectGuid>{B958AA5F-8AED-456C-9C07-9E4C6C027042}</ProjectGuid> <OutputType>WinExe</OutputType> - <AppDesignerFolder>Properties</AppDesignerFolder> - <RootNamespace>Histacom2</RootNamespace> - <AssemblyName>Histacom2</AssemblyName> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - <FileAlignment>512</FileAlignment> - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> - <IsWebBootstrapper>false</IsWebBootstrapper> - <PublishUrl>C:\Users\lempamo\Desktop\</PublishUrl> - <Install>true</Install> - <InstallFrom>Disk</InstallFrom> - <UpdateEnabled>false</UpdateEnabled> - <UpdateMode>Foreground</UpdateMode> - <UpdateInterval>7</UpdateInterval> - <UpdateIntervalUnits>Days</UpdateIntervalUnits> - <UpdatePeriodically>false</UpdatePeriodically> - <UpdateRequired>false</UpdateRequired> - <MapFileExtensions>false</MapFileExtensions> - <TargetCulture>en</TargetCulture> - <ProductName>Histacom 2.0</ProductName> - <PublisherName>AJL Games</PublisherName> - <WebPage>publish.htm</WebPage> - <OpenBrowserOnPublish>false</OpenBrowserOnPublish> - <ApplicationRevision>0</ApplicationRevision> - <ApplicationVersion>2.1.0.0</ApplicationVersion> - <UseApplicationTrust>true</UseApplicationTrust> - <CreateDesktopShortcut>true</CreateDesktopShortcut> - <PublishWizardCompleted>true</PublishWizardCompleted> - <BootstrapperEnabled>false</BootstrapperEnabled> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <PlatformTarget>AnyCPU</PlatformTarget> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>bin\Debug\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <PlatformTarget>AnyCPU</PlatformTarget> - <DebugType>pdbonly</DebugType> - <Optimize>true</Optimize> - <OutputPath>bin\Release\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup> - <StartupObject>Histacom2.Program</StartupObject> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> - <DebugSymbols>true</DebugSymbols> - <OutputPath>bin\x86\Debug\</OutputPath> - <DefineConstants>DEBUG;TRACE</DefineConstants> - <DebugType>full</DebugType> - <PlatformTarget>x86</PlatformTarget> - <ErrorReport>prompt</ErrorReport> - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> - <Prefer32Bit>true</Prefer32Bit> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> - <OutputPath>bin\x86\Release\</OutputPath> - <DefineConstants>TRACE</DefineConstants> - <Optimize>true</Optimize> - <DebugType>pdbonly</DebugType> - <PlatformTarget>x86</PlatformTarget> - <ErrorReport>prompt</ErrorReport> - <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> - <Prefer32Bit>true</Prefer32Bit> - </PropertyGroup> - <PropertyGroup> - <ManifestCertificateThumbprint>1194F9D110CE37E287D2AAE10D81371AB88D31B2</ManifestCertificateThumbprint> - </PropertyGroup> - <PropertyGroup> - <ManifestKeyFile> - </ManifestKeyFile> - </PropertyGroup> - <PropertyGroup> - <GenerateManifests>true</GenerateManifests> - </PropertyGroup> - <PropertyGroup> - <SignManifests>false</SignManifests> - </PropertyGroup> - <PropertyGroup> - <ApplicationIcon>Resources\HistacomIcon.ico</ApplicationIcon> - </PropertyGroup> - <PropertyGroup> - <SignAssembly>false</SignAssembly> - </PropertyGroup> - <PropertyGroup> - <AssemblyOriginatorKeyFile> - </AssemblyOriginatorKeyFile> - </PropertyGroup> - <PropertyGroup> - <NoWin32Manifest>true</NoWin32Manifest> + <TargetFrameworks>net472;netcoreapp3.0</TargetFrameworks> + <UseWindowsForms>true</UseWindowsForms> + <Version>2.0.3.0</Version> + <AssemblyTitle>Histacom2.Engine</AssemblyTitle> + <Copyright>(C) Michael Webb and contributors, 2017-2019</Copyright> </PropertyGroup> + <ItemGroup> - <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> - </Reference> - <Reference Include="PinkieControls, Version=1.0.1362.15156, Culture=neutral"> - <SpecificVersion>False</SpecificVersion> + <ProjectReference Include="..\Histacom2.Engine\Histacom2.Engine.csproj" /> + </ItemGroup> + + <ItemGroup> + <Reference Include="PinkieControls"> <HintPath>..\PinkieControls.dll</HintPath> </Reference> - <Reference Include="System" /> - <Reference Include="System.Core" /> - <Reference Include="System.Xml.Linq" /> - <Reference Include="System.Data.DataSetExtensions" /> - <Reference Include="Microsoft.CSharp" /> - <Reference Include="System.Data" /> - <Reference Include="System.Deployment" /> - <Reference Include="System.Drawing" /> - <Reference Include="System.Net.Http" /> - <Reference Include="System.Windows.Forms" /> - <Reference Include="System.Xml" /> </ItemGroup> + <ItemGroup> - <Compile Include="AchievementScreen.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="AchievementScreen.Designer.cs"> - <DependentUpon>AchievementScreen.cs</DependentUpon> - </Compile> - <Compile Include="AchievementBox.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="AchievementBox.Designer.cs"> - <DependentUpon>AchievementBox.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\CompletePane.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\CompletePane.Designer.cs"> - <DependentUpon>CompletePane.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\ProgressPane.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\ProgressPane.Designer.cs"> - <DependentUpon>ProgressPane.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\EULAPane.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\EULAPane.Designer.cs"> - <DependentUpon>EULAPane.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\DirectoryPane.cs"> + <Compile Update="TitleScreen.cs; + SeizureWarning.cs; + AchievementScreen.cs; + AchievementBox.cs; + SaveDialogs\LoadGameDialog.cs; + SaveDialogs\NewGameDialog.cs; + SaveDialogs\SaveFileTroubleShooter.cs; + OS\Win95\Windows95.cs; + OS\Win98\Windows98.cs; + OS\WinME\WinME.cs; + OS\WinXPBad\VirusLabel.cs; + OS\WinXPBad\WinXPBad.cs"> + <SubType>Form</SubType> + </Compile> + + + <Compile Update="OS\Win2K\Win2KApps\SurviveTheDay.cs; + OS\Win95\Windows95TaskbarItem.cs; + OS\Win95\Win95Apps\*.cs; + OS\Win95\Win95Apps\12padamsViruses\*.cs; + OS\Win95\Win95Apps\IE3Sites\*.cs; + OS\Win95\Win95Apps\Minesweeper\CustomMinefield.cs; + OS\Win95\Win95Apps\Minesweeper\WinClassicMinesweeper.cs; + OS\Win95\Win95Apps\Minesweeper\MineBestTimes.cs; + OS\Win98\Win98Apps\AddressBook\*.cs; + OS\Win98\Win98Apps\IE4Sites\*.cs; + OS\Win98\Win98Apps\*.cs; + OS\WinXPBad\WinClassic*.cs; + GlobalPrograms\*.cs; + GlobalPrograms\InstallerPanes\*.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\DirectoryPane.Designer.cs"> - <DependentUpon>DirectoryPane.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\WelcomePane.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\InstallerPanes\WelcomePane.Designer.cs"> - <DependentUpon>WelcomePane.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\WinClassicInstaller.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\WinClassicInstaller.Designer.cs"> - <DependentUpon>WinClassicInstaller.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win2K\Win2KApps\SurviveTheDay.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win2K\Win2KApps\SurviveTheDay.Designer.cs"> - <DependentUpon>SurviveTheDay.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\12padamsViruses\ErrorBlaster95.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\12padamsViruses\ErrorBlaster95.Designer.cs"> - <DependentUpon>ErrorBlaster95.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\12padamsViruses\StartRunner95.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\12padamsViruses\StartRunner95.Designer.cs"> - <DependentUpon>StartRunner95.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\GuessTheNumber.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\GuessTheNumber.Designer.cs"> - <DependentUpon>GuessTheNumber.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\12padams1998.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\12padams1998.Designer.cs"> - <DependentUpon>12padams1998.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\GoogleHome.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\GoogleHome.Designer.cs"> - <DependentUpon>GoogleHome.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\GooglePrototype.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\GooglePrototype.Designer.cs"> - <DependentUpon>GooglePrototype.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\IENoPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\IENoPage.Designer.cs"> - <DependentUpon>IENoPage.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\IE3Start.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\IE3Sites\IE3Start.Designer.cs"> - <DependentUpon>IE3Start.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\CustomMinefield.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\CustomMinefield.Designer.cs"> - <DependentUpon>CustomMinefield.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\Game.cs" /> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\MineBestTimes.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\MineBestTimes.Designer.cs"> - <DependentUpon>MineBestTimes.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\Square.cs" /> - <Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" /> - <Compile Include="OS\Win95\Win95Apps\Story\Hack2.cs" /> - <Compile Include="OS\Win95\Win95Apps\WinClassicIE3.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicIE3.Designer.cs"> - <DependentUpon>WinClassicIE3.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95Installer.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95Installer.Designer.cs"> - <DependentUpon>Win95Installer.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\WinClassicCalculator.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\WinClassicCalculator.Designer.cs"> - <DependentUpon>WinClassicCalculator.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.Designer.cs"> - <DependentUpon>WinClassicFTPClient.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\WinClassicMinesweeper.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\MineSweeper\WinClassicMinesweeper.Designer.cs"> - <DependentUpon>WinClassicMinesweeper.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.Designer.cs"> - <DependentUpon>WinClassicTerminal.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicThemePanel.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicThemePanel.Designer.cs"> - <DependentUpon>WinClassicThemePanel.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95Welcome.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95Welcome.Designer.cs"> - <DependentUpon>Win95Welcome.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95WindowsExplorer.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\Win95WindowsExplorer.Designer.cs"> - <DependentUpon>Win95WindowsExplorer.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicTimeDistorter.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicTimeDistorter.Designer.cs"> - <DependentUpon>WinClassicTimeDistorter.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="OS\Win98\Win98.Designer.cs"> - <DependentUpon>Win98.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\IE4Sites\12padams1999.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\IE4Sites\12padams1999.Designer.cs"> - <DependentUpon>12padams1999.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.Designer.cs"> - <DependentUpon>IE4HomePage.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\IE4Sites\IENoPage.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\IE4Sites\IENoPage.Designer.cs"> - <DependentUpon>IENoPage.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\Story\Hack3.cs" /> - <Compile Include="OS\Win98\Win98Apps\WebChat1999.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WebChat1999.Designer.cs"> - <DependentUpon>WebChat1999.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\Win98Welcome.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\Win98Welcome.Designer.cs"> - <DependentUpon>Win98Welcome.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WinClassicIE4.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WinClassicIE4.Designer.cs"> - <DependentUpon>WinClassicIE4.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WinClassicTimeDistorter2.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WinClassicTimeDistorter2.Designer.cs"> - <DependentUpon>WinClassicTimeDistorter2.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.Designer.cs"> - <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> - </Compile> - <Compile Include="OS\WinME\WinME.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="OS\WinME\WinME.Designer.cs"> - <DependentUpon>WinME.cs</DependentUpon> - </Compile> - <Compile Include="OS\WinXPBad\Story\Hack4.cs" /> - <Compile Include="OS\WinXPBad\VirusLabel.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="OS\WinXPBad\VirusLabel.Designer.cs"> - <DependentUpon>VirusLabel.cs</DependentUpon> - </Compile> - <Compile Include="OS\WinXPBad\WinClassicIE6Bad.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\WinXPBad\WinClassicIE6Bad.Designer.cs"> - <DependentUpon>WinClassicIE6Bad.cs</DependentUpon> - </Compile> - <Compile Include="OS\WinXPBad\WinClassicTimeDistorter3Bad.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\WinXPBad\WinClassicTimeDistorter3Bad.Designer.cs"> - <DependentUpon>WinClassicTimeDistorter3Bad.cs</DependentUpon> - </Compile> - <Compile Include="OS\WinXPBad\WinXPBad.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="OS\WinXPBad\WinXPBad.Designer.cs"> - <DependentUpon>WinXPBad.cs</DependentUpon> - </Compile> - <Compile Include="Properties\Resources1.Designer.cs"> - <AutoGen>True</AutoGen> - <DesignTime>True</DesignTime> - <DependentUpon>Resources.resx</DependentUpon> - </Compile> - <Compile Include="SaveDialogs\LoadGameDialog.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="SaveDialogs\LoadGameDialog.Designer.cs"> - <DependentUpon>LoadGameDialog.cs</DependentUpon> - </Compile> - <Compile Include="SaveDialogs\LoadGameProfileItem.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="SaveDialogs\LoadGameProfileItem.Designer.cs"> - <DependentUpon>LoadGameProfileItem.cs</DependentUpon> - </Compile> - <Compile Include="SaveDialogs\NewGameDialog.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="SaveDialogs\NewGameDialog.Designer.cs"> - <DependentUpon>NewGameDialog.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="OS\Win95\Win95.Designer.cs"> - <DependentUpon>Win95.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\AddressBook\FRMWinClassicAddressBookNewContact.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\AddressBook\FRMWinClassicAddressBookNewContact.Designer.cs"> - <DependentUpon>FRMWinClassicAddressBookNewContact.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WebChat1998.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WebChat1998.Designer.cs"> - <DependentUpon>WebChat1998.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\AddressBook\FRMWinClassicAddressBookNewFolder.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\AddressBook\FRMWinClassicAddressBookNewFolder.Designer.cs"> - <DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win98\Win98Apps\AddressBook\WinClassicAddressBook.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win98\Win98Apps\AddressBook\WinClassicAddressBook.Designer.cs"> - <DependentUpon>WinClassicAddressBook.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\WinClassicDownloader.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\WinClassicDownloader.Designer.cs"> - <DependentUpon>WinClassicDownloader.cs</DependentUpon> - </Compile> - <Compile Include="GlobalPrograms\WinClassicNotepad.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\WinClassicNotepad.Designer.cs"> - <DependentUpon>WinClassicNotepad.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.Designer.cs"> - <DependentUpon>WinClassicWordPad.cs</DependentUpon> - </Compile> - <Compile Include="OS\Win95\Win95TaskBarItem.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95TaskBarItem.Designer.cs"> - <DependentUpon>Win95TaskBarItem.cs</DependentUpon> - </Compile> - <Compile Include="Program.cs" /> - <Compile Include="Properties\AssemblyInfo.cs" /> - <Compile Include="SaveDialogs\SaveFileTroubleShooter.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="SaveDialogs\SaveFileTroubleShooter.Designer.cs"> - <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon> - </Compile> - <Compile Include="SeizureWarning.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="SeizureWarning.Designer.cs"> - <DependentUpon>SeizureWarning.cs</DependentUpon> - </Compile> - <Compile Include="TitleScreen.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="TitleScreen.Designer.cs"> - <DependentUpon>TitleScreen.cs</DependentUpon> - </Compile> - <EmbeddedResource Include="AchievementScreen.resx"> - <DependentUpon>AchievementScreen.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="AchievementBox.resx"> - <DependentUpon>AchievementBox.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\InstallerPanes\CompletePane.resx"> - <DependentUpon>CompletePane.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\InstallerPanes\ProgressPane.resx"> - <DependentUpon>ProgressPane.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\InstallerPanes\EULAPane.resx"> - <DependentUpon>EULAPane.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\InstallerPanes\DirectoryPane.resx"> - <DependentUpon>DirectoryPane.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\InstallerPanes\WelcomePane.resx"> - <DependentUpon>WelcomePane.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\WinClassicInstaller.resx"> - <DependentUpon>WinClassicInstaller.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx"> - <DependentUpon>SurviveTheDay.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\12padamsViruses\ErrorBlaster95.resx"> - <DependentUpon>ErrorBlaster95.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\12padamsViruses\StartRunner95.resx"> - <DependentUpon>StartRunner95.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\GuessTheNumber.resx"> - <DependentUpon>GuessTheNumber.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\IE3Sites\12padams1998.resx"> - <DependentUpon>12padams1998.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\IE3Sites\GoogleHome.resx"> - <DependentUpon>GoogleHome.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\IE3Sites\GooglePrototype.resx"> - <DependentUpon>GooglePrototype.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\IE3Sites\IENoPage.resx"> - <DependentUpon>IENoPage.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\IE3Sites\IE3Start.resx"> - <DependentUpon>IE3Start.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\MineSweeper\CustomMinefield.resx"> - <DependentUpon>CustomMinefield.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\MineSweeper\MineBestTimes.resx"> - <DependentUpon>MineBestTimes.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE3.resx"> - <DependentUpon>WinClassicIE3.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Installer.resx"> - <DependentUpon>Win95Installer.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\WinClassicCalculator.resx"> - <DependentUpon>WinClassicCalculator.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx"> - <DependentUpon>WinClassicFTPClient.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\MineSweeper\WinClassicMinesweeper.resx"> - <DependentUpon>WinClassicMinesweeper.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTerminal.resx"> - <DependentUpon>WinClassicTerminal.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicThemePanel.resx"> - <DependentUpon>WinClassicThemePanel.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTimeDistorter.resx"> - <DependentUpon>WinClassicTimeDistorter.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Welcome.resx"> - <DependentUpon>Win95Welcome.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\Win95WindowsExplorer.resx"> - <DependentUpon>Win95WindowsExplorer.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98.resx"> - <DependentUpon>Win98.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\12padams1999.resx"> - <DependentUpon>12padams1999.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\IE4HomePage.resx"> - <DependentUpon>IE4HomePage.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\IE4Sites\IENoPage.resx"> - <DependentUpon>IENoPage.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\WebChat1999.resx"> - <DependentUpon>WebChat1999.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\Win98Welcome.resx"> - <DependentUpon>Win98Welcome.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\WinClassicIE4.resx"> - <DependentUpon>WinClassicIE4.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\WinClassicTimeDistorter2.resx"> - <DependentUpon>WinClassicTimeDistorter2.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.resx"> - <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\WinME\WinME.resx"> - <DependentUpon>WinME.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\WinXPBad\VirusLabel.resx"> - <DependentUpon>VirusLabel.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\WinXPBad\WinClassicIE6Bad.resx"> - <DependentUpon>WinClassicIE6Bad.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\WinXPBad\WinClassicTimeDistorter3Bad.resx"> - <DependentUpon>WinClassicTimeDistorter3Bad.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\WinXPBad\WinXPBad.resx"> - <DependentUpon>WinXPBad.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx"> - <DependentUpon>LoadGameDialog.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="SaveDialogs\LoadGameProfileItem.resx"> - <DependentUpon>LoadGameProfileItem.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="SaveDialogs\NewGameDialog.resx"> - <DependentUpon>NewGameDialog.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95.resx"> - <DependentUpon>Win95.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\AddressBook\FRMWinClassicAddressBookNewContact.resx"> - <DependentUpon>FRMWinClassicAddressBookNewContact.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx"> - <DependentUpon>WebChat1998.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\AddressBook\FRMWinClassicAddressBookNewFolder.resx"> - <DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98Apps\AddressBook\WinClassicAddressBook.resx"> - <DependentUpon>WinClassicAddressBook.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\WinClassicDownloader.resx"> - <DependentUpon>WinClassicDownloader.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\WinClassicNotepad.resx"> - <DependentUpon>WinClassicNotepad.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWordPad.resx"> - <DependentUpon>WinClassicWordPad.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95TaskBarItem.resx"> - <DependentUpon>Win95TaskBarItem.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="Properties\Resources.resx"> - <Generator>PublicResXFileCodeGenerator</Generator> - <SubType>Designer</SubType> - <LastGenOutput>Resources1.Designer.cs</LastGenOutput> - </EmbeddedResource> - <EmbeddedResource Include="SaveDialogs\SaveFileTroubleShooter.resx"> - <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="SeizureWarning.resx"> - <DependentUpon>SeizureWarning.cs</DependentUpon> - </EmbeddedResource> - <EmbeddedResource Include="TitleScreen.resx"> - <DependentUpon>TitleScreen.cs</DependentUpon> - </EmbeddedResource> - <None Include="packages.config" /> - <None Include="Properties\Settings.settings"> - <Generator>SettingsSingleFileGenerator</Generator> - <LastGenOutput>Settings.Designer.cs</LastGenOutput> - </None> - <Compile Include="Properties\Settings.Designer.cs"> - <AutoGen>True</AutoGen> - <DependentUpon>Settings.settings</DependentUpon> - <DesignTimeSharedInput>True</DesignTimeSharedInput> - </Compile> - <None Include="Resources\Lemon%27s LCD.ttf" /> - <None Include="Resources\windows_command_prompt.ttf" /> - </ItemGroup> - <ItemGroup> - <BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> - <Visible>False</Visible> - <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName> - <Install>true</Install> - </BootstrapperPackage> - <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> - <Visible>False</Visible> - <ProductName>.NET Framework 3.5 SP1</ProductName> - <Install>false</Install> - </BootstrapperPackage> - </ItemGroup> - <ItemGroup> - <Content Include="Icon128x.ico" /> - <Content Include="Resources\12padams_EULA.txt" /> - <None Include="Resources\WinXPShutdown.wav" /> - <None Include="Resources\WinXPProfilePictureChess.png" /> - <None Include="Resources\WinXPTurnOff.png" /> - <None Include="Resources\WinClassic\WinXPClose.png" /> - <None Include="Resources\WinClassic\WinXPIE6Icon.png" /> - <None Include="Resources\WinClassic\WinXPError.png" /> - <None Include="Resources\WinClassic\WinXPPrintersSmall.png" /> - <None Include="Resources\WinClassic\WinXPControlPanelSmall.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuPlacesSeparator1.png" /> - <None Include="Resources\WinClassic\WinXPComputerSmall.png" /> - <None Include="Resources\WinClassic\WinXPMusicSmall.png" /> - <None Include="Resources\WinClassic\WinXPPhotosSmall.png" /> - <None Include="Resources\WinClassic\WinXPRecent.png" /> - <None Include="Resources\WinClassic\WinXPDocumentsSmall.png" /> - <None Include="Resources\WinClassic\WinXPTour.png" /> - <None Include="Resources\WinClassic\WinXPMovieMaker.png" /> - <None Include="Resources\WinClassic\WinXPMediaPlayer.png" /> - <None Include="Resources\WinClassic\WinXPMSN.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuFavoritesSeparator1.png" /> - <None Include="Resources\WinClassic\WinXPOutlook.png" /> - <None Include="Resources\WinClassic\WinXPIE6.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuCenterDivider.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuPlaces.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuBottomRight.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuBottomCenter.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuBottomLeft.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuBottomCenter2.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuBottomRight2.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuBottomLeft2.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuRightGradient.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuRight.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuLeftGradient.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuLeft.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuTopCenter.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuTopRight.png" /> - <None Include="Resources\WinClassic\WinXPStartMenuTopLeft.png" /> - <None Include="Resources\WinClassic\WinXPTaskbarTime.png" /> - <None Include="Resources\WinClassic\WinXPTaskbarStart.png" /> - <None Include="Resources\WinClassic\WinXPTaskbarBG.png" /> - <None Include="Resources\y1k86jqd.bmp" /> - <None Include="Resources\WinClassic\WinClassicWebchat.png" /> - <None Include="Resources\wordpad_find.png" /> - <None Include="Resources\wordpad_printpreview.png" /> - <None Include="Resources\wordpad_print.png" /> - <None Include="Resources\wordpad_save.png" /> - <None Include="Resources\wordpad_open.png" /> - <None Include="Resources\wordpad_paste.png" /> - <None Include="Resources\wordpad_copy.png" /> - <None Include="Resources\wordpad_cut.png" /> - <None Include="Resources\wordpad_new.png" /> - <None Include="Resources\wordpad_underline.png" /> - <None Include="Resources\wordpad_italic.png" /> - <None Include="Resources\wordpad_bold.png" /> - <None Include="Resources\XCross.png" /> - <None Include="Resources\XCross_highlighted.png" /> - <None Include="Resources\DCTheme_BG.JPG" /> - <None Include="Resources\EndingDestruction.png" /> - <None Include="Resources\EndingPiracy.png" /> - <None Include="Resources\AchievementMines.png" /> - <None Include="Resources\distort1.wav" /> - <None Include="Resources\GuessTheNumber\GTN95_Check.png" /> - <None Include="Resources\GuessTheNumber\GTN95_CheckClicked.png" /> - <None Include="Resources\GuessTheNumber\GTN95_Higher.png" /> - <None Include="Resources\GuessTheNumber\GTN95_Restart.png" /> - <None Include="Resources\GuessTheNumber\GTN95_RestartClicked.png" /> - <None Include="Resources\ButtonPattern.png" /> - <None Include="Resources\HistacomIcon.ico" /> - <None Include="Resources\GuessTheNumber\GTN95_Correct.png" /> - <None Include="Resources\GuessTheNumber\GTN95_Lower.png" /> - <None Include="Resources\GuessTheNumber\GTN95_Error.png" /> - <None Include="Resources\distort fail.wav" /> - <None Include="Resources\addrbook.ico_32x32[1].png" /> - <None Include="Resources\exchng32_12950.ico" /> - <Content Include="Resources\Icon128x.ico" /> - <None Include="Resources\ICTheme_BG.jpg" /> - <None Include="Resources\IE3\IE3_SwirlyThings.png" /> - <None Include="Resources\IE3\IE3_Back.png" /> - <None Include="Resources\IE3\IE3_Forward.png" /> - <None Include="Resources\IE3\IE3_Stop.png" /> - <None Include="Resources\IE3\IE3_Refresh.png" /> - <None Include="Resources\IE3\IE3_BackHover.png" /> - <None Include="Resources\IE3\IE3_ForwardHover.png" /> - <None Include="Resources\IE3\IE3_StopHover.png" /> - <None Include="Resources\IE3\IE3_RefreshHover.png" /> - <Content Include="Resources\IE4\google.jpg" /> - <Content Include="Resources\IE4\googlehome.html" /> - <Content Include="Resources\IE4\googleprototype.html" /> - <None Include="Resources\IE4\ie4about.png" /> - <None Include="Resources\IE4\IE4Home_MSHome.png" /> - <None Include="Resources\IE4\IE4Home_MSBG.png" /> - <None Include="Resources\IE4\IE4Home_MSLogo.png" /> - <None Include="Resources\IE4\IE4Home_WinTechLogo.png" /> - <None Include="Resources\IE4\IE4Home_WinTechBG.png" /> - <None Include="Resources\IE4\IE4Home_WinTechHome.png" /> - <None Include="Resources\IE4\IE4Home_WinTechIE.png" /> - <None Include="Resources\IE4\IE4Home_AboutIE5.png" /> - <None Include="Resources\IE4\IE4Home_IE4CD.png" /> - <None Include="Resources\IE4\IE4Home_HDots.png" /> - <None Include="Resources\IE4\IE4Home_SecUpdate.png" /> - <None Include="Resources\IE4\IE4Home_MSProducts.png" /> - <Content Include="Resources\IE4\ie4start.html" /> - <None Include="Resources\IE4\nopage.bmp" /> - <Content Include="Resources\IE4\padams.html" /> - <None Include="Resources\wmsui32_1001.ico_16x16.png" /> - <None Include="Resources\shell32_21.ico_16x16.png" /> - <None Include="Resources\LauncherSideBar.png" /> - <None Include="Resources\IE4\start.png" /> - <None Include="Resources\IE4\start_googlink.png" /> - <None Include="Resources\IE4\start_padamslink.png" /> - <None Include="Resources\ie4_history.png" /> - <None Include="Resources\ie4_home.png" /> - <None Include="Resources\ie4_hsplitter1.png" /> - <None Include="Resources\ie4_hsplitter2.png" /> - <None Include="Resources\ie4_mail.png" /> - <None Include="Resources\ie4_print.png" /> - <None Include="Resources\ie4_refresh.png" /> - <None Include="Resources\ie4_search.png" /> - <None Include="Resources\ie4_stop.png" /> - <None Include="Resources\ie4_vsplitter.png" /> - <None Include="Resources\ie4_favorites.png" /> - <None Include="Resources\ie4_go.png" /> - <None Include="Resources\ie4_hsplitter.png" /> - <None Include="Resources\ie4_forward.png" /> - <None Include="Resources\ie4_back.png" /> - <None Include="Resources\minsweeper flag.PNG" /> - <None Include="Resources\minsweeper sad.PNG" /> - <None Include="Resources\minsweeper smile.PNG" /> - <None Include="Resources\minesweepeprlogo.PNG" /> - <None Include="Resources\MinesweepNumBox.png" /> - <None Include="Resources\minesweepSquare.png" /> - <None Include="Resources\minesweepSquare0.png" /> - <None Include="Resources\minesweepSquare1.png" /> - <None Include="Resources\minesweepSquare2.png" /> - <None Include="Resources\minesweepSquare3.png" /> - <None Include="Resources\minesweepSquare4.png" /> - <None Include="Resources\minesweepSquareExploded.png" /> - <None Include="Resources\minesweepSquareMine.png" /> - <None Include="Resources\minesweepSquareWrong.png" /> - <None Include="Resources\minesweepSquare5.png" /> - <None Include="Resources\minsweeper win.png" /> - <None Include="Resources\minsweeper gasp.png" /> - <None Include="Resources\minesweepSquare6.png" /> - <None Include="Resources\minesweepSquare7.png" /> - <None Include="Resources\minesweepSquare8.png" /> - <None Include="Resources\minesweepSquareQuestion.png" /> - <None Include="Resources\MS-DOS-logo-1.png" /> - <None Include="Resources\msdosprompt.png" /> - <None Include="Resources\SeizureWarning.png" /> - <None Include="Resources\MSDOSPromptToolStripMenuItem1.Image.png" /> - <Content Include="Resources\std_beep.wav" /> - <Content Include="Resources\std_gobeep.wav" /> - <None Include="Resources\termCopy.png" /> - <None Include="Resources\termFont.png" /> - <None Include="Resources\termMark.png" /> - <None Include="Resources\termMax.png" /> - <None Include="Resources\termNothing.png" /> - <None Include="Resources\termPaste.png" /> - <None Include="Resources\termSettings.png" /> - <None Include="Resources\TitleScreen\CopyrightNotice.png" /> - <Content Include="Resources\TitleScreen\Histacom2_Logo.png" /> - <Content Include="Resources\TitleScreen\TaskBarButton.png" /> - <Content Include="Resources\TitleScreen\TaskBarClock.png" /> - <Content Include="Resources\TitleScreen\TimeHACK_Logo.png" /> - <None Include="Resources\WinClassic\WinClassicWordpad.png" /> - <None Include="Resources\WinClassic\WinClassicUndo.png" /> - <None Include="Resources\LeviWindows.ttf" /> - <None Include="Resources\WinClassicAbout95.png" /> - <None Include="Resources\Win98SideBar.png" /> - <None Include="Resources\Win95Help.png" /> - <None Include="Resources\WinAboutSeparator95.png" /> - <None Include="Resources\win95_splitter.png" /> - <None Include="Resources\win95_welcome.png" /> - <None Include="Resources\win95_welcometip.png" /> - <None Include="Resources\WinClassicGENERALApplicationToolBoxBackground.png" /> - <None Include="Resources\Win2000WebBackground.png" /> - <None Include="Resources\Win98WebBackground.png" /> - <None Include="Resources\WinClassicTextFile.png" /> - <None Include="Resources\WinClassicRtfFile.png" /> - <None Include="Resources\WinClassicNotepad.png" /> - <None Include="Resources\Win95Error.png" /> - <None Include="Resources\win95plusdangerouscreatureswallpaper.jpg" /> - <None Include="Resources\win95plusdefaultwallpaper.jpg" /> - <None Include="Resources\win95plusgoldenerawallpaper.jpg" /> - <None Include="Resources\win95plusleowallpaper.jpg" /> - <None Include="Resources\win95plusmorewin.jpg" /> - <None Include="Resources\win95plusmysterywallpaper.jpg" /> - <None Include="Resources\win95plusnaturewallpaper.jpg" /> - <None Include="Resources\win95plussciencewallpaper.jpg" /> - <None Include="Resources\win95plussportswallpaper.jpg" /> - <None Include="Resources\win95plusthe60wallpaper.jpg" /> - <None Include="Resources\win95plustravelwallpaper.jpg" /> - <None Include="Resources\WinClassicDrive.png" /> - <None Include="Resources\WinClassicAddressBookBig.png" /> - <Content Include="Resources\WinClassic\16Color.png" /> - <Content Include="Resources\WinClassic\256Color.png" /> - <None Include="Resources\WinClassic\tada.wav" /> - <None Include="Resources\WinClassic\sliversilver.png" /> - <None Include="Resources\WinClassic\AIMmessagereceived.wav" /> - <None Include="Resources\WinClassic\AIMmessagesent.wav" /> - <None Include="Resources\WinClassic\AIMbuddyjoin.wav" /> - <None Include="Resources\WinClassic\AIMbuddyleave.wav" /> - <None Include="Resources\WinClassic\AIMfile.wav" /> - <None Include="Resources\WinClassic\LauncherSideBar.png" /> - <None Include="Resources\WinClassic\TimeDistorter1.png" /> - <None Include="Resources\WinClassic\TimeDistorter1Icon.png" /> - <None Include="Resources\WinClassic\sliverwhite.png" /> - <None Include="Resources\WinClassic\sliveroldlace.png" /> - <None Include="Resources\WinClassic\TimeDistorter3Icon.png" /> - <None Include="Resources\WinClassic\sliver2kgrey.png" /> - <Content Include="Resources\WinClassic\TrueColor.png" /> - <None Include="Resources\WinClassic\Win95Info.png" /> - <None Include="Resources\WinClassic\Win95Error.png" /> - <None Include="Resources\WinClassic\Win95IconNotepad.png" /> - <None Include="Resources\WinClassic\Win95DesktopIcon.png" /> - <None Include="Resources\WinClassic\Win95HardDiskIcon.png" /> - <None Include="Resources\WinClassic\Win95ControlPanelIcon.png" /> - <None Include="Resources\WinClassic\Win95PrintersFolder.png" /> - <None Include="Resources\WinClassic\Win95ComputerIcon.png" /> - <None Include="Resources\WinClassic\Win95NetworkIcon.png" /> - <None Include="Resources\WinClassic\Win95RecycleIcon.png" /> - <None Include="Resources\WinClassic\Win95File.png" /> - <Content Include="Resources\WinClassic\Win95SideBar.png" /> - <Content Include="Resources\WinClassic\Win95Start.wav" /> - <None Include="Resources\WinClassic\Win95Warning.png" /> - <None Include="Resources\WinClassic\WinClassicAddressBookNewIcon.png" /> - <None Include="Resources\WinClassic\WinClassicAddressBookPropertiesIcon.png" /> - <None Include="Resources\WinClassic\WinClassicAddressBookDeleteIcon.png" /> - <None Include="Resources\WinClassic\WinClassicCalc.png" /> - <None Include="Resources\WinClassic\Win98Computer.png" /> - <None Include="Resources\WinClassic\Win98Start.wav" /> - <None Include="Resources\WinClassic\Win98Stop.WAV" /> - <None Include="Resources\WinClassic\WinClassicApp.png" /> - <None Include="Resources\WinClassic\WinClassicCalcBig.png" /> - <None Include="Resources\WinClassic\Win95WordpadIcon2.png" /> - <None Include="Resources\WinClassic\Win98Welcome.png" /> - <Content Include="Resources\WinClassic\WinClassicClock.png" /> - <Content Include="Resources\WinClassic\WinClassicComputer.png" /> - <None Include="Resources\WinClassic\WinClassicCopy.png" /> - <None Include="Resources\WinClassic\WinClassicCut.png" /> - <None Include="Resources\WinClassic\WinClassicDisplayExample.png" /> - <Content Include="Resources\WinClassic\WinClassicDocuments.png" /> - <None Include="Resources\WinClassic\WinClassicEndings.png" /> - <None Include="Resources\WinClassic\WinClassicEndingsLocked.png" /> - <None Include="Resources\WinClassic\WinClassicEndingsIcon.png" /> - <Content Include="Resources\WinClassic\WinClassicFind.png" /> - <Content Include="Resources\WinClassic\WinClassicFolder.png" /> - <None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.png" /> - <None Include="Resources\WinClassic\WinClassicFTPIcon.png" /> - <None Include="Resources\WinClassic\WinClassicGTN.png" /> - <None Include="Resources\WinClassic\WinClassicGTNIcon.png" /> - <None Include="Resources\WinClassic\WinClassicFTP.png" /> - <Content Include="Resources\WinClassic\WinClassicHelp.png" /> - <None Include="Resources\WinClassic\WinClassicHWCV.png" /> - <Content Include="Resources\WinClassic\WinClassicIE4.png" /> - <Content Include="Resources\WinClassic\WinClassicInbox.png" /> - <None Include="Resources\WinClassic\WinClassicInstallPic.png" /> - <None Include="Resources\WinClassic\WinClassicMinesweeper.png" /> - <None Include="Resources\WinClassic\WinClassicInstallSidebar.png" /> - <None Include="Resources\WinClassic\WinClassicInstallIcon.png" /> - <Content Include="Resources\WinClassic\WinClassicMSN.png" /> - <Content Include="Resources\WinClassic\WinClassicNetworking.png" /> - <None Include="Resources\WinClassic\WinClassicNotepad.png" /> - <None Include="Resources\WinClassic\WinClassicNew.png" /> - <None Include="Resources\WinClassic\WinClassicOpenFolderSmall.png" /> - <None Include="Resources\WinClassic\WinClassicNotepadBig.png" /> - <Content Include="Resources\WinClassic\WinClassicOutlook.png" /> - <None Include="Resources\WinClassic\WinClassicPaste.png" /> - <Content Include="Resources\WinClassic\WinClassicProgramItem.png" /> - <Content Include="Resources\WinClassic\WinClassicPrograms.png" /> - <Content Include="Resources\WinClassic\WinClassicRecycle.png" /> - <None Include="Resources\WinClassic\WinClassicRegedit.png" /> - <Content Include="Resources\WinClassic\WinClassicRun.png" /> - <Content Include="Resources\WinClassic\WinClassicSettings.png" /> - <None Include="Resources\WinClassic\WinClassicSetup.png" /> - <Content Include="Resources\WinClassic\WinClassicShutdown.png" /> - <Content Include="Resources\WinClassic\WinClassicStart.png" /> - <Content Include="Resources\WinClassic\WinClassicSuspend.png" /> - <Content Include="Resources\WinClassic\WinClassicTaskBar.png" /> - <Content Include="Resources\WinClassic\WinClassicTaskbarItem.png" /> - <Content Include="Resources\WinClassic\WinClassicTime.png" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\Histacom2.Engine\Histacom2.Engine.csproj"> - <Project>{9477b70f-2d32-4e1d-857b-4624a1deeb1b}</Project> - <Name>Histacom2.Engine</Name> - </ProjectReference> - </ItemGroup> - <ItemGroup> - <Folder Include="OS\WinME\WinMEApps\" /> - <Folder Include="OS\WinXP\" /> - </ItemGroup> - <ItemGroup> - <WCFMetadata Include="Service References\" /> </ItemGroup> - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> - <!-- To modify your build process, add your task inside one of the targets below and uncomment it. - Other similar extension points exist, see Microsoft.Common.targets. - <Target Name="BeforeBuild"> - </Target> - <Target Name="AfterBuild"> - </Target> - --> </Project>
\ No newline at end of file diff --git a/Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.Designer.cs b/Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.Designer.cs index dc00477..4e0f8fc 100644 --- a/Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.Designer.cs +++ b/Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.Designer.cs @@ -1,6 +1,6 @@ namespace Histacom2.OS.Win95.Win95Apps.IE3Sites { - partial class _12padams1998 + partial class Website12padams1998 { /// <summary> /// Required designer variable. @@ -28,7 +28,7 @@ /// </summary> private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(_12padams1998)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Website12padams1998)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); diff --git a/Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.cs b/Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.cs index f55ee45..aec122b 100644 --- a/Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.cs +++ b/Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.cs @@ -13,10 +13,10 @@ using Histacom2.GlobalPrograms; namespace Histacom2.OS.Win95.Win95Apps.IE3Sites { - public partial class _12padams1998 : UserControl + public partial class Website12padams1998 : UserControl { bool clicked = false; - public _12padams1998() + public Website12padams1998() { InitializeComponent(); button1.Paint += (s, args) => Paintbrush.PaintClassicBorders(s, args, 2); diff --git a/Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.resx b/Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.resx index 6a9a4c8..6a9a4c8 100644 --- a/Histacom2/OS/Win95/Win95Apps/IE3Sites/12padams1998.resx +++ b/Histacom2/OS/Win95/Win95Apps/IE3Sites/Website12padams1998.resx diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs index 34828cc..0ba3310 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicIE3.cs @@ -49,10 +49,10 @@ namespace Histacom2.OS.Win95.Win95Apps uc = new GooglePrototype(); break; case "www.12padams.com": - uc = new _12padams1998(); + uc = new Website12padams1998(); break; case "12padams.com": - uc = new _12padams1998(); + uc = new Website12padams1998(); newURL = "www.12padams.com"; break; case "google.com": diff --git a/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs b/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs index a15b1e1..0b075e0 100644 --- a/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs +++ b/Histacom2/OS/Win95/Win95Apps/WinClassicInstaller.cs @@ -7,7 +7,8 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; -using TimeHACK.OS.Win95; +using Histacom2.OS.Win95; +using Histacom2; namespace TimeHACK.WinClassicForms { diff --git a/Histacom2/OS/Win95/Win95.Designer.cs b/Histacom2/OS/Win95/Windows95.Designer.cs index ed21560..ed21560 100644 --- a/Histacom2/OS/Win95/Win95.Designer.cs +++ b/Histacom2/OS/Win95/Windows95.Designer.cs diff --git a/Histacom2/OS/Win95/Win95.cs b/Histacom2/OS/Win95/Windows95.cs index bf2ebb4..31e8bca 100644 --- a/Histacom2/OS/Win95/Win95.cs +++ b/Histacom2/OS/Win95/Windows95.cs @@ -6,7 +6,6 @@ using System.Media; using System.Windows.Forms; using Histacom2.Engine; using Histacom2.Engine.Template; -using Histacom2.Engine.Template.Taskbars; using Histacom2.OS.Win95.Win95Apps; using Histacom2.OS.Win95.Win95Apps.Story; using static Histacom2.Engine.SaveSystem; @@ -353,7 +352,7 @@ namespace Histacom2.OS.Win95 public void AddTaskBarItem(Form Application, string ApplicationID, string ApplicationName, Image ApplicationIcon) { - taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Windows95TaskbarItem(), taskbarItems); Application.FormClosed += new FormClosedEventHandler(UpdateTaskbarFromClosedApplication); } @@ -372,7 +371,7 @@ namespace Histacom2.OS.Win95 foreach (Form form in tb.GetAllOpenApps()) { // Calls that "AddToTaskbar" thing - taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Windows95TaskbarItem(), taskbarItems); } } diff --git a/Histacom2/OS/Win95/Win95.resx b/Histacom2/OS/Win95/Windows95.resx index c1da639..c1da639 100644 --- a/Histacom2/OS/Win95/Win95.resx +++ b/Histacom2/OS/Win95/Windows95.resx diff --git a/Histacom2/OS/Win95/Win95TaskBarItem.Designer.cs b/Histacom2/OS/Win95/Windows95TaskbarItem.Designer.cs index c6c4952..3df7a69 100644 --- a/Histacom2/OS/Win95/Win95TaskBarItem.Designer.cs +++ b/Histacom2/OS/Win95/Windows95TaskbarItem.Designer.cs @@ -1,6 +1,6 @@ -namespace Histacom2.Engine.Template.Taskbars +namespace Histacom2.OS.Win95 { - partial class Win95TaskBarItem + partial class Windows95TaskbarItem { /// <summary> /// Required designer variable. @@ -28,7 +28,7 @@ /// </summary> private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Win95TaskBarItem)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Windows95TaskbarItem)); this.progName = new System.Windows.Forms.Label(); this.progPic = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); diff --git a/Histacom2/OS/Win95/Win95TaskBarItem.cs b/Histacom2/OS/Win95/Windows95TaskbarItem.cs index f550497..2ba341f 100644 --- a/Histacom2/OS/Win95/Win95TaskBarItem.cs +++ b/Histacom2/OS/Win95/Windows95TaskbarItem.cs @@ -1,21 +1,17 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; +using Histacom2.Engine; +using System; using System.Drawing; -using System.Data; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; -using Histacom2.Engine; -namespace Histacom2.Engine.Template.Taskbars +namespace Histacom2.OS.Win95 { - public partial class Win95TaskBarItem : UserControl + public partial class Windows95TaskbarItem : UserControl { + TaskBarController tb = new TaskBarController(); public string ApplicationID; - public Win95TaskBarItem() + + public Windows95TaskbarItem() { InitializeComponent(); progName.Font = new Font(TitleScreen.pfc.Families[0], 16f, FontStyle.Regular, GraphicsUnit.Point, ((0))); diff --git a/Histacom2/OS/Win95/Win95TaskBarItem.resx b/Histacom2/OS/Win95/Windows95TaskbarItem.resx index bc8896d..bc8896d 100644 --- a/Histacom2/OS/Win95/Win95TaskBarItem.resx +++ b/Histacom2/OS/Win95/Windows95TaskbarItem.resx diff --git a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs index 9db9785..413024e 100644 --- a/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs +++ b/Histacom2/OS/Win98/Win98Apps/WinClassicTimeDistorter2.Designer.cs @@ -123,4 +123,4 @@ private System.Windows.Forms.Timer timer1; public Engine.UI.ClassicLabel classicLabel2; } -} +}
\ No newline at end of file diff --git a/Histacom2/OS/Win98/Win98.Designer.cs b/Histacom2/OS/Win98/Windows98.Designer.cs index b8fc6ea..b8fc6ea 100644 --- a/Histacom2/OS/Win98/Win98.Designer.cs +++ b/Histacom2/OS/Win98/Windows98.Designer.cs diff --git a/Histacom2/OS/Win98/Win98.cs b/Histacom2/OS/Win98/Windows98.cs index 36939a8..820f01c 100644 --- a/Histacom2/OS/Win98/Win98.cs +++ b/Histacom2/OS/Win98/Windows98.cs @@ -6,12 +6,12 @@ using System.Media; using System.Windows.Forms; using Histacom2.Engine; using Histacom2.Engine.Template; -using Histacom2.Engine.Template.Taskbars; using Histacom2.OS.Win95.Win95Apps; using Histacom2.OS.Win95.Win95Apps.Story; using static Histacom2.Engine.SaveSystem; using Histacom2.OS.Win98.Win98Apps; using Histacom2.GlobalPrograms; +using Histacom2.OS.Win95; namespace Histacom2.OS.Win98 { @@ -381,7 +381,7 @@ namespace Histacom2.OS.Win98 public void AddTaskBarItem(Form Application, string ApplicationID, string ApplicationName, Image ApplicationIcon) { - taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Windows95TaskbarItem(), taskbarItems); Application.FormClosed += new FormClosedEventHandler(UpdateTaskbarFromClosedApplication); } @@ -400,7 +400,7 @@ namespace Histacom2.OS.Win98 foreach (Form form in tb.GetAllOpenApps()) { // Calls that "AddToTaskbar" thing - taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Windows95TaskbarItem(), taskbarItems); } } diff --git a/Histacom2/OS/Win98/Win98.resx b/Histacom2/OS/Win98/Windows98.resx index 28744a3..28744a3 100644 --- a/Histacom2/OS/Win98/Win98.resx +++ b/Histacom2/OS/Win98/Windows98.resx diff --git a/Histacom2/OS/WinME/WinME.cs b/Histacom2/OS/WinME/WinME.cs index 1470902..7510cf4 100644 --- a/Histacom2/OS/WinME/WinME.cs +++ b/Histacom2/OS/WinME/WinME.cs @@ -6,13 +6,13 @@ using System.Media; using System.Windows.Forms; using Histacom2.Engine; using Histacom2.Engine.Template; -using Histacom2.Engine.Template.Taskbars; using Histacom2.OS.Win95.Win95Apps; using Histacom2.OS.Win95.Win95Apps.Story; using static Histacom2.Engine.SaveSystem; using Histacom2.OS.Win95.Win95Apps._12padamViruses; using Histacom2.OS.Win95.Win95Apps._12padamsViruses; using Histacom2.GlobalPrograms; +using Histacom2.OS.Win95; namespace Histacom2.OS.WinME { @@ -345,7 +345,7 @@ namespace Histacom2.OS.WinME public void AddTaskBarItem(Form Application, string ApplicationID, string ApplicationName, Image ApplicationIcon) { - taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Windows95TaskbarItem(), taskbarItems); Application.FormClosed += new FormClosedEventHandler(UpdateTaskbarFromClosedApplication); } @@ -364,7 +364,7 @@ namespace Histacom2.OS.WinME foreach (Form form in tb.GetAllOpenApps()) { // Calls that "AddToTaskbar" thing - taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), (Image)form.Icon.ToBitmap(), (UserControl)new Windows95TaskbarItem(), taskbarItems); } } diff --git a/Histacom2/OS/WinXPBad/WinXPBad.cs b/Histacom2/OS/WinXPBad/WinXPBad.cs index 61c69e1..cb70009 100644 --- a/Histacom2/OS/WinXPBad/WinXPBad.cs +++ b/Histacom2/OS/WinXPBad/WinXPBad.cs @@ -6,7 +6,6 @@ using System.Media; using System.Windows.Forms; using Histacom2.Engine; using Histacom2.Engine.Template; -using Histacom2.Engine.Template.Taskbars; using Histacom2.OS.Win95.Win95Apps; using Histacom2.OS.Win95.Win95Apps.Story; using static Histacom2.Engine.SaveSystem; @@ -14,6 +13,7 @@ using Histacom2.OS.Win98.Win98Apps; using Histacom2.GlobalPrograms; using Histacom2.OS.WinXPBad.Story; using System.Threading.Tasks; +using Histacom2.OS.Win95; namespace Histacom2.OS.WinXPBad { @@ -197,7 +197,7 @@ namespace Histacom2.OS.WinXPBad public void AddTaskBarItem(Form Application, string ApplicationID, string ApplicationName, Image ApplicationIcon) { - taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(ApplicationID, ApplicationName, ApplicationIcon, (UserControl)new Windows95TaskbarItem(), taskbarItems); Application.FormClosed += new FormClosedEventHandler(UpdateTaskbarFromClosedApplication); } @@ -216,7 +216,7 @@ namespace Histacom2.OS.WinXPBad foreach (Form form in tb.GetAllOpenApps()) { // Calls that "AddToTaskbar" thing - taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), form.Icon.ToBitmap(), new Win95TaskBarItem(), taskbarItems); + taskbarItems = tb.AddTaskbarItem95(form.Tag.ToString(), form.Text.ToString(), form.Icon.ToBitmap(), new Windows95TaskbarItem(), taskbarItems); } } diff --git a/Histacom2/Program.cs b/Histacom2/Program.cs index e19c770..5dfdd8d 100644 --- a/Histacom2/Program.cs +++ b/Histacom2/Program.cs @@ -14,6 +14,7 @@ using Histacom2.Engine; using Histacom2.Engine.Template; using System.Drawing; using Histacom2.SaveDialogs; +using Histacom2.OS.Win98; namespace Histacom2 { diff --git a/Histacom2/Properties/AssemblyInfo.cs b/Histacom2/Properties/AssemblyInfo.cs index dee2ea3..6005014 100644 --- a/Histacom2/Properties/AssemblyInfo.cs +++ b/Histacom2/Properties/AssemblyInfo.cs @@ -3,37 +3,10 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Histacom2")] -[assembly: AssemblyDescription("Revival of the original hacking simulator!")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Michael Webb")] -[assembly: AssemblyProduct("Histacom2")] -[assembly: AssemblyCopyright("Copyright © Michael Webb and contributors, 2019.")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("b958aa5f-8aed-456c-9c07-9e4c6c027042")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] -[assembly: NeutralResourcesLanguage("en-US")] - +[assembly: Guid("b958aa5f-8aed-456c-9c07-9e4c6c027042")]
\ No newline at end of file diff --git a/Histacom2/TitleScreen.cs b/Histacom2/TitleScreen.cs index 3829d1f..dd1d0a3 100644 --- a/Histacom2/TitleScreen.cs +++ b/Histacom2/TitleScreen.cs @@ -209,7 +209,7 @@ namespace Histacom2 #endregion private void gameversion_MouseHover(object sender, EventArgs e) { - gameversion.Text = "There are no easter eggs here!"; + gameversion.Text = $"Running on {Assembly.GetEntryAssembly().GetCustomAttribute<System.Runtime.Versioning.TargetFrameworkAttribute>().FrameworkName}"; } private void gameversion_MouseLeave(object sender, EventArgs e) { diff --git a/Histacom2/packages.config b/Histacom2/packages.config deleted file mode 100644 index 810e559..0000000 --- a/Histacom2/packages.config +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<packages> - <package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" /> -</packages>
\ No newline at end of file |
