diff options
| author | lempamo <[email protected]> | 2017-07-06 00:28:38 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-06 00:28:38 -0400 |
| commit | 6958c950223e1b1db9648f92a40fe7dd925ca466 (patch) | |
| tree | 5bbfc78c2d6ed20dc87032522fe37c59976bc388 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | eb5b4265492b47bb477767cc524ff99401baaac9 (diff) | |
| download | histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.tar.gz histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.tar.bz2 histacom2-6958c950223e1b1db9648f92a40fe7dd925ca466.zip | |
New Installer for Win95
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 0adb956..5d55c25 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -137,6 +137,12 @@ <DependentUpon>SurviveTheDay.cs</DependentUpon> </Compile> <Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" /> + <Compile Include="OS\Win95\Win95Apps\Win95Installer.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\Win95Installer.Designer.cs"> + <DependentUpon>Win95Installer.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs"> <SubType>UserControl</SubType> </Compile> @@ -251,12 +257,6 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicIE4.Designer.cs"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </Compile> - <Compile Include="GlobalPrograms\WinClassicInstaller.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="GlobalPrograms\WinClassicInstaller.Designer.cs"> - <DependentUpon>WinClassicInstaller.cs</DependentUpon> - </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.cs"> <SubType>UserControl</SubType> </Compile> @@ -300,6 +300,9 @@ <EmbeddedResource Include="OS\Win2K\Win2KApps\SurviveTheDay.resx"> <DependentUpon>SurviveTheDay.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\Win95Installer.resx"> + <DependentUpon>Win95Installer.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx"> <DependentUpon>WinClassicFTPClient.cs</DependentUpon> </EmbeddedResource> @@ -363,9 +366,6 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx"> <DependentUpon>WinClassicIE4.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="GlobalPrograms\WinClassicInstaller.resx"> - <DependentUpon>WinClassicInstaller.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicNotepad.resx"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </EmbeddedResource> @@ -498,6 +498,7 @@ <None Include="Resources\WinClassic\WinClassicHWCV.png" /> <Content Include="Resources\WinClassic\WinClassicIE4.png" /> <Content Include="Resources\WinClassic\WinClassicInbox.png" /> + <None Include="Resources\WinClassic\WinClassicInstallPic.png" /> <Content Include="Resources\WinClassic\WinClassicMSN.png" /> <Content Include="Resources\WinClassic\WinClassicNetworking.png" /> <None Include="Resources\WinClassic\WinClassicNotepad.png" /> |
