aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2017-06-11 22:31:02 +0100
committerJamie Mansfield <[email protected]>2017-06-11 22:31:46 +0100
commiteef1e2b945d0eefd8dfd371d5d3c432608aaae2e (patch)
treea631bd10b751685d5ce598bfa07570e07aa827f6 /TimeHACK.Main/TimeHACK.Main.csproj
parent4b20ee479f2101b691e2254de3228ce9e60c6377 (diff)
downloadhistacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.tar.gz
histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.tar.bz2
histacom2-eef1e2b945d0eefd8dfd371d5d3c432608aaae2e.zip
repo: Improve gitignore and gitattributes
The gitignore has been improved to ignore the following: - IDE configuration for Visual Studio, VSCode, and Rider - OS files for macOS, Linux, and Windows The gitattributes has been improved to properly diff the following: - Normalise line endings - Common Files - .md, .png, etc - C# Files - Visual Studio Files
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj914
1 files changed, 457 insertions, 457 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 8e8aab9..f57c688 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -1,464 +1,464 @@
-<?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')" />
- <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>TimeHACK</RootNamespace>
- <AssemblyName>TimeHACK</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <PublishUrl>C:\Users\Logan\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>true</MapFileExtensions>
- <SupportUrl>http://www.ashifter.ml/histacom/forum</SupportUrl>
- <TargetCulture>en</TargetCulture>
- <ProductName>HistacomCS</ProductName>
- <PublisherName>HistacomCS Development Team</PublisherName>
- <WebPage>publish.htm</WebPage>
- <ApplicationRevision>0</ApplicationRevision>
- <ApplicationVersion>1.0.1.0</ApplicationVersion>
- <UseApplicationTrust>true</UseApplicationTrust>
- <CreateDesktopShortcut>true</CreateDesktopShortcut>
- <PublishWizardCompleted>true</PublishWizardCompleted>
- <BootstrapperEnabled>true</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>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>TimeHACK.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>
- </ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>false</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>
- </AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <NoWin32Manifest>true</NoWin32Manifest>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>bin\Release\Newtonsoft.Json.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="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\Story\Hack1.cs" />
- <Compile Include="OS\Win95\Win95Apps\Story\NormalHack.cs" />
- <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\WinClassicTerminal.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.Designer.cs">
- <DependentUpon>WinClassicTerminal.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.Designer.cs">
- <DependentUpon>WinClassicWindowsExplorer.cs</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\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewContact.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewContact.Designer.cs">
- <DependentUpon>FRMWinClassicAddressBookNewContact.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\TestApp.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\TestApp.Designer.cs">
- <DependentUpon>TestApp.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\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.Designer.cs">
- <DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\AddressBook\WinClassicAddressBook.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\AddressBook\WinClassicAddressBook.Designer.cs">
- <DependentUpon>WinClassicAddressBook.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.Designer.cs">
- <DependentUpon>WinClassicDownloader.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.Designer.cs">
- <DependentUpon>WinClassicHWCV.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.Designer.cs">
- <DependentUpon>WinClassicIE4.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicInstaller.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicInstaller.Designer.cs">
- <DependentUpon>WinClassicInstaller.cs</DependentUpon>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="OS\Win95\Win95Apps\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="OS\Win98\Win98.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="OS\Win98\Win98.Designer.cs">
- <DependentUpon>Win98.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="SaveDialogs\SaveFileTroubleShooter.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="SaveDialogs\SaveFileTroubleShooter.Designer.cs">
- <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon>
- </Compile>
- <Compile Include="TitleScreen.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="TitleScreen.Designer.cs">
- <DependentUpon>TitleScreen.cs</DependentUpon>
- </Compile>
- <EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx">
- <DependentUpon>SurviveTheDay.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx">
- <DependentUpon>WinClassicFTPClient.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTerminal.resx">
- <DependentUpon>WinClassicTerminal.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx">
- <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon>
- </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>
- <Compile Include="UI\IProgressBar.cs">
- <SubType>Component</SubType>
- </Compile>
- <EmbeddedResource Include="OS\Win95\Win95.resx">
- <DependentUpon>Win95.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewContact.resx">
- <DependentUpon>FRMWinClassicAddressBookNewContact.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\TestApp.resx">
- <DependentUpon>TestApp.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx">
- <DependentUpon>WebChat1998.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.resx">
- <DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\WinClassicAddressBook.resx">
- <DependentUpon>WinClassicAddressBook.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx">
- <DependentUpon>WinClassicDownloader.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicHWCV.resx">
- <DependentUpon>WinClassicHWCV.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx">
- <DependentUpon>WinClassicIE4.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicInstaller.resx">
- <DependentUpon>WinClassicInstaller.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="OS\Win95\Win95Apps\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="OS\Win98\Win98.resx">
- <DependentUpon>Win98.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <SubType>Designer</SubType>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="SaveDialogs\SaveFileTroubleShooter.resx">
- <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="TitleScreen.resx">
- <DependentUpon>TitleScreen.cs</DependentUpon>
- </EmbeddedResource>
- <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\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="Resources\12padams_EULA.txt" />
- <Content Include="Resources\Icon128x.ico" />
- <Content Include="Resources\IE4\google.jpg" />
- <Content Include="Resources\IE4\googlehome.html" />
- <Content Include="Resources\IE4\googleprototype.html" />
- <Content Include="Resources\IE4\ie4start.html" />
- <Content Include="Resources\IE4\padams.html" />
- <None Include="Resources\wmsui32_1001.ico_16x16.png" />
- <None Include="Resources\shell32_21.ico_16x16.png" />
- <Content Include="Resources\modem_dial.wav" />
- <Content Include="Resources\std_beep.wav" />
- <Content Include="Resources\std_gobeep.wav" />
- <Content Include="Resources\TitleScreen\Exit.png" />
- <Content Include="Resources\TitleScreen\LoadGame.png" />
- <Content Include="Resources\TitleScreen\MSExit.png" />
- <Content Include="Resources\TitleScreen\MSLoadGame.png" />
- <Content Include="Resources\TitleScreen\MSNewGame.png" />
- <Content Include="Resources\TitleScreen\NewGame.png" />
- <Content Include="Resources\TitleScreen\TaskBarButton.png" />
- <Content Include="Resources\TitleScreen\TaskBarClock.png" />
- <Content Include="Resources\TitleScreen\TimeHACK_Logo.png" />
- <Content Include="Resources\TitleScreen\TitleScreenBG.png" />
- <None Include="Resources\WinClassic\WinClassicWordpad.png" />
- <None Include="Resources\WinClassic\WinClassicUndo.png" />
- <None Include="Resources\LeviWindows.ttf" />
- <None Include="Resources\WinClassicAbout95.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" />
- <Content Include="Resources\WinClassic\TrueColor.png" />
- <None Include="Resources\WinClassic\Win95Info.png" />
- <None Include="Resources\WinClassic\Win95Error.png" />
- <None Include="Resources\WinClassic\Win95IconNotepad.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" />
- <Content Include="Resources\WinClassic\WinClassicClock.png" />
- <Content Include="Resources\WinClassic\WinClassicComputer.png" />
- <None Include="Resources\WinClassic\WinClassicCopy.png" />
- <None Include="Resources\WinClassic\WinClassicCut.png" />
- <Content Include="Resources\WinClassic\WinClassicDocuments.png" />
- <Content Include="Resources\WinClassic\WinClassicFind.png" />
- <Content Include="Resources\WinClassic\WinClassicFolder.png" />
- <None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.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" />
- <Content Include="Resources\WinClassic\WinClassicMSN.png" />
- <Content Include="Resources\WinClassic\WinClassicNetworking.png" />
- <None Include="Resources\WinClassic\WinClassicNotepad.png" />
- <None Include="Resources\WinClassic\WinClassicNew.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" />
- <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="..\TimeHACK.Engine\TimeHACK.Engine.csproj">
- <Project>{9477b70f-2d32-4e1d-857b-4624a1deeb1b}</Project>
- <Name>TimeHACK.Engine</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?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')" />
+ <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>TimeHACK</RootNamespace>
+ <AssemblyName>TimeHACK</AssemblyName>
+ <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <PublishUrl>C:\Users\Logan\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>true</MapFileExtensions>
+ <SupportUrl>http://www.ashifter.ml/histacom/forum</SupportUrl>
+ <TargetCulture>en</TargetCulture>
+ <ProductName>HistacomCS</ProductName>
+ <PublisherName>HistacomCS Development Team</PublisherName>
+ <WebPage>publish.htm</WebPage>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.1.0</ApplicationVersion>
+ <UseApplicationTrust>true</UseApplicationTrust>
+ <CreateDesktopShortcut>true</CreateDesktopShortcut>
+ <PublishWizardCompleted>true</PublishWizardCompleted>
+ <BootstrapperEnabled>true</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>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup>
+ <StartupObject>TimeHACK.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>
+ </ApplicationIcon>
+ </PropertyGroup>
+ <PropertyGroup>
+ <SignAssembly>false</SignAssembly>
+ </PropertyGroup>
+ <PropertyGroup>
+ <AssemblyOriginatorKeyFile>
+ </AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <PropertyGroup>
+ <NoWin32Manifest>true</NoWin32Manifest>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>bin\Release\Newtonsoft.Json.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="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\Story\Hack1.cs" />
+ <Compile Include="OS\Win95\Win95Apps\Story\NormalHack.cs" />
+ <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\WinClassicTerminal.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.Designer.cs">
+ <DependentUpon>WinClassicTerminal.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.Designer.cs">
+ <DependentUpon>WinClassicWindowsExplorer.cs</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\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewContact.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewContact.Designer.cs">
+ <DependentUpon>FRMWinClassicAddressBookNewContact.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\TestApp.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\TestApp.Designer.cs">
+ <DependentUpon>TestApp.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\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.Designer.cs">
+ <DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\AddressBook\WinClassicAddressBook.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\AddressBook\WinClassicAddressBook.Designer.cs">
+ <DependentUpon>WinClassicAddressBook.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.Designer.cs">
+ <DependentUpon>WinClassicDownloader.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.Designer.cs">
+ <DependentUpon>WinClassicHWCV.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.Designer.cs">
+ <DependentUpon>WinClassicIE4.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicInstaller.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicInstaller.Designer.cs">
+ <DependentUpon>WinClassicInstaller.cs</DependentUpon>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\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="OS\Win98\Win98.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="OS\Win98\Win98.Designer.cs">
+ <DependentUpon>Win98.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
+ <Compile Include="SaveDialogs\SaveFileTroubleShooter.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="SaveDialogs\SaveFileTroubleShooter.Designer.cs">
+ <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon>
+ </Compile>
+ <Compile Include="TitleScreen.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="TitleScreen.Designer.cs">
+ <DependentUpon>TitleScreen.cs</DependentUpon>
+ </Compile>
+ <EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx">
+ <DependentUpon>SurviveTheDay.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx">
+ <DependentUpon>WinClassicFTPClient.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTerminal.resx">
+ <DependentUpon>WinClassicTerminal.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx">
+ <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon>
+ </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>
+ <Compile Include="UI\IProgressBar.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <EmbeddedResource Include="OS\Win95\Win95.resx">
+ <DependentUpon>Win95.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewContact.resx">
+ <DependentUpon>FRMWinClassicAddressBookNewContact.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\TestApp.resx">
+ <DependentUpon>TestApp.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WebChat1998.resx">
+ <DependentUpon>WebChat1998.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\FRMWinClassicAddressBookNewFolder.resx">
+ <DependentUpon>FRMWinClassicAddressBookNewFolder.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\AddressBook\WinClassicAddressBook.resx">
+ <DependentUpon>WinClassicAddressBook.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx">
+ <DependentUpon>WinClassicDownloader.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicHWCV.resx">
+ <DependentUpon>WinClassicHWCV.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx">
+ <DependentUpon>WinClassicIE4.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicInstaller.resx">
+ <DependentUpon>WinClassicInstaller.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\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="OS\Win98\Win98.resx">
+ <DependentUpon>Win98.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <SubType>Designer</SubType>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
+ <EmbeddedResource Include="SaveDialogs\SaveFileTroubleShooter.resx">
+ <DependentUpon>SaveFileTroubleShooter.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="TitleScreen.resx">
+ <DependentUpon>TitleScreen.cs</DependentUpon>
+ </EmbeddedResource>
+ <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\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="Resources\12padams_EULA.txt" />
+ <Content Include="Resources\Icon128x.ico" />
+ <Content Include="Resources\IE4\google.jpg" />
+ <Content Include="Resources\IE4\googlehome.html" />
+ <Content Include="Resources\IE4\googleprototype.html" />
+ <Content Include="Resources\IE4\ie4start.html" />
+ <Content Include="Resources\IE4\padams.html" />
+ <None Include="Resources\wmsui32_1001.ico_16x16.png" />
+ <None Include="Resources\shell32_21.ico_16x16.png" />
+ <Content Include="Resources\modem_dial.wav" />
+ <Content Include="Resources\std_beep.wav" />
+ <Content Include="Resources\std_gobeep.wav" />
+ <Content Include="Resources\TitleScreen\Exit.png" />
+ <Content Include="Resources\TitleScreen\LoadGame.png" />
+ <Content Include="Resources\TitleScreen\MSExit.png" />
+ <Content Include="Resources\TitleScreen\MSLoadGame.png" />
+ <Content Include="Resources\TitleScreen\MSNewGame.png" />
+ <Content Include="Resources\TitleScreen\NewGame.png" />
+ <Content Include="Resources\TitleScreen\TaskBarButton.png" />
+ <Content Include="Resources\TitleScreen\TaskBarClock.png" />
+ <Content Include="Resources\TitleScreen\TimeHACK_Logo.png" />
+ <Content Include="Resources\TitleScreen\TitleScreenBG.png" />
+ <None Include="Resources\WinClassic\WinClassicWordpad.png" />
+ <None Include="Resources\WinClassic\WinClassicUndo.png" />
+ <None Include="Resources\LeviWindows.ttf" />
+ <None Include="Resources\WinClassicAbout95.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" />
+ <Content Include="Resources\WinClassic\TrueColor.png" />
+ <None Include="Resources\WinClassic\Win95Info.png" />
+ <None Include="Resources\WinClassic\Win95Error.png" />
+ <None Include="Resources\WinClassic\Win95IconNotepad.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" />
+ <Content Include="Resources\WinClassic\WinClassicClock.png" />
+ <Content Include="Resources\WinClassic\WinClassicComputer.png" />
+ <None Include="Resources\WinClassic\WinClassicCopy.png" />
+ <None Include="Resources\WinClassic\WinClassicCut.png" />
+ <Content Include="Resources\WinClassic\WinClassicDocuments.png" />
+ <Content Include="Resources\WinClassic\WinClassicFind.png" />
+ <Content Include="Resources\WinClassic\WinClassicFolder.png" />
+ <None Include="Resources\WinClassic\WinClassicGENERALApplicationToolbarBackground.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" />
+ <Content Include="Resources\WinClassic\WinClassicMSN.png" />
+ <Content Include="Resources\WinClassic\WinClassicNetworking.png" />
+ <None Include="Resources\WinClassic\WinClassicNotepad.png" />
+ <None Include="Resources\WinClassic\WinClassicNew.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" />
+ <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="..\TimeHACK.Engine\TimeHACK.Engine.csproj">
+ <Project>{9477b70f-2d32-4e1d-857b-4624a1deeb1b}</Project>
+ <Name>TimeHACK.Engine</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <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