diff options
| author | lempamo <[email protected]> | 2017-08-01 14:10:19 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-01 14:10:19 -0400 |
| commit | 9a68e5ed46f76d4ddda94c234a65a757797bdae9 (patch) | |
| tree | 09a54eb94023fdf69263acf55fbd6b968bddacec /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | c0fd6c4d1b176d44f05d2f20c4d4439f3278f632 (diff) | |
| download | histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.tar.gz histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.tar.bz2 histacom2-9a68e5ed46f76d4ddda94c234a65a757797bdae9.zip | |
Replaced IE4
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index d7d10b4..7f95fb9 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -166,11 +166,11 @@ <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"> + <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs"> <SubType>UserControl</SubType> </Compile> - <Compile Include="OS\Win95\Win95Apps\TempIE4.Designer.cs"> - <DependentUpon>TempIE4.cs</DependentUpon> + <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.Designer.cs"> + <DependentUpon>WinClassicIE4.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95Apps\Win95Installer.cs"> <SubType>UserControl</SubType> @@ -292,12 +292,6 @@ <Compile Include="GlobalPrograms\WinClassicDownloader.Designer.cs"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.Designer.cs"> - <DependentUpon>WinClassicIE4.cs</DependentUpon> - </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs"> <SubType>UserControl</SubType> </Compile> @@ -363,8 +357,8 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\IE4Sites\IE4Start.resx"> <DependentUpon>IE4Start.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\TempIE4.resx"> - <DependentUpon>TempIE4.cs</DependentUpon> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx"> + <DependentUpon>WinClassicIE4.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Installer.resx"> <DependentUpon>Win95Installer.cs</DependentUpon> @@ -435,9 +429,6 @@ <EmbeddedResource Include="GlobalPrograms\WinClassicDownloader.resx"> <DependentUpon>WinClassicDownloader.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx"> - <DependentUpon>WinClassicIE4.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicNotepad.resx"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </EmbeddedResource> |
