diff options
| author | lempamo <[email protected]> | 2017-05-01 22:28:49 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-01 22:28:49 -0400 |
| commit | 54ab3c7ef0456736ec0eb2d78e03253ce25fb971 (patch) | |
| tree | ea2b53ca9860412112718edb72980b57bb72626b /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 338aebc311325b1f1ddf1cf6853dbf1905fb0759 (diff) | |
| parent | 01d130bf5c3466d5b581cb3a2cf7bdeb4e5ff721 (diff) | |
| download | histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.tar.gz histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.tar.bz2 histacom2-54ab3c7ef0456736ec0eb2d78e03253ce25fb971.zip | |
Merge pull request #61 from lempamo/master
added google and outlook express started
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 5a548e9..9e1f185 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -173,6 +173,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicOE4.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicOE4.Designer.cs"> + <DependentUpon>WinClassicOE4.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.cs"> <SubType>UserControl</SubType> </Compile> @@ -265,7 +271,7 @@ <ItemGroup> <Content Include="Resources\12padams_EULA.txt" /> <Content Include="Resources\Icon128x.ico" /> - <Content Include="Resources\ie4start.html" /> + <Content Include="Resources\IE4\googlehome.html" /> <Content Include="Resources\IE4\ie4start.html" /> <Content Include="Resources\IE4\padams.html" /> <Content Include="Resources\TitleScreen\Exit.png" /> |
