diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-06-10 17:55:28 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-06-10 17:55:28 +0100 |
| commit | ec8361de2a221cdb405df7c9400461e41785e12b (patch) | |
| tree | 5a945ec6d1e2e565ffb0f5c67bb963846f04f26e /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 1fbd9c1c76d95d14746925113fcaefa50104b1cd (diff) | |
| parent | d9b6009e4909508bfb880b9f61e9e0f81d5ffa8b (diff) | |
| download | histacom2-ec8361de2a221cdb405df7c9400461e41785e12b.tar.gz histacom2-ec8361de2a221cdb405df7c9400461e41785e12b.tar.bz2 histacom2-ec8361de2a221cdb405df7c9400461e41785e12b.zip | |
Added my changes back AGAIN
# Conflicts:
# .vs/TimeHACK/v15/.suo
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 26 |
1 files changed, 20 insertions, 6 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 6b78699..41dee88 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -122,6 +122,19 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" /> + <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.Designer.cs"> + <DependentUpon>WinClassicFTPClient.cs</DependentUpon> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="OS\Win95\Win95Apps\WinClassicTerminal.Designer.cs"> + <DependentUpon>WinClassicTerminal.cs</DependentUpon> + </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.cs"> <SubType>UserControl</SubType> </Compile> @@ -212,12 +225,6 @@ <Compile Include="OS\Win95\Win95Apps\WinClassicNotepad.Designer.cs"> <DependentUpon>WinClassicNotepad.cs</DependentUpon> </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicOE4.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="OS\Win95\Win95Apps\WinClassicOE4.Designer.cs"> - <DependentUpon>WinClassicOE4.cs</DependentUpon> - </Compile> <Compile Include="OS\Win95\Win95Apps\WinClassicWordPad.cs"> <SubType>UserControl</SubType> </Compile> @@ -255,6 +262,12 @@ <Compile Include="TitleScreen.Designer.cs"> <DependentUpon>TitleScreen.cs</DependentUpon> </Compile> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicFTPClient.resx"> + <DependentUpon>WinClassicFTPClient.cs</DependentUpon> + </EmbeddedResource> + <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicTerminal.resx"> + <DependentUpon>WinClassicTerminal.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicWindowsExplorer.resx"> <DependentUpon>WinClassicWindowsExplorer.cs</DependentUpon> </EmbeddedResource> @@ -356,6 +369,7 @@ <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\modem_dial.wav" /> <Content Include="Resources\TitleScreen\Exit.png" /> <Content Include="Resources\TitleScreen\LoadGame.png" /> <Content Include="Resources\TitleScreen\MSExit.png" /> |
