diff options
| author | lempamo <[email protected]> | 2017-09-18 16:49:14 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-18 16:49:14 -0500 |
| commit | 2d83155d9833a7ea1396ee62265f900be258a5eb (patch) | |
| tree | 28c7cfc42927d9c340a5f17048a024227358fc5f /Histacom2/Histacom2.csproj | |
| parent | 92495924b688faf93d37929a8dab27554ac78e4f (diff) | |
| parent | 3188a4eac09bbcfb1dffaa2e001f1f76137ed1ac (diff) | |
| download | histacom2-2d83155d9833a7ea1396ee62265f900be258a5eb.tar.gz histacom2-2d83155d9833a7ea1396ee62265f900be258a5eb.tar.bz2 histacom2-2d83155d9833a7ea1396ee62265f900be258a5eb.zip | |
Merge pull request #161 from IBMPCDOS5/master
Added Error Blaster 95, see Description for details
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 c5ff46a..cdf7138 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> @@ -380,6 +392,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> @@ -653,6 +671,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" /> |
