diff options
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 9b248a5..2c9b364 100644 --- a/ShiftOS.Engine/ShiftOS.Engine.csproj +++ b/ShiftOS.Engine/ShiftOS.Engine.csproj @@ -55,6 +55,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> @@ -96,5 +99,6 @@ <ItemGroup> <None Include="Resources\iconInfoBox.fw.png" /> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
