aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/ShiftOS.WinForms.csproj
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-02 17:11:14 -0500
committerMichael <[email protected]>2017-02-02 17:11:14 -0500
commitd5ab22629ba39ac9f0fae6768b527e82670f96fc (patch)
tree49218d165b993edb47187b64d7ee932f108e442b /ShiftOS.WinForms/ShiftOS.WinForms.csproj
parent44c1e66dd09d39773e329f138d11946e516a5308 (diff)
downloadshiftos_thereturn-d5ab22629ba39ac9f0fae6768b527e82670f96fc.tar.gz
shiftos_thereturn-d5ab22629ba39ac9f0fae6768b527e82670f96fc.tar.bz2
shiftos_thereturn-d5ab22629ba39ac9f0fae6768b527e82670f96fc.zip
Implement the Downloader
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 3012488..d8b1517 100644
--- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj
+++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj
@@ -87,6 +87,12 @@
<Compile Include="Applications\Dialog.Designer.cs">
<DependentUpon>Dialog.cs</DependentUpon>
</Compile>
+ <Compile Include="Applications\Downloader.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Applications\Downloader.Designer.cs">
+ <DependentUpon>Downloader.cs</DependentUpon>
+ </Compile>
<Compile Include="Applications\FileDialog.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -247,6 +253,9 @@
<EmbeddedResource Include="Applications\Dialog.resx">
<DependentUpon>Dialog.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Applications\Downloader.resx">
+ <DependentUpon>Downloader.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Applications\FileDialog.resx">
<DependentUpon>FileDialog.cs</DependentUpon>
</EmbeddedResource>