diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-10-14 18:42:11 +0100 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-10-14 18:42:11 +0100 |
| commit | 09215a05ddc717b2eaf667737ac6baa724c5f2bc (patch) | |
| tree | 0eb9375da2121b16b7c7b10bfbd3ecffdb7f9f4c /ShiftOS.Engine/ShiftOS.Engine.csproj | |
| parent | 5d1004015d797892181b1181a6772bb358871f83 (diff) | |
| download | shiftos-rewind-09215a05ddc717b2eaf667737ac6baa724c5f2bc.tar.gz shiftos-rewind-09215a05ddc717b2eaf667737ac6baa724c5f2bc.tar.bz2 shiftos-rewind-09215a05ddc717b2eaf667737ac6baa724c5f2bc.zip | |
YOY terminal
Diffstat (limited to 'ShiftOS.Engine/ShiftOS.Engine.csproj')
| -rw-r--r-- | ShiftOS.Engine/ShiftOS.Engine.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.Engine/ShiftOS.Engine.csproj b/ShiftOS.Engine/ShiftOS.Engine.csproj index 71721bc..6740db1 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -52,6 +52,9 @@ <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> + <Compile Include="Terminal\Commands\Hello.cs" /> + <Compile Include="Terminal\TerminalBackend.cs" /> + <Compile Include="Terminal\TerminalCommand.cs" /> <Compile Include="Tools.cs" /> <Compile Include="WindowManager\InfoboxTemplate.cs"> <SubType>UserControl</SubType> @@ -93,5 +96,6 @@ <ItemGroup> <None Include="Resources\iconInfoBox.fw.png" /> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
