diff options
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" /> |
