aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TimeHACK.Main.csproj
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-04 00:15:01 -0400
committerlempamo <[email protected]>2017-07-04 00:15:01 -0400
commit59c9e070258db893745f70862c4128b97a87c9fd (patch)
tree7faf146028a29f1ad5336ea6373407e78409400f /TimeHACK.Main/TimeHACK.Main.csproj
parent34ecd67921e7205bf9f7e271458bde6d325d2753 (diff)
downloadhistacom2-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.csproj11
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" />