diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-19 20:03:39 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-19 20:03:39 +0000 |
commit | bd101972a977edb38fc0c12f4c5b556eb7a2ac99 (patch) | |
tree | cf89022a2342c9e23b35a4b6eb896e2954bf1cbe /plugins/Dropbox/Dropbox_12.vcxproj | |
parent | fc46c19a61d26fb610d173bb8fc5420eea966caa (diff) |
project fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@8184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/Dropbox_12.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox_12.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox_12.vcxproj b/plugins/Dropbox/Dropbox_12.vcxproj index c97ca086f0..5b73201f0e 100644 --- a/plugins/Dropbox/Dropbox_12.vcxproj +++ b/plugins/Dropbox/Dropbox_12.vcxproj @@ -190,6 +190,7 @@ <ClInclude Include="src\dropbox.h" />
<ClInclude Include="src\http_request.h" />
<ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\singleton.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
|