diff options
| author | Michael <[email protected]> | 2017-04-22 09:25:17 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-22 09:25:17 -0400 |
| commit | e05fc88500525e8c9b9e497e91aa7b9d04996019 (patch) | |
| tree | 244ad795c0941b1eb80c1a19b20e6125b3047142 /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 114141b56e02857fa749cc130f16a2d6cc4c35f5 (diff) | |
| download | shiftos_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.csproj | 9 |
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> |
