diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-15 17:06:37 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-15 17:06:37 +0300 |
commit | 9f5f4958b7a890482997dffef7c9cf4bf95f0ba4 (patch) | |
tree | 9ae68a4427d07302e965b1eed762ed12254d959b /plugins/AVS/avs.vcxproj | |
parent | 961841cda97a18f5d0392e8c81c8c9b1650a6572 (diff) |
AVS: contact options dialog -> UI classes
Diffstat (limited to 'plugins/AVS/avs.vcxproj')
-rw-r--r-- | plugins/AVS/avs.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AVS/avs.vcxproj b/plugins/AVS/avs.vcxproj index d9f23880f3..f8b5b6ff5a 100644 --- a/plugins/AVS/avs.vcxproj +++ b/plugins/AVS/avs.vcxproj @@ -38,6 +38,7 @@ </ClCompile>
<ClCompile Include="src\utils.cpp" />
<ClCompile Include="src\userInfo.cpp" />
+ <ClCompile Include="src\contact_ava.cpp" />
<ClInclude Include="src\acc.h" />
<ClInclude Include="src\image_utils.h" />
<ClInclude Include="src\poll.h" />
|