aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-16 13:31:23 -0400
committerMichael <[email protected]>2017-04-16 13:31:23 -0400
commit538f99faf7b381717079ea700d4f2e6e908537ea (patch)
tree8d8494581c8af53ddc90121e0b69466ea06e6889 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parenta0fc2b5e701659d1ed17eba9c2888cae6d519c1e (diff)
downloadshiftos_thereturn-538f99faf7b381717079ea700d4f2e6e908537ea.tar.gz
shiftos_thereturn-538f99faf7b381717079ea700d4f2e6e908537ea.tar.bz2
shiftos_thereturn-538f99faf7b381717079ea700d4f2e6e908537ea.zip
Begin work on Desktop Widgets
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index 9675bb6..a223f47 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -257,6 +257,13 @@
<Compile Include="Controls\TerminalBox.cs">
<SubType>Component</SubType>
</Compile>
+ <Compile Include="DesktopWidgetAttribute.cs" />
+ <Compile Include="DesktopWidgets\Clock.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="DesktopWidgets\Clock.Designer.cs">
+ <DependentUpon>Clock.cs</DependentUpon>
+ </Compile>
<Compile Include="DownloadControl.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -271,6 +278,7 @@
</Compile>
<Compile Include="GUIFunctions.cs" />
<Compile Include="HackerCommands.cs" />
+ <Compile Include="IDesktopWidget.cs" />
<Compile Include="JobTasks.cs" />
<Compile Include="Oobe.cs">
<SubType>Form</SubType>
@@ -294,6 +302,7 @@
<Compile Include="TrailerCommands.cs" />
<Compile Include="VisualBasicStuff.cs" />
<Compile Include="WFLanguageProvider.cs" />
+ <Compile Include="WidgetManager.cs" />
<Compile Include="Window.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -399,6 +408,9 @@
<EmbeddedResource Include="Applications\UpdateManager.resx">
<DependentUpon>UpdateManager.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="DesktopWidgets\Clock.resx">
+ <DependentUpon>Clock.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="DownloadControl.resx">
<DependentUpon>DownloadControl.cs</DependentUpon>
</EmbeddedResource>