diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-18 12:29:15 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-18 12:29:15 -0600 |
| commit | b737aa8ded0793855fe5e5f49c8967051bd11907 (patch) | |
| tree | 2f6696d0c302e20ac1d401e72b0538cbd3079a27 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | cc734557de877186c5f5eb1e59efdcb785ac37a8 (diff) | |
| download | shiftos-rewind-b737aa8ded0793855fe5e5f49c8967051bd11907.tar.gz shiftos-rewind-b737aa8ded0793855fe5e5f49c8967051bd11907.tar.bz2 shiftos-rewind-b737aa8ded0793855fe5e5f49c8967051bd11907.zip | |
new cmd and stuff
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 35d7761..e70869b 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\TestStory.cs" /> <Compile Include="Terminal\TerminalBackend.cs" /> <Compile Include="Terminal\TerminalCommand.cs" /> <EmbeddedResource Include="Properties\Resources.resx"> |
