diff options
| author | jtsshieh <[email protected]> | 2017-08-02 22:03:57 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-08-02 22:03:57 -0400 |
| commit | d2286b7d68db20fae6bdb58078853379faf5ac08 (patch) | |
| tree | db1ca88e3b2e9a7df734597b22fd45c6e02b9d67 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 5fdd82f5f0069ad55662ff974a30d415543d3474 (diff) | |
| download | histacom2-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.csproj | 9 |
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> |
