diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-10-15 20:25:37 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-10-15 20:25:37 +0100 |
| commit | b2f7322f3072ff90c8e6039ec4b3219d3c3fb919 (patch) | |
| tree | c9bfc21c4cc20df9eab5dbaa1c12772a90ef0f74 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 7efdde5832b517153363621aaec982211ff25f61 (diff) | |
| download | shiftos-rewind-b2f7322f3072ff90c8e6039ec4b3219d3c3fb919.tar.gz shiftos-rewind-b2f7322f3072ff90c8e6039ec4b3219d3c3fb919.tar.bz2 shiftos-rewind-b2f7322f3072ff90c8e6039ec4b3219d3c3fb919.zip | |
It's broken.
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 7c19b38..b2e9739 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -88,6 +88,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="HijackScreen.resx"> <DependentUpon>HijackScreen.cs</DependentUpon> </EmbeddedResource> |
