aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-23 08:06:00 -0400
committerMichael <[email protected]>2017-04-23 08:06:06 -0400
commitba0ae29bbb7eee83c5a4969316d97b43b5f18ba0 (patch)
tree04634d0ce85039970f3c6e63907c253d42565ea0 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent1fd16be65fa50fcfa3fd2d1fb2d189aad47fbfb7 (diff)
downloadshiftos_thereturn-ba0ae29bbb7eee83c5a4969316d97b43b5f18ba0.tar.gz
shiftos_thereturn-ba0ae29bbb7eee83c5a4969316d97b43b5f18ba0.tar.bz2
shiftos_thereturn-ba0ae29bbb7eee83c5a4969316d97b43b5f18ba0.zip
Fix widget stacking
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index 3f7c463..bd8fd65 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -270,6 +270,12 @@
<Compile Include="DesktopWidgets\Clock.Designer.cs">
<DependentUpon>Clock.cs</DependentUpon>
</Compile>
+ <Compile Include="DesktopWidgets\CodepointsWidget.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="DesktopWidgets\CodepointsWidget.Designer.cs">
+ <DependentUpon>CodepointsWidget.cs</DependentUpon>
+ </Compile>
<Compile Include="DesktopWidgets\TerminalWidget.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -434,6 +440,9 @@
<EmbeddedResource Include="DesktopWidgets\Clock.resx">
<DependentUpon>Clock.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="DesktopWidgets\CodepointsWidget.resx">
+ <DependentUpon>CodepointsWidget.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="DesktopWidgets\TerminalWidget.resx">
<DependentUpon>TerminalWidget.cs</DependentUpon>
</EmbeddedResource>