aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-05-07 15:58:48 -0600
committerAShifter <[email protected]>2017-05-07 15:58:48 -0600
commit29d2b28cffd5d0f59632a761c2221ece7f257304 (patch)
tree148ef9af7d6d3e2fb47fac8a5eb01d2c8abb291c /TimeHACK.Main/TimeHACK.Main.csproj
parent3b1dc21018b9d0163e64582820be0256f69777cf (diff)
downloadhistacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.tar.gz
histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.tar.bz2
histacom2-29d2b28cffd5d0f59632a761c2221ece7f257304.zip
start Win98
because
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 9dafca4..8153432 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -191,6 +191,12 @@
<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">
@@ -237,6 +243,9 @@
<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>
@@ -332,6 +341,7 @@
<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>
@@ -340,6 +350,7 @@
<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.