source: mediastreamer2/linphone/oRTP/build/win32native/oRTP.vcproj @ 284:74451efa53f1

Last change on this file since 284:74451efa53f1 was 284:74451efa53f1, checked in by aymeric <aymeric@…>, 4 years ago

add ssl #define in oRTP.vcproj

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@287 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="oRTP"
6        ProjectGUID="{4A07BB2B-F56E-4F1B-A719-D28B782AC128}"
7        RootNamespace="oRTP"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="Debug"
21                        IntermediateDirectory="Debug"
22                        ConfigurationType="2"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="0"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="&quot;..\..\..\win32-bin\include&quot;;&quot;..\..\include&quot;;&quot;..\..\include\ortp&quot;;&quot;..\..\src&quot;;&quot;..\..\build\win32native\include&quot;"
45                                PreprocessorDefinitions="HAVE_OPENSSL_HMAC_H;HAVE_OPENSSL_MD5_H;_CRT_SECURE_NO_DEPRECATE;ORTP_INET6;WIN32;_DEBUG;_WINDOWS;_USRDLL;ORTP_EXPORTS;WINDOW_NATIVE;_CRT_SECURE_NO_DEPRECATE"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="1"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                AdditionalDependencies="libeay32.lib Ws2_32.lib  libsrtp.lib Winmm.lib libcmtd.lib"
65                                LinkIncremental="1"
66                                AdditionalLibraryDirectories="&quot;..\..\..\win32-bin\lib&quot;"
67                                IgnoreAllDefaultLibraries="true"
68                                ModuleDefinitionFile="oRTP.def"
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/oRTP.pdb"
71                                SubSystem="2"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="Release"
102                        IntermediateDirectory="Release"
103                        ConfigurationType="2"
104                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
105                        CharacterSet="2"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                AdditionalIncludeDirectories="&quot;..\..\..\win32-bin\include&quot;;&quot;..\..\include&quot;;&quot;..\..\include\ortp&quot;;&quot;..\..\src&quot;;&quot;..\..\build\win32native\include&quot;"
125                                PreprocessorDefinitions="HAVE_OPENSSL_HMAC_H;HAVE_OPENSSL_MD5_H;_CRT_SECURE_NO_DEPRECATE;ORTP_INET6;WIN32;NDEBUG;_WINDOWS;_USRDLL;ORTP_EXPORTS;WINDOW_NATIVE;_CRT_SECURE_NO_DEPRECATE"
126                                RuntimeLibrary="0"
127                                UsePrecompiledHeader="0"
128                                WarningLevel="3"
129                                DebugInformationFormat="3"
130                                CallingConvention="0"
131                                CompileAs="1"
132                        />
133                        <Tool
134                                Name="VCManagedResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCResourceCompilerTool"
138                        />
139                        <Tool
140                                Name="VCPreLinkEventTool"
141                        />
142                        <Tool
143                                Name="VCLinkerTool"
144                                AdditionalDependencies="libeay32.lib Ws2_32.lib  libsrtp.lib Winmm.lib libcmt.lib"
145                                LinkIncremental="1"
146                                AdditionalLibraryDirectories="&quot;..\..\..\win32-bin\lib&quot;"
147                                IgnoreAllDefaultLibraries="true"
148                                ModuleDefinitionFile="oRTP.def"
149                                GenerateDebugInformation="false"
150                                SubSystem="2"
151                                OptimizeReferences="2"
152                                EnableCOMDATFolding="2"
153                                TargetMachine="1"
154                        />
155                        <Tool
156                                Name="VCALinkTool"
157                        />
158                        <Tool
159                                Name="VCManifestTool"
160                        />
161                        <Tool
162                                Name="VCXDCMakeTool"
163                        />
164                        <Tool
165                                Name="VCBscMakeTool"
166                        />
167                        <Tool
168                                Name="VCFxCopTool"
169                        />
170                        <Tool
171                                Name="VCAppVerifierTool"
172                        />
173                        <Tool
174                                Name="VCWebDeploymentTool"
175                        />
176                        <Tool
177                                Name="VCPostBuildEventTool"
178                        />
179                </Configuration>
180        </Configurations>
181        <References>
182        </References>
183        <Files>
184                <Filter
185                        Name="Source Files"
186                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
187                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
188                        >
189                        <File
190                                RelativePath="..\..\src\avprofile.c"
191                                >
192                        </File>
193                        <File
194                                RelativePath="..\..\src\b64.c"
195                                >
196                        </File>
197                        <File
198                                RelativePath="..\..\src\dll_entry.c"
199                                >
200                        </File>
201                        <File
202                                RelativePath="..\..\src\event.c"
203                                >
204                        </File>
205                        <File
206                                RelativePath="..\..\src\jitterctl.c"
207                                >
208                        </File>
209                        <File
210                                RelativePath="..\..\src\ortp.c"
211                                >
212                        </File>
213                        <File
214                                RelativePath=".\ortp.def"
215                                >
216                        </File>
217                        <File
218                                RelativePath="..\..\src\payloadtype.c"
219                                >
220                        </File>
221                        <File
222                                RelativePath="..\..\src\port.c"
223                                >
224                        </File>
225                        <File
226                                RelativePath="..\..\src\posixtimer.c"
227                                >
228                        </File>
229                        <File
230                                RelativePath="..\..\src\rtcp.c"
231                                >
232                        </File>
233                        <File
234                                RelativePath="..\..\src\rtcpparse.c"
235                                >
236                        </File>
237                        <File
238                                RelativePath="..\..\src\rtpparse.c"
239                                >
240                        </File>
241                        <File
242                                RelativePath="..\..\src\rtpsession.c"
243                                >
244                        </File>
245                        <File
246                                RelativePath="..\..\src\rtpsession_inet.c"
247                                >
248                        </File>
249                        <File
250                                RelativePath="..\..\src\rtpsignaltable.c"
251                                >
252                        </File>
253                        <File
254                                RelativePath="..\..\src\rtptimer.c"
255                                >
256                        </File>
257                        <File
258                                RelativePath="..\..\src\scheduler.c"
259                                >
260                        </File>
261                        <File
262                                RelativePath="..\..\src\sessionset.c"
263                                >
264                        </File>
265                        <File
266                                RelativePath="..\..\src\srtp.c"
267                                >
268                        </File>
269                        <File
270                                RelativePath="..\..\src\str_utils.c"
271                                >
272                        </File>
273                        <File
274                                RelativePath="..\..\src\stun.c"
275                                >
276                        </File>
277                        <File
278                                RelativePath="..\..\src\stun_udp.c"
279                                >
280                        </File>
281                        <File
282                                RelativePath="..\..\src\telephonyevents.c"
283                                >
284                        </File>
285                        <File
286                                RelativePath="..\..\src\utils.c"
287                                >
288                        </File>
289                </Filter>
290                <Filter
291                        Name="Header Files"
292                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
293                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
294                        >
295                        <File
296                                RelativePath="..\..\include\ortp\b64.h"
297                                >
298                        </File>
299                        <File
300                                RelativePath="..\..\include\ortp\event.h"
301                                >
302                        </File>
303                        <File
304                                RelativePath="..\..\src\jitterctl.h"
305                                >
306                        </File>
307                        <File
308                                RelativePath="..\..\src\ortp-config-win32.h"
309                                >
310                        </File>
311                        <File
312                                RelativePath="..\..\include\ortp\ortp.h"
313                                >
314                        </File>
315                        <File
316                                RelativePath="..\..\include\ortp\payloadtype.h"
317                                >
318                        </File>
319                        <File
320                                RelativePath="..\..\include\ortp\port.h"
321                                >
322                        </File>
323                        <File
324                                RelativePath="..\..\include\ortp\rtcp.h"
325                                >
326                        </File>
327                        <File
328                                RelativePath="..\..\include\ortp\rtp.h"
329                                >
330                        </File>
331                        <File
332                                RelativePath="..\..\src\rtpmod.h"
333                                >
334                        </File>
335                        <File
336                                RelativePath="..\..\include\ortp\rtpsession.h"
337                                >
338                        </File>
339                        <File
340                                RelativePath="..\..\src\rtpsession_priv.h"
341                                >
342                        </File>
343                        <File
344                                RelativePath="..\..\include\ortp\rtpsignaltable.h"
345                                >
346                        </File>
347                        <File
348                                RelativePath="..\..\src\rtptimer.h"
349                                >
350                        </File>
351                        <File
352                                RelativePath="..\..\src\scheduler.h"
353                                >
354                        </File>
355                        <File
356                                RelativePath="..\..\include\ortp\sessionset.h"
357                                >
358                        </File>
359                        <File
360                                RelativePath="..\..\include\ortp\srtp.h"
361                                >
362                        </File>
363                        <File
364                                RelativePath="..\..\include\ortp\str_utils.h"
365                                >
366                        </File>
367                        <File
368                                RelativePath="..\..\include\ortp\stun.h"
369                                >
370                        </File>
371                        <File
372                                RelativePath="..\..\include\ortp\stun_udp.h"
373                                >
374                        </File>
375                        <File
376                                RelativePath="..\..\include\ortp\telephonyevents.h"
377                                >
378                        </File>
379                        <File
380                                RelativePath="..\..\src\utils.h"
381                                >
382                        </File>
383                </Filter>
384                <Filter
385                        Name="Resource Files"
386                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
387                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
388                        >
389                </Filter>
390        </Files>
391        <Globals>
392        </Globals>
393</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.