diff options
| author | jtsshieh <[email protected]> | 2017-07-26 20:53:04 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-07-26 20:53:04 -0400 |
| commit | cc5a8d36ceac1567eebe946c3c6cbd0813a854c1 (patch) | |
| tree | 0437a338ff22d6458b0d87c8f323751eb36fb3f3 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | a852b2c7f2bb372a89e78e805298c33c00ebe924 (diff) | |
| download | histacom2-cc5a8d36ceac1567eebe946c3c6cbd0813a854c1.tar.gz histacom2-cc5a8d36ceac1567eebe946c3c6cbd0813a854c1.tar.bz2 histacom2-cc5a8d36ceac1567eebe946c3c6cbd0813a854c1.zip | |
VERY VERY VERY BASIC Minsweeper
Took me a ton of time to get the game and square files working. Now all thats left is the sad face, about box, difficulties, acheivements, and pixel perfect (tradmarked)
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 341090f..77192ec 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -162,6 +162,8 @@ <Compile Include="OS\Win95\Win95Apps\IE4Sites\IE4Start.Designer.cs"> <DependentUpon>IE4Start.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\MineSweeper\Game.cs" /> + <Compile Include="OS\Win95\Win95Apps\MineSweeper\Square.cs" /> <Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" /> <Compile Include="OS\Win95\Win95Apps\Story\Hack2.cs" /> <Compile Include="OS\Win95\Win95Apps\TempIE4.cs"> @@ -188,6 +190,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.Designer.cs"> <DependentUpon>WinClassicFTPClient.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\MineSweeper\WinClassicMinesweeper.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\MineSweeper\WinClassicMinesweeper.Designer.cs"> + <DependentUpon>WinClassicMinesweeper.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.cs"> <SubType>UserControl</SubType> </Compile> @@ -361,6 +369,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx"> <DependentUpon>WinClassicFTPClient.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\MineSweeper\WinClassicMinesweeper.resx"> + <DependentUpon>WinClassicMinesweeper.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTerminal.resx"> <DependentUpon>WinClassicTerminal.cs</DependentUpon> </EmbeddedResource> @@ -501,6 +512,10 @@ <None Include="Resources\ie4_hsplitter.png" /> <None Include="Resources\ie4_forward.png" /> <None Include="Resources\ie4_back.png" /> + <None Include="Resources\minsweeper smile.PNG" /> + <None Include="Resources\minsweeper flag.PNG" /> + <None Include="Resources\minsweeper sad.PNG" /> + <None Include="Resources\minsweeper logo.jpg" /> <Content Include="Resources\modem_dial.wav" /> <None Include="Resources\MS-DOS-logo-1.png" /> <None Include="Resources\msdosprompt.png" /> |
