aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-05 21:29:37 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-05 21:29:37 +0100
commit35f7ca92da983723ccdb2aeadc9917ea1370a19b (patch)
treea7be87335f709954ce3b7b1525f9a80931d8e05c /TimeHACK.Main/TimeHACK.Main.csproj
parente78e3c864d9e61b460a5c42d92651d78ed22a78e (diff)
parent525f7fce5a4c96fafba64271b8163a934b208992 (diff)
downloadhistacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.tar.gz
histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.tar.bz2
histacom2-35f7ca92da983723ccdb2aeadc9917ea1370a19b.zip
Merge remote-tracking branch 'refs/remotes/TimeHACKDevs/master'
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj44
1 files changed, 35 insertions, 9 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 46f08f6..fc7ae74 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -146,6 +146,18 @@
<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\WinClassicWelcome.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="OS\Win95\Win95Apps\WinClassicWelcome.Designer.cs">
+ <DependentUpon>WinClassicWelcome.cs</DependentUpon>
+ </Compile>
<Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -158,6 +170,12 @@
<Compile Include="OS\Win95\Win95SaveAs.Designer.cs">
<DependentUpon>Win95SaveAs.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="SaveDialogs\LoadGameDialog.cs">
<SubType>Form</SubType>
</Compile>
@@ -254,12 +272,6 @@
<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">
@@ -291,6 +303,12 @@
<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\WinClassicWelcome.resx">
+ <DependentUpon>WinClassicWelcome.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx">
<DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -298,6 +316,10 @@
<EmbeddedResource Include="OS\Win95\Win95SaveAs.resx">
<DependentUpon>Win95SaveAs.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="OS\Win98\Win98.resx">
+ <DependentUpon>Win98.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
<EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx">
<DependentUpon>LoadGameDialog.cs</DependentUpon>
</EmbeddedResource>
@@ -350,9 +372,6 @@
<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>
@@ -425,6 +444,8 @@
<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" />
<Content Include="Resources\WinClassic\16Color.png" />
<Content Include="Resources\WinClassic\256Color.png" />
<None Include="Resources\WinClassic\tada.wav" />
@@ -452,10 +473,15 @@
<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" />
<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\WinClassicDisplayDummy.png" />
+ <None Include="Resources\WinClassic\WinClassicDisplayExample.png" />
<Content Include="Resources\WinClassic\WinClassicDocuments.png" />
<Content Include="Resources\WinClassic\WinClassicFind.png" />
<Content Include="Resources\WinClassic\WinClassicFolder.png" />