diff options
| author | lempamo <[email protected]> | 2017-08-03 10:45:51 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-03 10:45:51 -0400 |
| commit | 75d4f6c762aa5582c6c95518eb226a840559cf74 (patch) | |
| tree | b4ec927bd7967b545b38a27ddc4411213b588cc0 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 92410f8e3825950746c1d8d7230074c8a100c9cf (diff) | |
| parent | 970dabaa90a39623c7a8271239861a09af7b2b54 (diff) | |
| download | histacom2-75d4f6c762aa5582c6c95518eb226a840559cf74.tar.gz histacom2-75d4f6c762aa5582c6c95518eb226a840559cf74.tar.bz2 histacom2-75d4f6c762aa5582c6c95518eb226a840559cf74.zip | |
Merge branch 'master' of https://github.com/TimeHACKDevs/TimeHACK.git
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 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> |
