summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/SendSS_10.vcxproj
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-04-11 19:25:34 +0000
committerRené Schümann <white06tiger@gmail.com>2014-04-11 19:25:34 +0000
commit46ceba4a74c107aa085ce199857b9fe1d9cf3f85 (patch)
tree0fbdf001386c2197354fc3f20c74c011983da3e9 /plugins/SendScreenshotPlus/SendSS_10.vcxproj
parent2e96c3880c010e34363be9300ebbc7935de4a67a (diff)
SendSS:
+ new host "Upload Pie" with support to expiring uploads: 30 minutes, 1 day or 1 week might not be perfect because this was a quick edit... * updated CSend's HTTP post stuff to support integer values (CSend,CSendImageShack) git-svn-id: http://svn.miranda-ng.org/main/trunk@8959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/SendSS_10.vcxproj')
-rw-r--r--plugins/SendScreenshotPlus/SendSS_10.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/SendSS_10.vcxproj b/plugins/SendScreenshotPlus/SendSS_10.vcxproj
index 9194610445..c9dec0613d 100644
--- a/plugins/SendScreenshotPlus/SendSS_10.vcxproj
+++ b/plugins/SendScreenshotPlus/SendSS_10.vcxproj
@@ -171,7 +171,6 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="src\CSendDropbox.cpp" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -187,11 +186,12 @@
<ClCompile Include="src\CSendFile.cpp" />
<ClCompile Include="src\CSendFTPFile.cpp" />
<ClCompile Include="src\CSendHTTPServer.cpp" />
+ <ClCompile Include="src\CSendDropbox.cpp" />
<ClCompile Include="src\CSendImageShack.cpp" />
+ <ClCompile Include="src\CSendHost_uploadpie.cpp" />
<ClCompile Include="src\Main.cpp" />
</ItemGroup>
<ItemGroup>
- <ClInclude Include="src\CSendDropbox.h" />
<ClInclude Include="src\DevKey.h" />
<ClInclude Include="src\UAboutForm.h" />
<ClInclude Include="src\UMainForm.h" />
@@ -206,7 +206,9 @@
<ClInclude Include="src\CSendFile.h" />
<ClInclude Include="src\CSendFTPFile.h" />
<ClInclude Include="src\CSendHTTPServer.h" />
+ <ClInclude Include="src\CSendDropbox.h" />
<ClInclude Include="src\CSendImageShack.h" />
+ <ClInclude Include="src\CSendHost_uploadpie.h" />
<ClInclude Include="src\global.h" />
<ClInclude Include="src\Main.h" />
<ClInclude Include="src\version.h" />