aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-22 09:25:17 -0400
committerMichael <[email protected]>2017-04-22 09:25:17 -0400
commite05fc88500525e8c9b9e497e91aa7b9d04996019 (patch)
tree244ad795c0941b1eb80c1a19b20e6125b3047142 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent114141b56e02857fa749cc130f16a2d6cc4c35f5 (diff)
downloadshiftos_thereturn-e05fc88500525e8c9b9e497e91aa7b9d04996019.tar.gz
shiftos_thereturn-e05fc88500525e8c9b9e497e91aa7b9d04996019.tar.bz2
shiftos_thereturn-e05fc88500525e8c9b9e497e91aa7b9d04996019.zip
Add sizing of applauncher elements
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 9dc3593..915543f 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -264,6 +264,12 @@
<Compile Include="DesktopWidgets\Clock.Designer.cs">
<DependentUpon>Clock.cs</DependentUpon>
</Compile>
+ <Compile Include="DesktopWidgets\UpgradePercentage.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="DesktopWidgets\UpgradePercentage.Designer.cs">
+ <DependentUpon>UpgradePercentage.cs</DependentUpon>
+ </Compile>
<Compile Include="DownloadControl.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -413,6 +419,9 @@
<EmbeddedResource Include="DesktopWidgets\Clock.resx">
<DependentUpon>Clock.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="DesktopWidgets\UpgradePercentage.resx">
+ <DependentUpon>UpgradePercentage.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="DownloadControl.resx">
<DependentUpon>DownloadControl.cs</DependentUpon>
</EmbeddedResource>