diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-23 11:20:53 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-23 11:20:53 -0600 |
| commit | 8fff93eb7da1b01d101e146ca7fe5d90ca01fcde (patch) | |
| tree | ebb8eafff81f5e54925ec27f1a19b5066f83a418 /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | 1febbbd405e6f67401313defb76cc5a41b44c912 (diff) | |
| download | shiftos-rewind-8fff93eb7da1b01d101e146ca7fe5d90ca01fcde.tar.gz shiftos-rewind-8fff93eb7da1b01d101e146ca7fe5d90ca01fcde.tar.bz2 shiftos-rewind-8fff93eb7da1b01d101e146ca7fe5d90ca01fcde.zip | |
extremely rough savesystem
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 2171874..59351a4 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -99,6 +99,7 @@ <Compile Include="ShiftOS\Desktop.Designer.cs"> <DependentUpon>Desktop.cs</DependentUpon> </Compile> + <Compile Include="Terminal\Commands\clear.cs" /> <Compile Include="Terminal\Commands\Hello.cs" /> <Compile Include="Terminal\Commands\Help.cs" /> <Compile Include="Terminal\Commands\sftp.cs" /> @@ -592,6 +593,7 @@ <None Include="Resources\typesound.wav" /> </ItemGroup> <ItemGroup> + <None Include="Resources\UbuntuMono-R.ttf" /> <None Include="Resources\uparrow.png" /> </ItemGroup> <ItemGroup> |
