aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorjtsshieh <[email protected]>2017-08-02 22:03:57 -0400
committerjtsshieh <[email protected]>2017-08-02 22:03:57 -0400
commitd2286b7d68db20fae6bdb58078853379faf5ac08 (patch)
treedb1ca88e3b2e9a7df734597b22fd45c6e02b9d67 /TimeHACK.Main/TimeHACK.Main.csproj
parent5fdd82f5f0069ad55662ff974a30d415543d3474 (diff)
downloadhistacom2-d2286b7d68db20fae6bdb58078853379faf5ac08.tar.gz
histacom2-d2286b7d68db20fae6bdb58078853379faf5ac08.tar.bz2
histacom2-d2286b7d68db20fae6bdb58078853379faf5ac08.zip
Minesweeper Scoring System
I didn't do acheivments because I couldn t work out how to add one.
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
-rw-r--r--TimeHACK.Main/TimeHACK.Main.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj
index 9d063c1..fe23577 100644
--- a/TimeHACK.Main/TimeHACK.Main.csproj
+++ b/TimeHACK.Main/TimeHACK.Main.csproj
@@ -163,6 +163,12 @@
<DependentUpon>IE4Start.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" />
@@ -363,6 +369,9 @@
<EmbeddedResource Include="OS\Win95\Win95Apps\IE4Sites\IE4Start.resx">
<DependentUpon>IE4Start.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="OS\Win95\Win95Apps\MineSweeper\MineBestTimes.resx">
+ <DependentUpon>MineBestTimes.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\TempIE4.resx">
<DependentUpon>TempIE4.cs</DependentUpon>
</EmbeddedResource>