diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-05-24 21:42:48 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-05-24 21:42:48 +0100 |
| commit | ac576c05905b55a5059dab672c1882f01fc074d0 (patch) | |
| tree | a2053e6184289ec00133dc075c3a32fdd4f0fe01 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 832660987c5afb2f559fee7870e0de5eb325748f (diff) | |
| download | histacom2-ac576c05905b55a5059dab672c1882f01fc074d0.tar.gz histacom2-ac576c05905b55a5059dab672c1882f01fc074d0.tar.bz2 histacom2-ac576c05905b55a5059dab672c1882f01fc074d0.zip | |
Kind of done my File Explorer...
IT'S NOT FINISHED!!!!!!!!
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 a8ccbff..605d4f4 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -122,6 +122,12 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.Designer.cs"> + <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> + </Compile> <Compile Include="SaveDialogs\LoadGameDialog.cs"> <SubType>Form</SubType> </Compile> @@ -243,6 +249,9 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx"> + <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="SaveDialogs\LoadGameDialog.resx"> <DependentUpon>LoadGameDialog.cs</DependentUpon> </EmbeddedResource> @@ -336,6 +345,8 @@ <Content Include="Resources\IE4\googleprototype.html" /> <Content Include="Resources\IE4\ie4start.html" /> <Content Include="Resources\IE4\padams.html" /> + <None Include="Resources\wmsui32_1001.ico_16x16.png" /> + <None Include="Resources\shell32_21.ico_16x16.png" /> <Content Include="Resources\TitleScreen\Exit.png" /> <Content Include="Resources\TitleScreen\LoadGame.png" /> <Content Include="Resources\TitleScreen\MSExit.png" /> |
