aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-03 09:44:42 -0500
committerGitHub <[email protected]>2017-08-03 09:44:42 -0500
commit970dabaa90a39623c7a8271239861a09af7b2b54 (patch)
treebe800478122fb3909c40699b1e879d333afdb536 /TimeHACK.Main/TimeHACK.Main.csproj
parenta3b48880bf4136cb8033305fde052727e24ab8b1 (diff)
parent3e53975325a4f398150207c9362b8d63ef927f7c (diff)
downloadhistacom2-970dabaa90a39623c7a8271239861a09af7b2b54.tar.gz
histacom2-970dabaa90a39623c7a8271239861a09af7b2b54.tar.bz2
histacom2-970dabaa90a39623c7a8271239861a09af7b2b54.zip
Merge pull request #146 from jtsshieh/master
Minesweeper Scoring System
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 7f95fb9..585d87f 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" />
@@ -357,6 +363,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\WinClassicIE4.resx">
<DependentUpon>WinClassicIE4.cs</DependentUpon>
</EmbeddedResource>