aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-05-07 14:59:34 -0700
committerGitHub <[email protected]>2017-05-07 14:59:34 -0700
commitdcd6501aed4423bf28d3e27b596050d68028775c (patch)
tree5d5b743c21f4ab3a442332c8b93b32399683bef1 /TimeHACK.Main/TimeHACK.Main.csproj
parentfbc7bcb9e8f88ff4ebe3578e589fef845ff931ec (diff)
parent29d2b28cffd5d0f59632a761c2221ece7f257304 (diff)
downloadhistacom2-dcd6501aed4423bf28d3e27b596050d68028775c.tar.gz
histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.tar.bz2
histacom2-dcd6501aed4423bf28d3e27b596050d68028775c.zip
Merge pull request #68 from AShifter/master
start Win98
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.