diff options
-rw-r--r-- | protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj b/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj index 21763bbc0b..0e3304a87c 100644 --- a/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj +++ b/protocols/ICQCorp/Proto_icq/Proto_ICQ.vcxproj @@ -25,4 +25,10 @@ <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\..\build\vc.common\icons.props" /> </ImportGroup> + <ItemGroup> + <ClInclude Include="src\resource.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\Proto_ICQ.rc" /> + </ItemGroup> </Project>
\ No newline at end of file |