diff options
| author | lempamo <[email protected]> | 2017-04-27 22:28:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-27 22:28:18 -0400 |
| commit | b8706227933c2bf58081e3c0dfd4767afd8dc4a6 (patch) | |
| tree | a5c4e500b1e4ec4161100bf6b8a6337402bdd82f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | d381013ebcba7c4bffc34d3d5caf196723c8d1a5 (diff) | |
| parent | 5cc3fdda9a2e219f21803bf5dedd810ec572fec7 (diff) | |
| download | histacom2-b8706227933c2bf58081e3c0dfd4767afd8dc4a6.tar.gz histacom2-b8706227933c2bf58081e3c0dfd4767afd8dc4a6.tar.bz2 histacom2-b8706227933c2bf58081e3c0dfd4767afd8dc4a6.zip | |
Merge pull request #50 from lempamo/master
IE4 HTML
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 654f278..fd33b37 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -149,6 +149,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicDownloader.Designer.cs"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.Designer.cs"> + <DependentUpon>WinClassicHWCV.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs"> <SubType>UserControl</SubType> </Compile> @@ -189,6 +195,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicHWCV.resx"> + <DependentUpon>WinClassicHWCV.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </EmbeddedResource> @@ -229,6 +238,9 @@ <ItemGroup> <Content Include="Resources\12padams_EULA.txt" /> <Content Include="Resources\Icon128x.ico" /> + <Content Include="Resources\ie4start.html" /> + <Content Include="Resources\IE4\ie4start.html" /> + <Content Include="Resources\IE4\padams.html" /> <Content Include="Resources\TitleScreen\Exit.png" /> <Content Include="Resources\TitleScreen\LoadGame.png" /> <Content Include="Resources\TitleScreen\MSExit.png" /> @@ -262,6 +274,7 @@ <Content Include="Resources\WinClassic\WinClassicFind.png" /> <Content Include="Resources\WinClassic\WinClassicFolder.png" /> <Content Include="Resources\WinClassic\WinClassicHelp.png" /> + <None Include="Resources\WinClassic\WinClassicHWCV.png" /> <Content Include="Resources\WinClassic\WinClassicIE4.png" /> <Content Include="Resources\WinClassic\WinClassicInbox.png" /> <Content Include="Resources\WinClassic\WinClassicMSN.png" /> |
