diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-04-03 16:00:19 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-04-03 16:00:19 +0000 |
commit | b56c569334f8264ba3e1bbd366c39e116fd23c62 (patch) | |
tree | 635899873db305654db9d786f28f9b608cf7a645 /plugins | |
parent | eb45f5748652202f15725abf7e40c26863a2e219 (diff) |
2013 project fix (by person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8841 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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">
|