diff options
| author | Michael <[email protected]> | 2017-07-26 09:59:48 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-07-26 09:59:48 -0400 |
| commit | 74d0790ab3b91d0a46db526f2599d6bf26172377 (patch) | |
| tree | 9dc783b84a8b677c5c7020e0e584964ff9995f83 /ShiftOS.Frontend/ShiftOS.Frontend.csproj | |
| parent | c9b183a0e00720905a0da75a7d20770070a4f61d (diff) | |
| download | shiftos_thereturn-74d0790ab3b91d0a46db526f2599d6bf26172377.tar.gz shiftos_thereturn-74d0790ab3b91d0a46db526f2599d6bf26172377.tar.bz2 shiftos_thereturn-74d0790ab3b91d0a46db526f2599d6bf26172377.zip | |
skin loading and fullscreen toggle in options
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
| -rw-r--r-- | ShiftOS.Frontend/ShiftOS.Frontend.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj index 8512511..4e739f9 100644 --- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj +++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj @@ -45,6 +45,7 @@ <Compile Include="Apps\CodeShop.cs" /> <Compile Include="Apps\FileSkimmer.cs" /> <Compile Include="Apps\Pong.cs" /> + <Compile Include="Apps\SkinLoader.cs" /> <Compile Include="Apps\SystemStatus.cs" /> <Compile Include="Apps\Terminal.cs" /> <Compile Include="Apps\TextPad.cs" /> @@ -54,6 +55,7 @@ <Compile Include="GraphicsSubsystem\GraphicsContext.cs" /> <Compile Include="GraphicsSubsystem\UIManager.cs" /> <Compile Include="GUI\Button.cs" /> + <Compile Include="GUI\CheckBox.cs" /> <Compile Include="GUI\Control.cs" /> <Compile Include="GUI\ItemGroup.cs" /> <Compile Include="GUI\ListBox.cs" /> |
