diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-22 14:50:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-22 14:50:58 +0300 |
commit | 99853c6c1c85239d4be89e3723ddc31bb311fa74 (patch) | |
tree | 90afbc33dbaddc353c6ca7fecde11686affd1a6c /protocols/CurrencyRates | |
parent | a8f74e43e5d11219c8b9b79e167d57cea614d888 (diff) |
also the same fix for icon projects
Diffstat (limited to 'protocols/CurrencyRates')
-rw-r--r-- | protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj | 4 | ||||
-rw-r--r-- | protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj.filters | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj b/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj index 69225ef3a2..3e79b98236 100644 --- a/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj +++ b/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj @@ -26,8 +26,6 @@ <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" /> </ImportGroup> <ItemGroup> - <ClCompile Include="src\stdafx.cxx"> - <PrecompiledHeader>Create</PrecompiledHeader> - </ClCompile> + <ResourceCompile Include="res\proto_CurrencyRates.rc" /> </ItemGroup> </Project>
\ No newline at end of file diff --git a/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj.filters b/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj.filters index 5a286dab98..5969d6b76b 100644 --- a/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj.filters +++ b/protocols/CurrencyRates/proto_CurrencyRates/proto_CurrencyRates.vcxproj.filters @@ -2,17 +2,8 @@ <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(ProjectDir)..\..\..\build\vc.common\common.filters" /> <ItemGroup> - <ClInclude Include="src\*.h"> - <Filter>Header Files</Filter> - </ClInclude> - <ClCompile Include="src\*.cpp;src\*.cxx"> - <Filter>Source Files</Filter> - </ClCompile> - <ResourceCompile Include="res\*.rc"> + <ResourceCompile Include="res\proto_CurrencyRates.rc"> <Filter>Resource Files</Filter> </ResourceCompile> - <None Include="res\*.ico;res\*.bmp;res\*.cur"> - <Filter>Resource Files</Filter> - </None> </ItemGroup> </Project>
\ No newline at end of file |