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