diff options
| author | lempamo <[email protected]> | 2017-10-29 00:50:08 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-29 00:50:08 -0400 |
| commit | d73bed3a5e57dace6215d0dafc52cf16c19db0a9 (patch) | |
| tree | 30929514e95f76b328c0f182f986722c7d76a8ef /Histacom2/Histacom2.csproj | |
| parent | b2e99d751dd7417599212df04c74cdeb60c6453e (diff) | |
| download | histacom2-d73bed3a5e57dace6215d0dafc52cf16c19db0a9.tar.gz histacom2-d73bed3a5e57dace6215d0dafc52cf16c19db0a9.tar.bz2 histacom2-d73bed3a5e57dace6215d0dafc52cf16c19db0a9.zip | |
making progress on bad ie6
Diffstat (limited to 'Histacom2/Histacom2.csproj')
| -rw-r--r-- | Histacom2/Histacom2.csproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index f32a64d..5dfb148 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -355,11 +355,17 @@ </Compile> <Compile Include="OS\WinXPBad\Story\Hack4.cs" /> <Compile Include="OS\WinXPBad\VirusLabel.cs"> - <SubType>UserControl</SubType> + <SubType>Form</SubType> </Compile> <Compile Include="OS\WinXPBad\VirusLabel.Designer.cs"> <DependentUpon>VirusLabel.cs</DependentUpon> </Compile> + <Compile Include="OS\WinXPBad\WinClassicIE6Bad.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\WinXPBad\WinClassicIE6Bad.Designer.cs"> + <DependentUpon>WinClassicIE6Bad.cs</DependentUpon> + </Compile> <Compile Include="OS\WinXPBad\WinClassicTimeDistorter3Bad.cs"> <SubType>UserControl</SubType> </Compile> @@ -591,6 +597,9 @@ <EmbeddedResource Include="OS\WinXPBad\VirusLabel.resx"> <DependentUpon>VirusLabel.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\WinXPBad\WinClassicIE6Bad.resx"> + <DependentUpon>WinClassicIE6Bad.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\WinXPBad\WinXPBad.resx"> <DependentUpon>WinXPBad.cs</DependentUpon> <SubType>Designer</SubType> @@ -871,6 +880,7 @@ <None Include="Resources\WinClassic\TimeDistorter1.png" /> <None Include="Resources\WinClassic\TimeDistorter1Icon.png" /> <None Include="Resources\WinClassic\sliverwhite.png" /> + <None Include="Resources\WinClassic\sliveroldlace.png" /> <Content Include="Resources\WinClassic\TrueColor.png" /> <None Include="Resources\WinClassic\Win95Info.png" /> <None Include="Resources\WinClassic\Win95Error.png" /> |
