diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-11-23 18:25:57 +0000 |
|---|---|---|
| committer | Alex-TIMEHACK <[email protected]> | 2017-11-23 18:25:57 +0000 |
| commit | 0925e5a05924e9d74acfb07ce39771cd05e07786 (patch) | |
| tree | 900d30fb788480a90c7552987dfa27ebebaaac48 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | b1a4d9ea4ef4aa8bed1ca31af2e774a52bef5038 (diff) | |
| download | shiftos-rewind-0925e5a05924e9d74acfb07ce39771cd05e07786.tar.gz shiftos-rewind-0925e5a05924e9d74acfb07ce39771cd05e07786.tar.bz2 shiftos-rewind-0925e5a05924e9d74acfb07ce39771cd05e07786.zip | |
Cleaned up that messy Clear function
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 59351a4..4098fc9 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -99,7 +99,7 @@ <Compile Include="ShiftOS\Desktop.Designer.cs"> <DependentUpon>Desktop.cs</DependentUpon> </Compile> - <Compile Include="Terminal\Commands\clear.cs" /> + <Compile Include="Terminal\Commands\Clear.cs" /> <Compile Include="Terminal\Commands\Hello.cs" /> <Compile Include="Terminal\Commands\Help.cs" /> <Compile Include="Terminal\Commands\sftp.cs" /> |
