summaryrefslogtreecommitdiff
path: root/plugins/Dropbox
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-03-08 04:01:30 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-03-08 04:01:30 +0000
commit054158e97dbfcb0c5a613ae151e58a09586851e9 (patch)
tree442d64cc79b4546b16c29896c946ba4360e33c84 /plugins/Dropbox
parent056c50ecaf539f52581404933c98fe1fc30c2d54 (diff)
compilaton fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox')
-rw-r--r--plugins/Dropbox/Dropbox_10.vcxproj3
-rw-r--r--plugins/Dropbox/Dropbox_10.vcxproj.filters4
2 files changed, 3 insertions, 4 deletions
diff --git a/plugins/Dropbox/Dropbox_10.vcxproj b/plugins/Dropbox/Dropbox_10.vcxproj
index 6de5116852..0c0eb39f10 100644
--- a/plugins/Dropbox/Dropbox_10.vcxproj
+++ b/plugins/Dropbox/Dropbox_10.vcxproj
@@ -186,9 +186,9 @@
<ItemGroup>
<ClInclude Include="src\common.h" />
<ClInclude Include="src\dropbox.h" />
+ <ClInclude Include="src\file_transfer.h" />
<ClInclude Include="src\http_request.h" />
<ClInclude Include="src\resource.h" />
- <ClInclude Include="src\singleton.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
@@ -201,7 +201,6 @@
<ClCompile Include="src\dropbox_services.cpp" />
<ClCompile Include="src\dropbox_transfers.cpp" />
<ClCompile Include="src\dropbox_utils.cpp" />
- <ClCompile Include="src\main.cpp" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
diff --git a/plugins/Dropbox/Dropbox_10.vcxproj.filters b/plugins/Dropbox/Dropbox_10.vcxproj.filters
index 8384591e36..537fc57e9f 100644
--- a/plugins/Dropbox/Dropbox_10.vcxproj.filters
+++ b/plugins/Dropbox/Dropbox_10.vcxproj.filters
@@ -75,8 +75,8 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
- <Image Include="res\dropbox.ico">
+ <None Include="res\dropbox.ico">
<Filter>Resource Files\Icons</Filter>
- </Image>
+ </None>
</ItemGroup>
</Project> \ No newline at end of file