diff options
Diffstat (limited to 'Histacom2/Histacom2.csproj')
| -rw-r--r-- | Histacom2/Histacom2.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index bed73b9..db2796e 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -357,6 +357,12 @@ <Compile Include="OS\Win98\Win98Apps\WinClassicWindowsExplorer.Designer.cs"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> </Compile> + <Compile Include="OS\WinME\WinME.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="OS\WinME\WinME.Designer.cs"> + <DependentUpon>WinME.cs</DependentUpon> + </Compile> <Compile Include="OS\WinXPBad\Story\Hack4.cs" /> <Compile Include="OS\WinXPBad\VirusLabel.cs"> <SubType>Form</SubType> @@ -598,6 +604,10 @@ <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> <SubType>Designer</SubType> </EmbeddedResource> + <EmbeddedResource Include="OS\WinME\WinME.resx"> + <DependentUpon>WinME.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="OS\WinXPBad\VirusLabel.resx"> <DependentUpon>VirusLabel.cs</DependentUpon> </EmbeddedResource> @@ -896,6 +906,7 @@ <None Include="Resources\WinClassic\sliverwhite.png" /> <None Include="Resources\WinClassic\sliveroldlace.png" /> <None Include="Resources\WinClassic\TimeDistorter3Icon.png" /> + <None Include="Resources\WinClassic\sliver2kgrey.png" /> <Content Include="Resources\WinClassic\TrueColor.png" /> <None Include="Resources\WinClassic\Win95Info.png" /> <None Include="Resources\WinClassic\Win95Error.png" /> @@ -975,6 +986,7 @@ </ProjectReference> </ItemGroup> <ItemGroup> + <Folder Include="OS\WinME\WinMEApps\" /> <Folder Include="OS\WinXP\" /> </ItemGroup> <ItemGroup> |
