diff options
| author | AShifter <[email protected]> | 2017-11-18 10:04:42 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-11-18 10:04:42 -0700 |
| commit | b4a8a646b1d0c67414a0e1eeedcf9442739fd990 (patch) | |
| tree | 92c92907a420f2bb97719f4fd6c19ac72e283b8d /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | ebdc09fe679b4b06fd149c8fc6539244100ce896 (diff) | |
| parent | cc734557de877186c5f5eb1e59efdcb785ac37a8 (diff) | |
| download | shiftos-rewind-b4a8a646b1d0c67414a0e1eeedcf9442739fd990.tar.gz shiftos-rewind-b4a8a646b1d0c67414a0e1eeedcf9442739fd990.tar.bz2 shiftos-rewind-b4a8a646b1d0c67414a0e1eeedcf9442739fd990.zip | |
Merge remote-tracking branch 'refs/remotes/ShiftOS-Rewind/master'
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> |
