summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber.vcxproj
blob: 4d882b075d8706f4a1bfc03a38a218f3555be3e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectName>Jabber</ProjectName>
    <ProjectGuid>{33276462-8313-4192-8306-13717ECCA60A}</ProjectGuid>
  </PropertyGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
  </ImportGroup>
  <ItemGroup>
    <ClCompile Include="src\jabber.cpp" />
    <ClCompile Include="src\jabber_adhoc.cpp" />
    <ClCompile Include="src\jabber_agent.cpp" />
    <ClCompile Include="src\jabber_api.cpp" />
    <ClCompile Include="src\jabber_archive.cpp" />
    <ClCompile Include="src\jabber_bookmarks.cpp" />
    <ClCompile Include="src\jabber_byte.cpp" />
    <ClCompile Include="src\jabber_caps.cpp" />
    <ClCompile Include="src\jabber_captcha.cpp" />
    <ClCompile Include="src\jabber_chat.cpp" />
    <ClCompile Include="src\jabber_console.cpp" />
    <ClCompile Include="src\jabber_disco.cpp" />
    <ClCompile Include="src\jabber_events.cpp" />
    <ClCompile Include="src\jabber_file.cpp" />
    <ClCompile Include="src\jabber_form.cpp" />
    <ClCompile Include="src\jabber_ft.cpp" />
    <ClCompile Include="src\jabber_groupchat.cpp" />
    <ClCompile Include="src\jabber_ibb.cpp" />
    <ClCompile Include="src\jabber_icolib.cpp" />
    <ClCompile Include="src\jabber_iq.cpp" />
    <ClCompile Include="src\jabber_iqid.cpp" />
    <ClCompile Include="src\jabber_iqid_muc.cpp" />
    <ClCompile Include="src\jabber_iq_handlers.cpp" />
    <ClCompile Include="src\jabber_libstr.cpp" />
    <ClCompile Include="src\jabber_list.cpp" />
    <ClCompile Include="src\jabber_mam.cpp" />
    <ClCompile Include="src\jabber_menu.cpp" />
    <ClCompile Include="src\jabber_message_handlers.cpp" />
    <ClCompile Include="src\jabber_message_manager.cpp" />
    <ClCompile Include="src\jabber_misc.cpp" />
    <ClCompile Include="src\jabber_notes.cpp" />
    <ClCompile Include="src\jabber_omemo.cpp" />
    <ClCompile Include="src\jabber_opt.cpp" />
    <ClCompile Include="src\jabber_password.cpp" />
    <ClCompile Include="src\jabber_presence_manager.cpp" />
    <ClCompile Include="src\jabber_privacy.cpp" />
    <ClCompile Include="src\jabber_proto.cpp" />
    <ClCompile Include="src\jabber_rc.cpp" />
    <ClCompile Include="src\jabber_roster.cpp" />
    <ClCompile Include="src\jabber_search.cpp" />
    <ClCompile Include="src\jabber_secur.cpp" />
    <ClCompile Include="src\jabber_send_manager.cpp" />
    <ClCompile Include="src\jabber_strm_mgmt.cpp" />
    <ClCompile Include="src\jabber_svc.cpp" />
    <ClCompile Include="src\jabber_thread.cpp" />
    <ClCompile Include="src\jabber_treelist.cpp" />
    <ClCompile Include="src\jabber_userinfo.cpp" />
    <ClCompile Include="src\jabber_util.cpp" />
    <ClCompile Include="src\jabber_vcard.cpp" />
    <ClCompile Include="src\jabber_xml.cpp" />
    <ClCompile Include="src\jabber_xstatus.cpp" />
    <ClCompile Include="src\jabber_zstream.cpp" />
    <ClCompile Include="src\stdafx.cxx">
      <PrecompiledHeader>Create</PrecompiledHeader>
    </ClCompile>
    <ClInclude Include="src\jabber_byte.h" />
    <ClInclude Include="src\jabber_caps.h" />
    <ClInclude Include="src\jabber_disco.h" />
    <ClInclude Include="src\jabber_ibb.h" />
    <ClInclude Include="src\jabber_icolib.h" />
    <ClInclude Include="src\jabber_iq.h" />
    <ClInclude Include="src\jabber_list.h" />
    <ClInclude Include="src\jabber_message_manager.h" />
    <ClInclude Include="src\jabber_notes.h" />
    <ClInclude Include="src\jabber_omemo.h" />
    <ClInclude Include="src\jabber_presence_manager.h" />
    <ClInclude Include="src\jabber_privacy.h" />
    <ClInclude Include="src\jabber_proto.h" />
    <ClInclude Include="src\jabber_rc.h" />
    <ClInclude Include="src\jabber_search.h" />
    <ClInclude Include="src\jabber_secur.h" />
    <ClInclude Include="src\jabber_send_manager.h" />
    <ClInclude Include="src\jabber_strm_mgmt.h" />
    <ClInclude Include="src\jabber_xml.h" />
    <ClInclude Include="src\jabber_xstatus.h" />
    <ClInclude Include="src\resource.h" />
    <ClInclude Include="src\stdafx.h" />
    <ClInclude Include="src\version.h" />
  </ItemGroup>
  <ItemDefinitionGroup>
    <Link>
      <AdditionalDependencies>libcrypto.lib;libssl.lib;%(AdditionalDependencies)</AdditionalDependencies>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\libs\freeimage\freeimage.vcxproj">
      <Project>{5D14CFF3-0D17-4528-99EA-DE9DCA47CC2E}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libs\libsignal\libsignal.vcxproj">
      <Project>{620e0be7-3763-4f35-9dbd-4770104e269c}</Project>
    </ProjectReference>
    <ProjectReference Include="..\..\libs\zlib\zlib.vcxproj">
      <Project>{e2a369cd-eda3-414f-8ad0-e732cd7ee68c}</Project>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="res\jabber.rc" />
    <ResourceCompile Include="res\version.rc" />
  </ItemGroup>
</Project>