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.Main/ShiftOS.Main.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.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 6f712cc..35d7761 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -99,6 +99,9 @@ <Compile Include="ShiftOS\Desktop.Designer.cs"> <DependentUpon>Desktop.cs</DependentUpon> </Compile> + <Compile Include="Terminal\Commands\Hello.cs" /> + <Compile Include="Terminal\TerminalBackend.cs" /> + <Compile Include="Terminal\TerminalCommand.cs" /> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
