aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-11-18 18:32:37 -0600
committerFloppyDiskDrive <[email protected]>2017-11-18 18:32:37 -0600
commit4c4ff1e06cecac8a52ac347e029ac19f1be4e244 (patch)
treedc4b91ece45c22018478937d79c5079615f52208 /ShiftOS.Main/ShiftOS.Main.csproj
parent9fe87b10de6644d17aa4548a80b0c418c1b29d67 (diff)
downloadshiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.tar.gz
shiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.tar.bz2
shiftos-rewind-4c4ff1e06cecac8a52ac347e029ac19f1be4e244.zip
yoy new command
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj
index b960126..caedf3b 100644
--- a/ShiftOS.Main/ShiftOS.Main.csproj
+++ b/ShiftOS.Main/ShiftOS.Main.csproj
@@ -100,6 +100,7 @@
<DependentUpon>Desktop.cs</DependentUpon>
</Compile>
<Compile Include="Terminal\Commands\Hello.cs" />
+ <Compile Include="Terminal\Commands\Help.cs" />
<Compile Include="Terminal\Commands\TestStory.cs" />
<Compile Include="Terminal\TerminalBackend.cs" />
<Compile Include="Terminal\TerminalCommand.cs" />