aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-11-23 18:25:57 +0000
committerAlex-TIMEHACK <[email protected]>2017-11-23 18:25:57 +0000
commit0925e5a05924e9d74acfb07ce39771cd05e07786 (patch)
tree900d30fb788480a90c7552987dfa27ebebaaac48 /ShiftOS.Main/ShiftOS.Main.csproj
parentb1a4d9ea4ef4aa8bed1ca31af2e774a52bef5038 (diff)
downloadshiftos-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.csproj2
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" />