diff options
| author | lempamo <[email protected]> | 2017-07-04 00:15:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 00:15:01 -0400 |
| commit | 59c9e070258db893745f70862c4128b97a87c9fd (patch) | |
| tree | 7faf146028a29f1ad5336ea6373407e78409400f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 34ecd67921e7205bf9f7e271458bde6d325d2753 (diff) | |
| download | histacom2-59c9e070258db893745f70862c4128b97a87c9fd.tar.gz histacom2-59c9e070258db893745f70862c4128b97a87c9fd.tar.bz2 histacom2-59c9e070258db893745f70862c4128b97a87c9fd.zip | |
some work on fixing up windows explorer
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 17e7093..32a7a00 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -152,6 +152,12 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.Designer.cs"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> </Compile> + <Compile Include="OS\Win95\Win95SaveAs.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95SaveAs.Designer.cs"> + <DependentUpon>Win95SaveAs.cs</DependentUpon> + </Compile> <Compile Include="SaveDialogs\LoadGameDialog.cs"> <SubType>Form</SubType> </Compile> @@ -288,6 +294,9 @@ <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95SaveAs.resx"> + <DependentUpon>Win95SaveAs.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx"> <DependentUpon>LoadGameDialog.cs</DependentUpon> </EmbeddedResource> @@ -428,6 +437,8 @@ <None Include="Resources\WinClassic\Win95Info.png" /> <None Include="Resources\WinClassic\Win95Error.png" /> <None Include="Resources\WinClassic\Win95IconNotepad.png" /> + <None Include="Resources\WinClassic\Win95DesktopIcon.png" /> + <None Include="Resources\WinClassic\Win95HardDiskIcon.png" /> <Content Include="Resources\WinClassic\Win95SideBar.png" /> <Content Include="Resources\WinClassic\Win95Start.wav" /> <None Include="Resources\WinClassic\Win95Warning.png" /> |
