diff options
| author | jtsshieh <[email protected]> | 2017-11-18 11:56:23 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-18 11:56:23 -0500 |
| commit | ce700260e681f483e8e7120619f690da2d8847a6 (patch) | |
| tree | 6897964ac67014fd497ee4f8c29c0ba1742ba5d5 /ShiftOS.Engine/ShiftOS.Engine.csproj | |
| parent | 97722fbe9d474adffbba0b92e9727c48a8205234 (diff) | |
| parent | c0400bc229d5f275955d6c964108deebf0908b4b (diff) | |
| download | shiftos-rewind-ce700260e681f483e8e7120619f690da2d8847a6.tar.gz shiftos-rewind-ce700260e681f483e8e7120619f690da2d8847a6.tar.bz2 shiftos-rewind-ce700260e681f483e8e7120619f690da2d8847a6.zip | |
Merge pull request #15 from Alex-TIMEHACK/master
Fully working command handler (Alex)
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS.Engine/ShiftOS.Engine.csproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj index 0bb54c5..88ad0cf 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -69,9 +69,6 @@ <Compile Include="ShiftFS\ShiftFile.cs" /> <Compile Include="ShiftFS\ShiftFS.cs" /> <Compile Include="ShiftFS\IShiftNode.cs" /> - <Compile Include="Terminal\Commands\Hello.cs" /> - <Compile Include="Terminal\TerminalBackend.cs" /> - <Compile Include="Terminal\TerminalCommand.cs" /> <Compile Include="Misc\Tools.cs" /> <Compile Include="WindowManager\InfoboxTemplate.cs"> <SubType>UserControl</SubType> |
