aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/ShiftOS.Frontend.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-11 15:02:44 -0400
committerMichael <[email protected]>2017-07-11 15:02:44 -0400
commitf911bf5f5b5bcd5385483348c1ccb172aa737126 (patch)
treee453c89d1a9dc2cb2db82106118d85529d501179 /ShiftOS.Frontend/ShiftOS.Frontend.csproj
parent2f54ddc6b05d7f48d6a22735f08917fab1f96ba4 (diff)
downloadshiftos_thereturn-f911bf5f5b5bcd5385483348c1ccb172aa737126.tar.gz
shiftos_thereturn-f911bf5f5b5bcd5385483348c1ccb172aa737126.tar.bz2
shiftos_thereturn-f911bf5f5b5bcd5385483348c1ccb172aa737126.zip
Fix fuzzy text rendering and fix wrapping
Diffstat (limited to 'ShiftOS.Frontend/ShiftOS.Frontend.csproj')
-rw-r--r--ShiftOS.Frontend/ShiftOS.Frontend.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/ShiftOS.Frontend.csproj b/ShiftOS.Frontend/ShiftOS.Frontend.csproj
index 7cc9513..709b7c8 100644
--- a/ShiftOS.Frontend/ShiftOS.Frontend.csproj
+++ b/ShiftOS.Frontend/ShiftOS.Frontend.csproj
@@ -42,6 +42,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
+ <Compile Include="Apps\CodeShop.cs" />
<Compile Include="Apps\Pong.cs" />
<Compile Include="Apps\Terminal.cs" />
<Compile Include="Commands.cs" />
@@ -52,6 +53,7 @@
<Compile Include="GUI\Button.cs" />
<Compile Include="GUI\Control.cs" />
<Compile Include="GUI\ItemGroup.cs" />
+ <Compile Include="GUI\ListBox.cs" />
<Compile Include="GUI\PictureBox.cs" />
<Compile Include="GUI\ProgressBar.cs" />
<Compile Include="GUI\TextControl.cs" />