diff options
Diffstat (limited to 'plugins/Dropbox/Dropbox.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox.vcxproj b/plugins/Dropbox/Dropbox.vcxproj index c4c8abd75b..b889d413ff 100644 --- a/plugins/Dropbox/Dropbox.vcxproj +++ b/plugins/Dropbox/Dropbox.vcxproj @@ -25,6 +25,10 @@ <ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
</ImportGroup>
+ <ItemGroup>
+ <ClInclude Include="src\api\*.h" />
+ <None Include="res\*.ico" />
+ </ItemGroup>
<ItemDefinitionGroup>
<Link>
<AdditionalDependencies>comctl32.lib;shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|