summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/SendSS_10.vcxproj
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-04-03 02:39:49 +0000
committerRené Schümann <white06tiger@gmail.com>2014-04-03 02:39:49 +0000
commit0719417f2521293437b4e4b205985dc16479bcc0 (patch)
tree0fa80bc069a7c28402e4c8f5dd657fb1b3186713 /plugins/SendScreenshotPlus/SendSS_10.vcxproj
parentcf2713fd362cfeeeda946ead18e6b88abdff9c93 (diff)
SendSS
+ Dropbox support (by Wishmaster) git-svn-id: http://svn.miranda-ng.org/main/trunk@8836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/SendSS_10.vcxproj')
-rw-r--r--plugins/SendScreenshotPlus/SendSS_10.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/SendSS_10.vcxproj b/plugins/SendScreenshotPlus/SendSS_10.vcxproj
index 0768029ab7..9194610445 100644
--- a/plugins/SendScreenshotPlus/SendSS_10.vcxproj
+++ b/plugins/SendScreenshotPlus/SendSS_10.vcxproj
@@ -171,6 +171,7 @@
</ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="src\CSendDropbox.cpp" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -190,6 +191,7 @@
<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" />