diff options
| author | AShifter <[email protected]> | 2017-06-10 10:28:06 -0600 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-10 10:28:06 -0600 |
| commit | 6fe33a8837e18a65c063bc38f447a7c4fc60e540 (patch) | |
| tree | 3cf6cc895dde155b262da818b05d85e403d4751f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 22b7ec620f8708c0f922e3883b82b01431b5ef05 (diff) | |
| download | histacom2-6fe33a8837e18a65c063bc38f447a7c4fc60e540.tar.gz histacom2-6fe33a8837e18a65c063bc38f447a7c4fc60e540.tar.bz2 histacom2-6fe33a8837e18a65c063bc38f447a7c4fc60e540.zip | |
re fix things
yoy
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 6b78699..0cbdbf6 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> @@ -255,6 +268,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> |
