diff options
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r-- | plugins/SendScreenshotPlus/SendSS_12.vcxproj | 2 | ||||
-rw-r--r-- | plugins/SendScreenshotPlus/SendSS_12.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/SendSS_12.vcxproj b/plugins/SendScreenshotPlus/SendSS_12.vcxproj index 4abafc9bf3..9f401bfdb6 100644 --- a/plugins/SendScreenshotPlus/SendSS_12.vcxproj +++ b/plugins/SendScreenshotPlus/SendSS_12.vcxproj @@ -174,6 +174,7 @@ </ResourceCompile>
</ItemDefinitionGroup>
<ItemGroup>
+ <ClCompile Include="src\CSendDropbox.cpp" />
<ClCompile Include="src\stdafx.cpp">
<PrecompiledHeader>Create</PrecompiledHeader>
</ClCompile>
@@ -193,6 +194,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" />
diff --git a/plugins/SendScreenshotPlus/SendSS_12.vcxproj.filters b/plugins/SendScreenshotPlus/SendSS_12.vcxproj.filters index 8b1b385dcb..28ac622f09 100644 --- a/plugins/SendScreenshotPlus/SendSS_12.vcxproj.filters +++ b/plugins/SendScreenshotPlus/SendSS_12.vcxproj.filters @@ -58,6 +58,9 @@ <ClCompile Include="src\UMainForm.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="src\CSendDropbox.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\resource.h">
@@ -114,6 +117,9 @@ <ClInclude Include="src\DevKey.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\CSendDropbox.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc">
|