source: mediastreamer2/linphone/oRTP/build/wince/oRTP.vcproj @ 841:a0b93bb624db

Last change on this file since 841:a0b93bb624db was 841:a0b93bb624db, checked in by Simon Morlat <simon.morlat@…>, 3 years ago

Merge branch 'wince-port'

Conflicts:

linphone/mediastreamer2/build/wince/alldescs.h
linphone/mediastreamer2/build/wince/mediastreamer2.vcproj
linphone/oRTP/build/wince/oRTP.vcproj

File size: 20.1 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="{9FEA0683-C391-4C74-BCF6-2F9E4DE1B541}"
7        RootNamespace="oRTP"
8        Keyword="MFCDLLProj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
13                />
14                <Platform
15                        Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
16                />
17                <Platform
18                        Name="Windows Mobile 6 Standard SDK (ARMV4I)"
19                />
20                <Platform
21                        Name="MP100_2P21 (ARMV4I)"
22                />
23        </Platforms>
24        <ToolFiles>
25        </ToolFiles>
26        <Configurations>
27                <Configuration
28                        Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
29                        OutputDirectory="$(PlatformName)\Debug"
30                        IntermediateDirectory="$(PlatformName)\Debug"
31                        ConfigurationType="2"
32                        UseOfMFC="0"
33                        CharacterSet="1"
34                        >
35                        <Tool
36                                Name="VCPreBuildEventTool"
37                        />
38                        <Tool
39                                Name="VCCustomBuildTool"
40                        />
41                        <Tool
42                                Name="VCXMLDataGeneratorTool"
43                        />
44                        <Tool
45                                Name="VCWebServiceProxyGeneratorTool"
46                        />
47                        <Tool
48                                Name="VCMIDLTool"
49                                PreprocessorDefinitions="_DEBUG"
50                                MkTypLibCompatible="false"
51                        />
52                        <Tool
53                                Name="VCCLCompilerTool"
54                                ExecutionBucket="7"
55                                Optimization="2"
56                                FavorSizeOrSpeed="1"
57                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
58                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);_DEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL;POCKETPC2003_UI_MODEL"
59                                RuntimeLibrary="3"
60                                TreatWChar_tAsBuiltInType="true"
61                                UsePrecompiledHeader="0"
62                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
63                                WarningLevel="3"
64                                DebugInformationFormat="3"
65                        />
66                        <Tool
67                                Name="VCManagedResourceCompilerTool"
68                        />
69                        <Tool
70                                Name="VCResourceCompilerTool"
71                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
72                                Culture="1033"
73                                AdditionalIncludeDirectories="$(IntDir)"
74                        />
75                        <Tool
76                                Name="VCPreLinkEventTool"
77                        />
78                        <Tool
79                                Name="VCLinkerTool"
80                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
81                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
82                                IgnoreAllDefaultLibraries="true"
83                                ModuleDefinitionFile="oRTP.def"
84                                GenerateDebugInformation="true"
85                        />
86                        <Tool
87                                Name="VCALinkTool"
88                        />
89                        <Tool
90                                Name="VCXDCMakeTool"
91                        />
92                        <Tool
93                                Name="VCBscMakeTool"
94                        />
95                        <Tool
96                                Name="VCCodeSignTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                        />
101                        <DeploymentTool
102                                ForceDirty="-1"
103                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
104                                RegisterOutput="0"
105                                AdditionalFiles=""
106                        />
107                        <DebuggerTool
108                        />
109                </Configuration>
110                <Configuration
111                        Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
112                        OutputDirectory="$(PlatformName)\Debug"
113                        IntermediateDirectory="$(PlatformName)\Debug"
114                        ConfigurationType="2"
115                        UseOfMFC="0"
116                        CharacterSet="1"
117                        >
118                        <Tool
119                                Name="VCPreBuildEventTool"
120                        />
121                        <Tool
122                                Name="VCCustomBuildTool"
123                        />
124                        <Tool
125                                Name="VCXMLDataGeneratorTool"
126                        />
127                        <Tool
128                                Name="VCWebServiceProxyGeneratorTool"
129                        />
130                        <Tool
131                                Name="VCMIDLTool"
132                                PreprocessorDefinitions="_DEBUG"
133                                MkTypLibCompatible="false"
134                        />
135                        <Tool
136                                Name="VCCLCompilerTool"
137                                ExecutionBucket="7"
138                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
139                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);_DEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"
140                                RuntimeLibrary="3"
141                                TreatWChar_tAsBuiltInType="true"
142                                UsePrecompiledHeader="0"
143                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
144                                WarningLevel="3"
145                                DebugInformationFormat="3"
146                        />
147                        <Tool
148                                Name="VCManagedResourceCompilerTool"
149                        />
150                        <Tool
151                                Name="VCResourceCompilerTool"
152                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
153                                Culture="1033"
154                                AdditionalIncludeDirectories="$(IntDir)"
155                        />
156                        <Tool
157                                Name="VCPreLinkEventTool"
158                        />
159                        <Tool
160                                Name="VCLinkerTool"
161                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
162                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
163                                IgnoreAllDefaultLibraries="true"
164                                ModuleDefinitionFile="oRTP.def"
165                        />
166                        <Tool
167                                Name="VCALinkTool"
168                        />
169                        <Tool
170                                Name="VCXDCMakeTool"
171                        />
172                        <Tool
173                                Name="VCBscMakeTool"
174                        />
175                        <Tool
176                                Name="VCCodeSignTool"
177                        />
178                        <Tool
179                                Name="VCPostBuildEventTool"
180                        />
181                        <DeploymentTool
182                                ForceDirty="-1"
183                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
184                                RegisterOutput="0"
185                                AdditionalFiles=""
186                        />
187                        <DebuggerTool
188                        />
189                </Configuration>
190                <Configuration
191                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"
192                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
193                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
194                        ConfigurationType="2"
195                        UseOfMFC="0"
196                        CharacterSet="1"
197                        >
198                        <Tool
199                                Name="VCPreBuildEventTool"
200                        />
201                        <Tool
202                                Name="VCCustomBuildTool"
203                        />
204                        <Tool
205                                Name="VCXMLDataGeneratorTool"
206                        />
207                        <Tool
208                                Name="VCWebServiceProxyGeneratorTool"
209                        />
210                        <Tool
211                                Name="VCMIDLTool"
212                                PreprocessorDefinitions="_DEBUG"
213                                MkTypLibCompatible="false"
214                                TargetEnvironment="1"
215                        />
216                        <Tool
217                                Name="VCCLCompilerTool"
218                                ExecutionBucket="7"
219                                Optimization="2"
220                                FavorSizeOrSpeed="1"
221                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
222                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);_DEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
223                                RuntimeLibrary="3"
224                                TreatWChar_tAsBuiltInType="true"
225                                UsePrecompiledHeader="0"
226                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
227                                WarningLevel="3"
228                                DebugInformationFormat="3"
229                        />
230                        <Tool
231                                Name="VCManagedResourceCompilerTool"
232                        />
233                        <Tool
234                                Name="VCResourceCompilerTool"
235                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
236                                Culture="1033"
237                                AdditionalIncludeDirectories="$(IntDir)"
238                        />
239                        <Tool
240                                Name="VCPreLinkEventTool"
241                        />
242                        <Tool
243                                Name="VCLinkerTool"
244                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
245                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
246                                IgnoreAllDefaultLibraries="true"
247                                ModuleDefinitionFile="oRTP.def"
248                                GenerateDebugInformation="true"
249                                TargetMachine="0"
250                        />
251                        <Tool
252                                Name="VCALinkTool"
253                        />
254                        <Tool
255                                Name="VCXDCMakeTool"
256                        />
257                        <Tool
258                                Name="VCBscMakeTool"
259                        />
260                        <Tool
261                                Name="VCCodeSignTool"
262                        />
263                        <Tool
264                                Name="VCPostBuildEventTool"
265                        />
266                        <DeploymentTool
267                                ForceDirty="-1"
268                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
269                                RegisterOutput="0"
270                                AdditionalFiles=""
271                        />
272                        <DebuggerTool
273                        />
274                </Configuration>
275                <Configuration
276                        Name="Debug|MP100_2P21 (ARMV4I)"
277                        OutputDirectory="MP100_2P21 (ARMV4I)\$(ConfigurationName)"
278                        IntermediateDirectory="MP100_2P21 (ARMV4I)\$(ConfigurationName)"
279                        ConfigurationType="2"
280                        UseOfMFC="0"
281                        CharacterSet="1"
282                        >
283                        <Tool
284                                Name="VCPreBuildEventTool"
285                        />
286                        <Tool
287                                Name="VCCustomBuildTool"
288                        />
289                        <Tool
290                                Name="VCXMLDataGeneratorTool"
291                        />
292                        <Tool
293                                Name="VCWebServiceProxyGeneratorTool"
294                        />
295                        <Tool
296                                Name="VCMIDLTool"
297                                PreprocessorDefinitions="_DEBUG"
298                                MkTypLibCompatible="false"
299                                TargetEnvironment="1"
300                        />
301                        <Tool
302                                Name="VCCLCompilerTool"
303                                ExecutionBucket="7"
304                                Optimization="0"
305                                FavorSizeOrSpeed="0"
306                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
307                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);_DEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL;POCKETPC2003_UI_MODEL"
308                                RuntimeLibrary="3"
309                                TreatWChar_tAsBuiltInType="true"
310                                UsePrecompiledHeader="0"
311                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
312                                WarningLevel="3"
313                                DebugInformationFormat="0"
314                        />
315                        <Tool
316                                Name="VCManagedResourceCompilerTool"
317                        />
318                        <Tool
319                                Name="VCResourceCompilerTool"
320                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
321                                Culture="1033"
322                                AdditionalIncludeDirectories="$(IntDir)"
323                        />
324                        <Tool
325                                Name="VCPreLinkEventTool"
326                        />
327                        <Tool
328                                Name="VCLinkerTool"
329                                AdditionalOptions=" /SUBSYSTEM:$(CESubsystem) /MACHINE:THUMB"
330                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
331                                IgnoreAllDefaultLibraries="true"
332                                ModuleDefinitionFile="oRTP.def"
333                                GenerateDebugInformation="true"
334                                TargetMachine="0"
335                        />
336                        <Tool
337                                Name="VCALinkTool"
338                        />
339                        <Tool
340                                Name="VCXDCMakeTool"
341                        />
342                        <Tool
343                                Name="VCBscMakeTool"
344                        />
345                        <Tool
346                                Name="VCCodeSignTool"
347                        />
348                        <Tool
349                                Name="VCPostBuildEventTool"
350                        />
351                        <DeploymentTool
352                                ForceDirty="-1"
353                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
354                                RegisterOutput="0"
355                                AdditionalFiles=""
356                        />
357                        <DebuggerTool
358                        />
359                </Configuration>
360                <Configuration
361                        Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
362                        OutputDirectory="$(PlatformName)\Release"
363                        IntermediateDirectory="$(PlatformName)\Release"
364                        ConfigurationType="2"
365                        UseOfMFC="0"
366                        CharacterSet="1"
367                        >
368                        <Tool
369                                Name="VCPreBuildEventTool"
370                        />
371                        <Tool
372                                Name="VCCustomBuildTool"
373                        />
374                        <Tool
375                                Name="VCXMLDataGeneratorTool"
376                        />
377                        <Tool
378                                Name="VCWebServiceProxyGeneratorTool"
379                        />
380                        <Tool
381                                Name="VCMIDLTool"
382                                PreprocessorDefinitions="NDEBUG"
383                                MkTypLibCompatible="false"
384                        />
385                        <Tool
386                                Name="VCCLCompilerTool"
387                                ExecutionBucket="7"
388                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
389                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);NDEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL;POCKETPC2003_UI_MODEL"
390                                RuntimeLibrary="2"
391                                TreatWChar_tAsBuiltInType="true"
392                                UsePrecompiledHeader="0"
393                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
394                                WarningLevel="3"
395                                DebugInformationFormat="0"
396                        />
397                        <Tool
398                                Name="VCManagedResourceCompilerTool"
399                        />
400                        <Tool
401                                Name="VCResourceCompilerTool"
402                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
403                                Culture="1033"
404                                AdditionalIncludeDirectories="$(IntDir)"
405                        />
406                        <Tool
407                                Name="VCPreLinkEventTool"
408                        />
409                        <Tool
410                                Name="VCLinkerTool"
411                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
412                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
413                                IgnoreAllDefaultLibraries="true"
414                                ModuleDefinitionFile="oRTP.def"
415                        />
416                        <Tool
417                                Name="VCALinkTool"
418                        />
419                        <Tool
420                                Name="VCXDCMakeTool"
421                        />
422                        <Tool
423                                Name="VCBscMakeTool"
424                        />
425                        <Tool
426                                Name="VCCodeSignTool"
427                        />
428                        <Tool
429                                Name="VCPostBuildEventTool"
430                        />
431                        <DeploymentTool
432                                ForceDirty="-1"
433                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
434                                RegisterOutput="0"
435                                AdditionalFiles=""
436                        />
437                        <DebuggerTool
438                        />
439                </Configuration>
440                <Configuration
441                        Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
442                        OutputDirectory="$(PlatformName)\Release"
443                        IntermediateDirectory="$(PlatformName)\Release"
444                        ConfigurationType="2"
445                        UseOfMFC="0"
446                        CharacterSet="1"
447                        >
448                        <Tool
449                                Name="VCPreBuildEventTool"
450                        />
451                        <Tool
452                                Name="VCCustomBuildTool"
453                        />
454                        <Tool
455                                Name="VCXMLDataGeneratorTool"
456                        />
457                        <Tool
458                                Name="VCWebServiceProxyGeneratorTool"
459                        />
460                        <Tool
461                                Name="VCMIDLTool"
462                                PreprocessorDefinitions="NDEBUG"
463                                MkTypLibCompatible="false"
464                        />
465                        <Tool
466                                Name="VCCLCompilerTool"
467                                ExecutionBucket="7"
468                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
469                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);NDEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_);SMARTPHONE2003_UI_MODEL;SMARTPHONE2003_UI_MODEL"
470                                RuntimeLibrary="2"
471                                TreatWChar_tAsBuiltInType="true"
472                                UsePrecompiledHeader="0"
473                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
474                                WarningLevel="3"
475                                DebugInformationFormat="0"
476                        />
477                        <Tool
478                                Name="VCManagedResourceCompilerTool"
479                        />
480                        <Tool
481                                Name="VCResourceCompilerTool"
482                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
483                                Culture="1033"
484                                AdditionalIncludeDirectories="$(IntDir)"
485                        />
486                        <Tool
487                                Name="VCPreLinkEventTool"
488                        />
489                        <Tool
490                                Name="VCLinkerTool"
491                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
492                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
493                                IgnoreAllDefaultLibraries="true"
494                                ModuleDefinitionFile="oRTP.def"
495                        />
496                        <Tool
497                                Name="VCALinkTool"
498                        />
499                        <Tool
500                                Name="VCXDCMakeTool"
501                        />
502                        <Tool
503                                Name="VCBscMakeTool"
504                        />
505                        <Tool
506                                Name="VCCodeSignTool"
507                        />
508                        <Tool
509                                Name="VCPostBuildEventTool"
510                        />
511                        <DeploymentTool
512                                ForceDirty="-1"
513                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
514                                RegisterOutput="0"
515                                AdditionalFiles=""
516                        />
517                        <DebuggerTool
518                        />
519                </Configuration>
520                <Configuration
521                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"
522                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
523                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
524                        ConfigurationType="2"
525                        UseOfMFC="0"
526                        CharacterSet="1"
527                        >
528                        <Tool
529                                Name="VCPreBuildEventTool"
530                        />
531                        <Tool
532                                Name="VCCustomBuildTool"
533                        />
534                        <Tool
535                                Name="VCXMLDataGeneratorTool"
536                        />
537                        <Tool
538                                Name="VCWebServiceProxyGeneratorTool"
539                        />
540                        <Tool
541                                Name="VCMIDLTool"
542                                PreprocessorDefinitions="NDEBUG"
543                                MkTypLibCompatible="false"
544                                TargetEnvironment="1"
545                        />
546                        <Tool
547                                Name="VCCLCompilerTool"
548                                ExecutionBucket="7"
549                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
550                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);NDEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
551                                RuntimeLibrary="2"
552                                TreatWChar_tAsBuiltInType="true"
553                                UsePrecompiledHeader="0"
554                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
555                                WarningLevel="3"
556                                DebugInformationFormat="0"
557                        />
558                        <Tool
559                                Name="VCManagedResourceCompilerTool"
560                        />
561                        <Tool
562                                Name="VCResourceCompilerTool"
563                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
564                                Culture="1033"
565                                AdditionalIncludeDirectories="$(IntDir)"
566                        />
567                        <Tool
568                                Name="VCPreLinkEventTool"
569                        />
570                        <Tool
571                                Name="VCLinkerTool"
572                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
573                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
574                                IgnoreAllDefaultLibraries="true"
575                                ModuleDefinitionFile="oRTP.def"
576                                TargetMachine="0"
577                        />
578                        <Tool
579                                Name="VCALinkTool"
580                        />
581                        <Tool
582                                Name="VCXDCMakeTool"
583                        />
584                        <Tool
585                                Name="VCBscMakeTool"
586                        />
587                        <Tool
588                                Name="VCCodeSignTool"
589                        />
590                        <Tool
591                                Name="VCPostBuildEventTool"
592                        />
593                        <DeploymentTool
594                                ForceDirty="-1"
595                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
596                                RegisterOutput="0"
597                                AdditionalFiles=""
598                        />
599                        <DebuggerTool
600                        />
601                </Configuration>
602                <Configuration
603                        Name="Release|MP100_2P21 (ARMV4I)"
604                        OutputDirectory="MP100_2P21 (ARMV4I)\$(ConfigurationName)"
605                        IntermediateDirectory="MP100_2P21 (ARMV4I)\$(ConfigurationName)"
606                        ConfigurationType="2"
607                        UseOfMFC="0"
608                        CharacterSet="1"
609                        >
610                        <Tool
611                                Name="VCPreBuildEventTool"
612                        />
613                        <Tool
614                                Name="VCCustomBuildTool"
615                        />
616                        <Tool
617                                Name="VCXMLDataGeneratorTool"
618                        />
619                        <Tool
620                                Name="VCWebServiceProxyGeneratorTool"
621                        />
622                        <Tool
623                                Name="VCMIDLTool"
624                                PreprocessorDefinitions="NDEBUG"
625                                MkTypLibCompatible="false"
626                                TargetEnvironment="1"
627                        />
628                        <Tool
629                                Name="VCCLCompilerTool"
630                                ExecutionBucket="7"
631                                Optimization="3"
632                                FavorSizeOrSpeed="1"
633                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
634                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);NDEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_);POCKETPC2003_UI_MODEL;POCKETPC2003_UI_MODEL"
635                                RuntimeLibrary="2"
636                                TreatWChar_tAsBuiltInType="true"
637                                UsePrecompiledHeader="0"
638                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
639                                WarningLevel="3"
640                                DebugInformationFormat="0"
641                        />
642                        <Tool
643                                Name="VCManagedResourceCompilerTool"
644                        />
645                        <Tool
646                                Name="VCResourceCompilerTool"
647                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
648                                Culture="1033"
649                                AdditionalIncludeDirectories="$(IntDir)"
650                        />
651                        <Tool
652                                Name="VCPreLinkEventTool"
653                        />
654                        <Tool
655                                Name="VCLinkerTool"
656                                AdditionalOptions=" /SUBSYSTEM:$(CESubsystem) /MACHINE:THUMB"
657                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
658                                IgnoreAllDefaultLibraries="true"
659                                ModuleDefinitionFile="oRTP.def"
660                                TargetMachine="0"
661                        />
662                        <Tool
663                                Name="VCALinkTool"
664                        />
665                        <Tool
666                                Name="VCXDCMakeTool"
667                        />
668                        <Tool
669                                Name="VCBscMakeTool"
670                        />
671                        <Tool
672                                Name="VCCodeSignTool"
673                        />
674                        <Tool
675                                Name="VCPostBuildEventTool"
676                        />
677                        <DeploymentTool
678                                ForceDirty="-1"
679                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
680                                RegisterOutput="0"
681                                AdditionalFiles=""
682                        />
683                        <DebuggerTool
684                        />
685                </Configuration>
686        </Configurations>
687        <References>
688        </References>
689        <Files>
690                <Filter
691                        Name="Source Files"
692                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
693                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
694                        >
695                        <File
696                                RelativePath="..\..\src\avprofile.c"
697                                >
698                        </File>
699                        <File
700                                RelativePath="..\..\src\b64.c"
701                                >
702                        </File>
703                        <File
704                                RelativePath="..\..\src\event.c"
705                                >
706                        </File>
707                        <File
708                                RelativePath="..\..\src\jitterctl.c"
709                                >
710                        </File>
711                        <File
712                                RelativePath="..\..\src\ortp.c"
713                                >
714                        </File>
715                        <File
716                                RelativePath="..\..\src\payloadtype.c"
717                                >
718                        </File>
719                        <File
720                                RelativePath="..\..\src\port.c"
721                                >
722                        </File>
723                        <File
724                                RelativePath="..\..\src\posixtimer.c"
725                                >
726                        </File>
727                        <File
728                                RelativePath="..\..\src\rtcp.c"
729                                >
730                        </File>
731                        <File
732                                RelativePath="..\..\src\rtcpparse.c"
733                                >
734                        </File>
735                        <File
736                                RelativePath="..\..\src\rtpparse.c"
737                                >
738                        </File>
739                        <File
740                                RelativePath="..\..\src\rtpsession.c"
741                                >
742                        </File>
743                        <File
744                                RelativePath="..\..\src\rtpsession_inet.c"
745                                >
746                        </File>
747                        <File
748                                RelativePath="..\..\src\rtpsignaltable.c"
749                                >
750                        </File>
751                        <File
752                                RelativePath="..\..\src\rtptimer.c"
753                                >
754                        </File>
755                        <File
756                                RelativePath="..\..\src\scheduler.c"
757                                >
758                        </File>
759                        <File
760                                RelativePath="..\..\src\sessionset.c"
761                                >
762                        </File>
763                        <File
764                                RelativePath="..\..\src\str_utils.c"
765                                >
766                        </File>
767                        <File
768                                RelativePath="..\..\src\stun.c"
769                                >
770                        </File>
771                        <File
772                                RelativePath="..\..\src\stun_udp.c"
773                                >
774                        </File>
775                        <File
776                                RelativePath="..\..\src\telephonyevents.c"
777                                >
778                        </File>
779                        <File
780                                RelativePath="..\..\src\utils.c"
781                                >
782                        </File>
783                </Filter>
784                <Filter
785                        Name="Header Files"
786                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
787                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
788                        >
789                        <File
790                                RelativePath="..\..\include\ortp\b64.h"
791                                >
792                        </File>
793                        <File
794                                RelativePath="..\..\include\ortp\event.h"
795                                >
796                        </File>
797                        <File
798                                RelativePath="..\..\src\jitterctl.h"
799                                >
800                        </File>
801                        <File
802                                RelativePath="..\..\src\ortp-config-win32.h"
803                                >
804                        </File>
805                        <File
806                                RelativePath="..\..\include\ortp\ortp.h"
807                                >
808                        </File>
809                        <File
810                                RelativePath="..\..\include\ortp\payloadtype.h"
811                                >
812                        </File>
813                        <File
814                                RelativePath="..\..\include\ortp\port.h"
815                                >
816                        </File>
817                        <File
818                                RelativePath="..\..\include\ortp\rtcp.h"
819                                >
820                        </File>
821                        <File
822                                RelativePath="..\..\include\ortp\rtp.h"
823                                >
824                        </File>
825                        <File
826                                RelativePath="..\..\include\ortp\rtpsession.h"
827                                >
828                        </File>
829                        <File
830                                RelativePath="..\..\src\rtpsession_priv.h"
831                                >
832                        </File>
833                        <File
834                                RelativePath="..\..\include\ortp\rtpsignaltable.h"
835                                >
836                        </File>
837                        <File
838                                RelativePath="..\..\src\rtptimer.h"
839                                >
840                        </File>
841                        <File
842                                RelativePath="..\..\src\scheduler.h"
843                                >
844                        </File>
845                        <File
846                                RelativePath="..\..\include\ortp\sessionset.h"
847                                >
848                        </File>
849                        <File
850                                RelativePath="..\..\include\ortp\str_utils.h"
851                                >
852                        </File>
853                        <File
854                                RelativePath="..\..\include\ortp\stun.h"
855                                >
856                        </File>
857                        <File
858                                RelativePath="..\..\include\ortp\stun_udp.h"
859                                >
860                        </File>
861                        <File
862                                RelativePath="..\..\include\ortp\telephonyevents.h"
863                                >
864                        </File>
865                        <File
866                                RelativePath="..\..\src\utils.h"
867                                >
868                        </File>
869                </Filter>
870                <File
871                        RelativePath=".\ortp.def"
872                        >
873                </File>
874        </Files>
875        <Globals>
876        </Globals>
877</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.