diff options
| author | lempamo <[email protected]> | 2017-07-04 17:12:25 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 17:12:25 -0400 |
| commit | ac75c9cfdb27723b99a3d408fd54518d84cd2853 (patch) | |
| tree | 80e3196d02c6a271cceeac9d6d6c11152be2e53f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 3a897bb5358db42fee5d3a0f6890d048893eac76 (diff) | |
| download | histacom2-ac75c9cfdb27723b99a3d408fd54518d84cd2853.tar.gz histacom2-ac75c9cfdb27723b99a3d408fd54518d84cd2853.tar.bz2 histacom2-ac75c9cfdb27723b99a3d408fd54518d84cd2853.zip | |
Added Prototype Windows 98
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 46f08f6..9532c0e 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -158,6 +158,12 @@ <Compile Include="OS\Win95\Win95SaveAs.Designer.cs"> <DependentUpon>Win95SaveAs.cs</DependentUpon> </Compile> + <Compile Include="OS\Win98\Win98.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="OS\Win98\Win98.Designer.cs"> + <DependentUpon>Win98.cs</DependentUpon> + </Compile> <Compile Include="SaveDialogs\LoadGameDialog.cs"> <SubType>Form</SubType> </Compile> @@ -254,12 +260,6 @@ <Compile Include="OS\Win95\Win95TaskBarItem.Designer.cs"> <DependentUpon>Win95TaskBarItem.cs</DependentUpon> </Compile> - <Compile Include="OS\Win98\Win98.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="OS\Win98\Win98.Designer.cs"> - <DependentUpon>Win98.cs</DependentUpon> - </Compile> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> @@ -298,6 +298,10 @@ <EmbeddedResource Include="OS\Win95\Win95SaveAs.resx"> <DependentUpon>Win95SaveAs.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win98\Win98.resx"> + <DependentUpon>Win98.cs</DependentUpon> + <SubType>Designer</SubType> + </EmbeddedResource> <EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx"> <DependentUpon>LoadGameDialog.cs</DependentUpon> </EmbeddedResource> @@ -350,9 +354,6 @@ <EmbeddedResource Include="OS\Win95\Win95TaskBarItem.resx"> <DependentUpon>Win95TaskBarItem.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="OS\Win98\Win98.resx"> - <DependentUpon>Win98.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <SubType>Designer</SubType> @@ -452,6 +453,9 @@ <None Include="Resources\WinClassic\WinClassicAddressBookPropertiesIcon.png" /> <None Include="Resources\WinClassic\WinClassicAddressBookDeleteIcon.png" /> <None Include="Resources\WinClassic\WinClassicCalc.png" /> + <None Include="Resources\WinClassic\Win98Computer.png" /> + <None Include="Resources\WinClassic\Win98Start.wav" /> + <None Include="Resources\WinClassic\Win98Stop.WAV" /> <Content Include="Resources\WinClassic\WinClassicClock.png" /> <Content Include="Resources\WinClassic\WinClassicComputer.png" /> <None Include="Resources\WinClassic\WinClassicCopy.png" /> |
