diff options
| author | Michael <[email protected]> | 2017-04-22 18:57:05 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-22 18:57:05 -0400 |
| commit | e65a1b5e93e8f533d44542354b150ac660cf7239 (patch) | |
| tree | 5e6bbf54fb83ae6ef55ac1c099f432e132e33a2d /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | 40fc14a237f0bbe3e5237e5ce0806f46ecf0f56e (diff) | |
| download | shiftos_thereturn-e65a1b5e93e8f533d44542354b150ac660cf7239.tar.gz shiftos_thereturn-e65a1b5e93e8f533d44542354b150ac660cf7239.tar.bz2 shiftos_thereturn-e65a1b5e93e8f533d44542354b150ac660cf7239.zip | |
BST: Add "CommandRunner" Widget
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index f018390..d426139 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\CommandRunner.cs"> + <SubType>UserControl</SubType> + </Compile> + <Compile Include="DesktopWidgets\CommandRunner.Designer.cs"> + <DependentUpon>CommandRunner.cs</DependentUpon> + </Compile> <Compile Include="DesktopWidgets\UpgradePercentage.cs"> <SubType>UserControl</SubType> </Compile> |
