diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-17 21:24:14 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-17 21:24:14 -0500 |
| commit | 7f5d0c3915d178e4d412a0b1a9b48baf058b2afc (patch) | |
| tree | 6761bc6acfa1a11b2876cc0558cc7220151702da /Histacom2/Histacom2.csproj | |
| parent | 8a6bebdad321a0f357f5c6cad621b8313b19da03 (diff) | |
| download | histacom2-7f5d0c3915d178e4d412a0b1a9b48baf058b2afc.tar.gz histacom2-7f5d0c3915d178e4d412a0b1a9b48baf058b2afc.tar.bz2 histacom2-7f5d0c3915d178e4d412a0b1a9b48baf058b2afc.zip | |
Added Error Blaster 95, see Description for details
Error Blaster is updated with a new type: "Memory Leak." After the
messageGen timer interval hits 300, the PC BSODs.
Start Runner is also in there, however it is not functional due to
unknown reasons.
Diffstat (limited to 'Histacom2/Histacom2.csproj')
| -rw-r--r-- | Histacom2/Histacom2.csproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 34f8cd0..a780aa7 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -138,6 +138,18 @@ <Compile Include="OS\Win2K\Win2KApps\SurviveTheDay.Designer.cs"> <DependentUpon>SurviveTheDay.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95Apps\12padamsViruses\ErrorBlaster95.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\12padamsViruses\ErrorBlaster95.Designer.cs"> + <DependentUpon>ErrorBlaster95.cs</DependentUpon> + </Compile> + <Compile Include="OS\Win95\Win95Apps\12padamsViruses\StartRunner95.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\12padamsViruses\StartRunner95.Designer.cs"> + <DependentUpon>StartRunner95.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\GuessTheNumber.cs"> <SubType>UserControl</SubType> </Compile> @@ -368,6 +380,12 @@ <EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx"> <DependentUpon>SurviveTheDay.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\12padamsViruses\ErrorBlaster95.resx"> + <DependentUpon>ErrorBlaster95.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\12padamsViruses\StartRunner95.resx"> + <DependentUpon>StartRunner95.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\GuessTheNumber.resx"> <DependentUpon>GuessTheNumber.cs</DependentUpon> </EmbeddedResource> @@ -637,6 +655,7 @@ <None Include="Resources\WinClassicTextFile.png" /> <None Include="Resources\WinClassicRtfFile.png" /> <None Include="Resources\WinClassicNotepad.png" /> + <None Include="Resources\Win95Error.png" /> <Content Include="Resources\WinClassic\16Color.png" /> <Content Include="Resources\WinClassic\256Color.png" /> <None Include="Resources\WinClassic\tada.wav" /> |
