summaryrefslogtreecommitdiff
path: root/protocols/Twitter
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-05-22 14:50:58 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-05-22 14:50:58 +0300
commit99853c6c1c85239d4be89e3723ddc31bb311fa74 (patch)
tree90afbc33dbaddc353c6ca7fecde11686affd1a6c /protocols/Twitter
parenta8f74e43e5d11219c8b9b79e167d57cea614d888 (diff)
also the same fix for icon projects
Diffstat (limited to 'protocols/Twitter')
-rw-r--r--protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj7
-rw-r--r--protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters12
2 files changed, 8 insertions, 11 deletions
diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj
index 4f0c7df4e0..e8e85d9292 100644
--- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj
+++ b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj
@@ -26,8 +26,9 @@
<Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" />
</ImportGroup>
<ItemGroup>
- <ClCompile Include="src\stdafx.cxx">
- <PrecompiledHeader>Create</PrecompiledHeader>
- </ClCompile>
+ <ClInclude Include="src\resource.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Proto_Twitter.rc" />
</ItemGroup>
</Project> \ No newline at end of file
diff --git a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters
index 1ed30e13d0..eef0bb141c 100644
--- a/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters
+++ b/protocols/Twitter/proto_twitter/Proto_Twitter.vcxproj.filters
@@ -2,17 +2,13 @@
<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">
+ <ClInclude Include="src\resource.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClCompile Include="src\*.cpp;src\*.cxx">
- <Filter>Source Files</Filter>
- </ClCompile>
- <ResourceCompile Include="res\*.rc">
+ </ItemGroup>
+ <ItemGroup>
+ <ResourceCompile Include="res\Proto_Twitter.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