aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-07 18:33:36 -0400
committerMichael <[email protected]>2017-04-07 18:33:41 -0400
commita8583c95d082d36f6d0665d0b25c2fc6c4b5e943 (patch)
tree2c8af592ec6bfc9d5421ef71c7453a998eaf89a7 /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent0d198594c4c1240c274c27706b07e2d3281975ce (diff)
downloadshiftos_thereturn-a8583c95d082d36f6d0665d0b25c2fc6c4b5e943.tar.gz
shiftos_thereturn-a8583c95d082d36f6d0665d0b25c2fc6c4b5e943.tar.bz2
shiftos_thereturn-a8583c95d082d36f6d0665d0b25c2fc6c4b5e943.zip
Update Manager
Use the "ShiftOS.Updater" as your startup project for this to work correctly.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
-rw-r--r--ShiftOS.WinForms/ShiftOS.WinForms.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
index d865c62..ca0001e 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -43,6 +43,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
+ <Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
@@ -226,6 +227,12 @@
<Compile Include="Applications\TutorialBox.Designer.cs">
<DependentUpon>TutorialBox.cs</DependentUpon>
</Compile>
+ <Compile Include="Applications\UpdateManager.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Applications\UpdateManager.Designer.cs">
+ <DependentUpon>UpdateManager.cs</DependentUpon>
+ </Compile>
<Compile Include="AudioManager.cs" />
<Compile Include="Commands.cs" />
<Compile Include="Controls\ColorControl.cs">
@@ -377,6 +384,9 @@
<EmbeddedResource Include="Applications\TutorialBox.resx">
<DependentUpon>TutorialBox.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\UpdateManager.resx">
+ <DependentUpon>UpdateManager.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="DownloadControl.resx">
<DependentUpon>DownloadControl.cs</DependentUpon>
</EmbeddedResource>