diff 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" /> |
