diff options
| author | AShifter <[email protected]> | 2017-11-25 08:59:48 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-25 08:59:48 -0700 |
| commit | c81573594f509177214bbc9b64427c8aabdc30a6 (patch) | |
| tree | 0f16be1fffc1e1557adafbd1baa9ff7aa16a3381 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 90b1bdca5f8f2bf634a0b83ed9b623843ada5661 (diff) | |
| download | shiftos-rewind-c81573594f509177214bbc9b64427c8aabdc30a6.tar.gz shiftos-rewind-c81573594f509177214bbc9b64427c8aabdc30a6.tar.bz2 shiftos-rewind-c81573594f509177214bbc9b64427c8aabdc30a6.zip | |
Add SaveSystem, FullScreen Terminal and stuff
Git had a horrible seizure and removed our repo but Alex-TIMEHACK helped
us get it back.
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 4098fc9..ad01ba0 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -63,12 +63,6 @@ <Compile Include="ShiftOS\Apps\ShifterStuff\SelectColor.Designer.cs"> <DependentUpon>SelectColor.cs</DependentUpon> </Compile> - <Compile Include="ShiftOS\Apps\ShiftDemo.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="ShiftOS\Apps\ShiftDemo.Designer.cs"> - <DependentUpon>ShiftDemo.cs</DependentUpon> - </Compile> <Compile Include="ShiftOS\Apps\ShifterStuff\Shifter.cs"> <SubType>UserControl</SubType> </Compile> @@ -81,12 +75,6 @@ <Compile Include="ShiftOS\Apps\Terminal.Designer.cs"> <DependentUpon>Terminal.cs</DependentUpon> </Compile> - <Compile Include="ShiftOS\Apps\TestForm.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="ShiftOS\Apps\TestForm.Designer.cs"> - <DependentUpon>TestForm.cs</DependentUpon> - </Compile> <Compile Include="ShiftOS\Apps\TextPad.cs"> <SubType>UserControl</SubType> </Compile> @@ -99,10 +87,14 @@ <Compile Include="ShiftOS\Desktop.Designer.cs"> <DependentUpon>Desktop.cs</DependentUpon> </Compile> + <Compile Include="Terminal\Commands\codepoints.cs" /> + <Compile Include="Terminal\Commands\startx.cs" /> <Compile Include="Terminal\Commands\Clear.cs" /> + <Compile Include="Terminal\Commands\Echo.cs" /> <Compile Include="Terminal\Commands\Hello.cs" /> <Compile Include="Terminal\Commands\Help.cs" /> <Compile Include="Terminal\Commands\sftp.cs" /> + <Compile Include="Terminal\Commands\shutdown.cs" /> <Compile Include="Terminal\Commands\tcpip.cs" /> <Compile Include="Terminal\Commands\TestStory.cs" /> <Compile Include="Terminal\TerminalBackend.cs" /> @@ -123,18 +115,12 @@ <EmbeddedResource Include="ShiftOS\Apps\ShifterStuff\SelectColor.resx"> <DependentUpon>SelectColor.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="ShiftOS\Apps\ShiftDemo.resx"> - <DependentUpon>ShiftDemo.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Apps\ShifterStuff\Shifter.resx"> <DependentUpon>Shifter.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Apps\Terminal.resx"> <DependentUpon>Terminal.cs</DependentUpon> </EmbeddedResource> - <EmbeddedResource Include="ShiftOS\Apps\TestForm.resx"> - <DependentUpon>TestForm.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="ShiftOS\Apps\TextPad.resx"> <DependentUpon>TextPad.cs</DependentUpon> </EmbeddedResource> |
