diff options
| author | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2020-05-22 14:11:15 +0300 |
| commit | 9f75de77d912d11d49d36a9c87b3b94fe43209f1 (patch) | |
| tree | 28c98e19d9ab4189f2926399aeac3b8ced554809 /plugins/SendScreenshotPlus/SendSS.vcxproj | |
| parent | 0a206851b86dee002ffa3467d9dbfd35eb0c9128 (diff) | |
fix for broken project file compatibility in VS2019 16.6.0
Diffstat (limited to 'plugins/SendScreenshotPlus/SendSS.vcxproj')
| -rw-r--r-- | plugins/SendScreenshotPlus/SendSS.vcxproj | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/SendSS.vcxproj b/plugins/SendScreenshotPlus/SendSS.vcxproj index a9721f9613..64f828ef5f 100644 --- a/plugins/SendScreenshotPlus/SendSS.vcxproj +++ b/plugins/SendScreenshotPlus/SendSS.vcxproj @@ -26,10 +26,50 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
</ImportGroup>
<ItemGroup>
+ <ClCompile Include="src\CSend.cpp" />
+ <ClCompile Include="src\CSendCloudFile.cpp" />
+ <ClCompile Include="src\CSendEmail.cpp" />
+ <ClCompile Include="src\CSendFile.cpp" />
+ <ClCompile Include="src\CSendFTPFile.cpp" />
+ <ClCompile Include="src\CSendHost_ImageShack.cpp" />
+ <ClCompile Include="src\CSendHost_imgur.cpp" />
+ <ClCompile Include="src\CSendHost_uploadpie.cpp" />
+ <ClCompile Include="src\CSendHTTPServer.cpp" />
+ <ClCompile Include="src\ctrl_button.cpp" />
+ <ClCompile Include="src\dlg_msgbox.cpp" />
+ <ClCompile Include="src\Main.cpp" />
+ <ClCompile Include="src\stdafx.cxx">
+ <PrecompiledHeader>Create</PrecompiledHeader>
+ </ClCompile>
+ <ClCompile Include="src\UMainForm.cpp" />
+ <ClCompile Include="src\Utils.cpp" />
+ <ClInclude Include="src\CSend.h" />
+ <ClInclude Include="src\CSendCloduFile.h" />
+ <ClInclude Include="src\CSendEmail.h" />
+ <ClInclude Include="src\CSendFile.h" />
+ <ClInclude Include="src\CSendFTPFile.h" />
+ <ClInclude Include="src\CSendHost_ImageShack.h" />
+ <ClInclude Include="src\CSendHost_imgur.h" />
+ <ClInclude Include="src\CSendHost_uploadpie.h" />
+ <ClInclude Include="src\CSendHTTPServer.h" />
+ <ClInclude Include="src\ctrl_button.h" />
+ <ClInclude Include="src\DevKey.h" />
+ <ClInclude Include="src\dlg_msgbox.h" />
+ <ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\stdafx.h" />
+ <ClInclude Include="src\UMainForm.h" />
+ <ClInclude Include="src\Utils.h" />
+ <ClInclude Include="src\version.h" />
+ </ItemGroup>
+ <ItemGroup>
<ProjectReference Include="..\..\libs\freeimage\freeimage.vcxproj">
<Project>{5D14CFF3-0D17-4528-99EA-DE9DCA47CC2E}</Project>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\resource.rc" />
+ <ResourceCompile Include="res\version.rc" />
+ </ItemGroup>
<ItemDefinitionGroup>
<ClCompile>
<DisableSpecificWarnings>4458;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
