diff options
| author | George Hazan <ghazan@miranda.im> | 2022-08-03 15:10:51 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2022-08-03 15:10:51 +0300 |
| commit | 22ad532bfa626867529355baa5ea96f2fafdc233 (patch) | |
| tree | 1b2c01381ddcf0d21f93535c687b661065ed42e8 /src/core/stduserinfo/stduserinfo.vcxproj | |
| parent | 7cc95adf48a3c04dbbe364f2d57edd09ff76c0dd (diff) | |
fixes #3131 (StdUserInfo & metacontacts)
Diffstat (limited to 'src/core/stduserinfo/stduserinfo.vcxproj')
| -rw-r--r-- | src/core/stduserinfo/stduserinfo.vcxproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/stduserinfo/stduserinfo.vcxproj b/src/core/stduserinfo/stduserinfo.vcxproj index 90b5de2fb9..95a73fb2c7 100644 --- a/src/core/stduserinfo/stduserinfo.vcxproj +++ b/src/core/stduserinfo/stduserinfo.vcxproj @@ -35,12 +35,10 @@ <ClCompile Include="src\userinfo.cpp" />
<ClInclude Include="src\stdafx.h" />
<ClInclude Include="src\version.h" />
+ <ClInclude Include="src\resource.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\version.rc" />
</ItemGroup>
- <ItemGroup>
- <None Include="res\cursor_hyperlink.cur" />
- </ItemGroup>
</Project>
\ No newline at end of file |
