source: mediastreamer2/linphone/oRTP/build/wince/oRTP.vcproj @ 136:e7cdfdf3c606

Last change on this file since 136:e7cdfdf3c606 was 0:5a6e836a86a3, checked in by aymeric <aymeric@…>, 5 years ago

Initial import

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

File size: 25.4 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="Pocket PC 2003 (ARMV4)"
13                />
14                <Platform
15                        Name="Smartphone 2003 (ARMV4)"
16                />
17                <Platform
18                        Name="Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
19                />
20                <Platform
21                        Name="Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
22                />
23                <Platform
24                        Name="Windows Mobile 6 Standard SDK (ARMV4I)"
25                />
26        </Platforms>
27        <ToolFiles>
28        </ToolFiles>
29        <Configurations>
30                <Configuration
31                        Name="Debug|Pocket PC 2003 (ARMV4)"
32                        OutputDirectory="$(PlatformName)\Debug"
33                        IntermediateDirectory="$(PlatformName)\Debug"
34                        ConfigurationType="2"
35                        UseOfMFC="0"
36                        CharacterSet="1"
37                        >
38                        <Tool
39                                Name="VCPreBuildEventTool"
40                        />
41                        <Tool
42                                Name="VCCustomBuildTool"
43                        />
44                        <Tool
45                                Name="VCXMLDataGeneratorTool"
46                        />
47                        <Tool
48                                Name="VCWebServiceProxyGeneratorTool"
49                        />
50                        <Tool
51                                Name="VCMIDLTool"
52                                PreprocessorDefinitions="_DEBUG"
53                                MkTypLibCompatible="false"
54                        />
55                        <Tool
56                                Name="VCCLCompilerTool"
57                                ExecutionBucket="7"
58                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
59                                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"
60                                RuntimeLibrary="3"
61                                TreatWChar_tAsBuiltInType="true"
62                                UsePrecompiledHeader="0"
63                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
64                                WarningLevel="3"
65                                DebugInformationFormat="3"
66                        />
67                        <Tool
68                                Name="VCManagedResourceCompilerTool"
69                        />
70                        <Tool
71                                Name="VCResourceCompilerTool"
72                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
73                                Culture="1033"
74                                AdditionalIncludeDirectories="$(IntDir)"
75                        />
76                        <Tool
77                                Name="VCPreLinkEventTool"
78                        />
79                        <Tool
80                                Name="VCLinkerTool"
81                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM"
82                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib secchk.lib"
83                                IgnoreAllDefaultLibraries="true"
84                                ModuleDefinitionFile="oRTP.def"
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="\amsip"
104                                RegisterOutput="0"
105                                AdditionalFiles="msvcr80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|\amsip|0;atl80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|\amsip|0;msvcr80d.dll|$(BINDIR)\$(INSTRUCTIONSET)\|\amsip|0;MFC80UD.dll|$(BINDIR)\$(INSTRUCTIONSET)\|\amsip|0"
106                        />
107                        <DebuggerTool
108                        />
109                </Configuration>
110                <Configuration
111                        Name="Debug|Smartphone 2003 (ARMV4)"
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,4.20 /MACHINE:ARM"
162                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.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="\amsip"
184                                RegisterOutput="0"
185                                AdditionalFiles="msvcr80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;atl80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;msvcr80d.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;MFC80UD.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;"
186                        />
187                        <DebuggerTool
188                        />
189                </Configuration>
190                <Configuration
191                        Name="Debug|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
192                        OutputDirectory="$(PlatformName)\Debug"
193                        IntermediateDirectory="$(PlatformName)\Debug"
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                        />
215                        <Tool
216                                Name="VCCLCompilerTool"
217                                ExecutionBucket="7"
218                                Optimization="2"
219                                FavorSizeOrSpeed="1"
220                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
221                                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"
222                                RuntimeLibrary="3"
223                                TreatWChar_tAsBuiltInType="true"
224                                UsePrecompiledHeader="0"
225                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
226                                WarningLevel="3"
227                                DebugInformationFormat="3"
228                        />
229                        <Tool
230                                Name="VCManagedResourceCompilerTool"
231                        />
232                        <Tool
233                                Name="VCResourceCompilerTool"
234                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
235                                Culture="1033"
236                                AdditionalIncludeDirectories="$(IntDir)"
237                        />
238                        <Tool
239                                Name="VCPreLinkEventTool"
240                        />
241                        <Tool
242                                Name="VCLinkerTool"
243                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
244                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
245                                IgnoreAllDefaultLibraries="true"
246                                ModuleDefinitionFile="oRTP.def"
247                                GenerateDebugInformation="true"
248                        />
249                        <Tool
250                                Name="VCALinkTool"
251                        />
252                        <Tool
253                                Name="VCXDCMakeTool"
254                        />
255                        <Tool
256                                Name="VCBscMakeTool"
257                        />
258                        <Tool
259                                Name="VCCodeSignTool"
260                        />
261                        <Tool
262                                Name="VCPostBuildEventTool"
263                        />
264                        <DeploymentTool
265                                ForceDirty="-1"
266                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\vbamsipua"
267                                RegisterOutput="0"
268                                AdditionalFiles=""
269                        />
270                        <DebuggerTool
271                        />
272                </Configuration>
273                <Configuration
274                        Name="Debug|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
275                        OutputDirectory="$(PlatformName)\Debug"
276                        IntermediateDirectory="$(PlatformName)\Debug"
277                        ConfigurationType="2"
278                        UseOfMFC="0"
279                        CharacterSet="1"
280                        >
281                        <Tool
282                                Name="VCPreBuildEventTool"
283                        />
284                        <Tool
285                                Name="VCCustomBuildTool"
286                        />
287                        <Tool
288                                Name="VCXMLDataGeneratorTool"
289                        />
290                        <Tool
291                                Name="VCWebServiceProxyGeneratorTool"
292                        />
293                        <Tool
294                                Name="VCMIDLTool"
295                                PreprocessorDefinitions="_DEBUG"
296                                MkTypLibCompatible="false"
297                        />
298                        <Tool
299                                Name="VCCLCompilerTool"
300                                ExecutionBucket="7"
301                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
302                                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"
303                                RuntimeLibrary="3"
304                                TreatWChar_tAsBuiltInType="true"
305                                UsePrecompiledHeader="0"
306                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
307                                WarningLevel="3"
308                                DebugInformationFormat="3"
309                        />
310                        <Tool
311                                Name="VCManagedResourceCompilerTool"
312                        />
313                        <Tool
314                                Name="VCResourceCompilerTool"
315                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
316                                Culture="1033"
317                                AdditionalIncludeDirectories="$(IntDir)"
318                        />
319                        <Tool
320                                Name="VCPreLinkEventTool"
321                        />
322                        <Tool
323                                Name="VCLinkerTool"
324                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
325                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
326                                IgnoreAllDefaultLibraries="true"
327                                ModuleDefinitionFile="oRTP.def"
328                        />
329                        <Tool
330                                Name="VCALinkTool"
331                        />
332                        <Tool
333                                Name="VCXDCMakeTool"
334                        />
335                        <Tool
336                                Name="VCBscMakeTool"
337                        />
338                        <Tool
339                                Name="VCCodeSignTool"
340                        />
341                        <Tool
342                                Name="VCPostBuildEventTool"
343                        />
344                        <DeploymentTool
345                                ForceDirty="-1"
346                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\vbamsipua"
347                                RegisterOutput="0"
348                                AdditionalFiles=""
349                        />
350                        <DebuggerTool
351                        />
352                </Configuration>
353                <Configuration
354                        Name="Debug|Windows Mobile 6 Standard SDK (ARMV4I)"
355                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
356                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
357                        ConfigurationType="2"
358                        UseOfMFC="0"
359                        CharacterSet="1"
360                        >
361                        <Tool
362                                Name="VCPreBuildEventTool"
363                        />
364                        <Tool
365                                Name="VCCustomBuildTool"
366                        />
367                        <Tool
368                                Name="VCXMLDataGeneratorTool"
369                        />
370                        <Tool
371                                Name="VCWebServiceProxyGeneratorTool"
372                        />
373                        <Tool
374                                Name="VCMIDLTool"
375                                PreprocessorDefinitions="_DEBUG"
376                                MkTypLibCompatible="false"
377                                TargetEnvironment="1"
378                        />
379                        <Tool
380                                Name="VCCLCompilerTool"
381                                ExecutionBucket="7"
382                                Optimization="2"
383                                FavorSizeOrSpeed="1"
384                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
385                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);_DEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
386                                RuntimeLibrary="3"
387                                TreatWChar_tAsBuiltInType="true"
388                                UsePrecompiledHeader="0"
389                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
390                                WarningLevel="3"
391                                DebugInformationFormat="3"
392                        />
393                        <Tool
394                                Name="VCManagedResourceCompilerTool"
395                        />
396                        <Tool
397                                Name="VCResourceCompilerTool"
398                                PreprocessorDefinitions="_DEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
399                                Culture="1033"
400                                AdditionalIncludeDirectories="$(IntDir)"
401                        />
402                        <Tool
403                                Name="VCPreLinkEventTool"
404                        />
405                        <Tool
406                                Name="VCLinkerTool"
407                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
408                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmtd.lib"
409                                IgnoreAllDefaultLibraries="true"
410                                ModuleDefinitionFile="oRTP.def"
411                                GenerateDebugInformation="true"
412                                TargetMachine="0"
413                        />
414                        <Tool
415                                Name="VCALinkTool"
416                        />
417                        <Tool
418                                Name="VCXDCMakeTool"
419                        />
420                        <Tool
421                                Name="VCBscMakeTool"
422                        />
423                        <Tool
424                                Name="VCCodeSignTool"
425                        />
426                        <Tool
427                                Name="VCPostBuildEventTool"
428                        />
429                        <DeploymentTool
430                                ForceDirty="-1"
431                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
432                                RegisterOutput="0"
433                                AdditionalFiles=""
434                        />
435                        <DebuggerTool
436                        />
437                </Configuration>
438                <Configuration
439                        Name="Release|Pocket PC 2003 (ARMV4)"
440                        OutputDirectory="$(PlatformName)\Release"
441                        IntermediateDirectory="$(PlatformName)\Release"
442                        ConfigurationType="2"
443                        UseOfMFC="0"
444                        CharacterSet="1"
445                        >
446                        <Tool
447                                Name="VCPreBuildEventTool"
448                        />
449                        <Tool
450                                Name="VCCustomBuildTool"
451                        />
452                        <Tool
453                                Name="VCXMLDataGeneratorTool"
454                        />
455                        <Tool
456                                Name="VCWebServiceProxyGeneratorTool"
457                        />
458                        <Tool
459                                Name="VCMIDLTool"
460                                PreprocessorDefinitions="NDEBUG"
461                                MkTypLibCompatible="false"
462                        />
463                        <Tool
464                                Name="VCCLCompilerTool"
465                                ExecutionBucket="7"
466                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
467                                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"
468                                RuntimeLibrary="2"
469                                TreatWChar_tAsBuiltInType="true"
470                                UsePrecompiledHeader="0"
471                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
472                                WarningLevel="3"
473                                DebugInformationFormat="3"
474                        />
475                        <Tool
476                                Name="VCManagedResourceCompilerTool"
477                        />
478                        <Tool
479                                Name="VCResourceCompilerTool"
480                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
481                                Culture="1033"
482                                AdditionalIncludeDirectories="$(IntDir)"
483                        />
484                        <Tool
485                                Name="VCPreLinkEventTool"
486                        />
487                        <Tool
488                                Name="VCLinkerTool"
489                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM"
490                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib"
491                                IgnoreAllDefaultLibraries="true"
492                                ModuleDefinitionFile="oRTP.def"
493                        />
494                        <Tool
495                                Name="VCALinkTool"
496                        />
497                        <Tool
498                                Name="VCXDCMakeTool"
499                        />
500                        <Tool
501                                Name="VCBscMakeTool"
502                        />
503                        <Tool
504                                Name="VCCodeSignTool"
505                        />
506                        <Tool
507                                Name="VCPostBuildEventTool"
508                        />
509                        <DeploymentTool
510                                ForceDirty="-1"
511                                RemoteDirectory="\amsip"
512                                RegisterOutput="0"
513                                AdditionalFiles="msvcr80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;atl80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;MFC80U.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;"
514                        />
515                        <DebuggerTool
516                        />
517                </Configuration>
518                <Configuration
519                        Name="Release|Smartphone 2003 (ARMV4)"
520                        OutputDirectory="$(PlatformName)\Release"
521                        IntermediateDirectory="$(PlatformName)\Release"
522                        ConfigurationType="2"
523                        UseOfMFC="0"
524                        CharacterSet="1"
525                        >
526                        <Tool
527                                Name="VCPreBuildEventTool"
528                        />
529                        <Tool
530                                Name="VCCustomBuildTool"
531                        />
532                        <Tool
533                                Name="VCXMLDataGeneratorTool"
534                        />
535                        <Tool
536                                Name="VCWebServiceProxyGeneratorTool"
537                        />
538                        <Tool
539                                Name="VCMIDLTool"
540                                PreprocessorDefinitions="NDEBUG"
541                                MkTypLibCompatible="false"
542                        />
543                        <Tool
544                                Name="VCCLCompilerTool"
545                                ExecutionBucket="7"
546                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
547                                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"
548                                RuntimeLibrary="2"
549                                TreatWChar_tAsBuiltInType="true"
550                                UsePrecompiledHeader="0"
551                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
552                                WarningLevel="3"
553                                DebugInformationFormat="3"
554                        />
555                        <Tool
556                                Name="VCManagedResourceCompilerTool"
557                        />
558                        <Tool
559                                Name="VCResourceCompilerTool"
560                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
561                                Culture="1033"
562                                AdditionalIncludeDirectories="$(IntDir)"
563                        />
564                        <Tool
565                                Name="VCPreLinkEventTool"
566                        />
567                        <Tool
568                                Name="VCLinkerTool"
569                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM"
570                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib"
571                                IgnoreAllDefaultLibraries="true"
572                                ModuleDefinitionFile="oRTP.def"
573                        />
574                        <Tool
575                                Name="VCALinkTool"
576                        />
577                        <Tool
578                                Name="VCXDCMakeTool"
579                        />
580                        <Tool
581                                Name="VCBscMakeTool"
582                        />
583                        <Tool
584                                Name="VCCodeSignTool"
585                        />
586                        <Tool
587                                Name="VCPostBuildEventTool"
588                        />
589                        <DeploymentTool
590                                ForceDirty="-1"
591                                RemoteDirectory="\amsip"
592                                RegisterOutput="0"
593                                AdditionalFiles="msvcr80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;atl80.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;MFC80U.dll|$(BINDIR)\$(INSTRUCTIONSET)\|%CSIDL_PROGRAM_FILES%\$(ProjectName)|0;"
594                        />
595                        <DebuggerTool
596                        />
597                </Configuration>
598                <Configuration
599                        Name="Release|Windows Mobile 5.0 Pocket PC SDK (ARMV4I)"
600                        OutputDirectory="$(PlatformName)\Release"
601                        IntermediateDirectory="$(PlatformName)\Release"
602                        ConfigurationType="2"
603                        UseOfMFC="0"
604                        CharacterSet="1"
605                        >
606                        <Tool
607                                Name="VCPreBuildEventTool"
608                        />
609                        <Tool
610                                Name="VCCustomBuildTool"
611                        />
612                        <Tool
613                                Name="VCXMLDataGeneratorTool"
614                        />
615                        <Tool
616                                Name="VCWebServiceProxyGeneratorTool"
617                        />
618                        <Tool
619                                Name="VCMIDLTool"
620                                PreprocessorDefinitions="NDEBUG"
621                                MkTypLibCompatible="false"
622                        />
623                        <Tool
624                                Name="VCCLCompilerTool"
625                                ExecutionBucket="7"
626                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
627                                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"
628                                RuntimeLibrary="2"
629                                TreatWChar_tAsBuiltInType="true"
630                                UsePrecompiledHeader="0"
631                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
632                                WarningLevel="3"
633                                DebugInformationFormat="3"
634                        />
635                        <Tool
636                                Name="VCManagedResourceCompilerTool"
637                        />
638                        <Tool
639                                Name="VCResourceCompilerTool"
640                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
641                                Culture="1033"
642                                AdditionalIncludeDirectories="$(IntDir)"
643                        />
644                        <Tool
645                                Name="VCPreLinkEventTool"
646                        />
647                        <Tool
648                                Name="VCLinkerTool"
649                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
650                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
651                                IgnoreAllDefaultLibraries="true"
652                                ModuleDefinitionFile="oRTP.def"
653                        />
654                        <Tool
655                                Name="VCALinkTool"
656                        />
657                        <Tool
658                                Name="VCXDCMakeTool"
659                        />
660                        <Tool
661                                Name="VCBscMakeTool"
662                        />
663                        <Tool
664                                Name="VCCodeSignTool"
665                        />
666                        <Tool
667                                Name="VCPostBuildEventTool"
668                        />
669                        <DeploymentTool
670                                ForceDirty="-1"
671                                RemoteDirectory="\amsip"
672                                RegisterOutput="0"
673                                AdditionalFiles=""
674                        />
675                        <DebuggerTool
676                        />
677                </Configuration>
678                <Configuration
679                        Name="Release|Windows Mobile 5.0 Smartphone SDK (ARMV4I)"
680                        OutputDirectory="$(PlatformName)\Release"
681                        IntermediateDirectory="$(PlatformName)\Release"
682                        ConfigurationType="2"
683                        UseOfMFC="0"
684                        CharacterSet="1"
685                        >
686                        <Tool
687                                Name="VCPreBuildEventTool"
688                        />
689                        <Tool
690                                Name="VCCustomBuildTool"
691                        />
692                        <Tool
693                                Name="VCXMLDataGeneratorTool"
694                        />
695                        <Tool
696                                Name="VCWebServiceProxyGeneratorTool"
697                        />
698                        <Tool
699                                Name="VCMIDLTool"
700                                PreprocessorDefinitions="NDEBUG"
701                                MkTypLibCompatible="false"
702                        />
703                        <Tool
704                                Name="VCCLCompilerTool"
705                                ExecutionBucket="7"
706                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
707                                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"
708                                RuntimeLibrary="2"
709                                TreatWChar_tAsBuiltInType="true"
710                                UsePrecompiledHeader="0"
711                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
712                                WarningLevel="3"
713                                DebugInformationFormat="3"
714                        />
715                        <Tool
716                                Name="VCManagedResourceCompilerTool"
717                        />
718                        <Tool
719                                Name="VCResourceCompilerTool"
720                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
721                                Culture="1033"
722                                AdditionalIncludeDirectories="$(IntDir)"
723                        />
724                        <Tool
725                                Name="VCPreLinkEventTool"
726                        />
727                        <Tool
728                                Name="VCLinkerTool"
729                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
730                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
731                                IgnoreAllDefaultLibraries="true"
732                                ModuleDefinitionFile="oRTP.def"
733                        />
734                        <Tool
735                                Name="VCALinkTool"
736                        />
737                        <Tool
738                                Name="VCXDCMakeTool"
739                        />
740                        <Tool
741                                Name="VCBscMakeTool"
742                        />
743                        <Tool
744                                Name="VCCodeSignTool"
745                        />
746                        <Tool
747                                Name="VCPostBuildEventTool"
748                        />
749                        <DeploymentTool
750                                ForceDirty="-1"
751                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\vbamsipua"
752                                RegisterOutput="0"
753                                AdditionalFiles=""
754                        />
755                        <DebuggerTool
756                        />
757                </Configuration>
758                <Configuration
759                        Name="Release|Windows Mobile 6 Standard SDK (ARMV4I)"
760                        OutputDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
761                        IntermediateDirectory="Windows Mobile 6 Standard SDK (ARMV4I)\$(ConfigurationName)"
762                        ConfigurationType="2"
763                        UseOfMFC="0"
764                        CharacterSet="1"
765                        >
766                        <Tool
767                                Name="VCPreBuildEventTool"
768                        />
769                        <Tool
770                                Name="VCCustomBuildTool"
771                        />
772                        <Tool
773                                Name="VCXMLDataGeneratorTool"
774                        />
775                        <Tool
776                                Name="VCWebServiceProxyGeneratorTool"
777                        />
778                        <Tool
779                                Name="VCMIDLTool"
780                                PreprocessorDefinitions="NDEBUG"
781                                MkTypLibCompatible="false"
782                                TargetEnvironment="1"
783                        />
784                        <Tool
785                                Name="VCCLCompilerTool"
786                                ExecutionBucket="7"
787                                AdditionalIncludeDirectories="..\..\include;..\..\..\osip\include"
788                                PreprocessorDefinitions="ORTP_INET6;ORTP_EXPORT;AMD_HACK;_WIN32_WCE=$(CEVER);UNDER_CE=$(CEVER);WINCE;$(PLATFORMDEFINES);NDEBUG;_USRDLL;$(ARCHFAM);$(_ARCHFAM_)"
789                                RuntimeLibrary="2"
790                                TreatWChar_tAsBuiltInType="true"
791                                UsePrecompiledHeader="0"
792                                ProgramDataBaseFileName="$(IntDir)/oRTP.pdb"
793                                WarningLevel="3"
794                                DebugInformationFormat="3"
795                        />
796                        <Tool
797                                Name="VCManagedResourceCompilerTool"
798                        />
799                        <Tool
800                                Name="VCResourceCompilerTool"
801                                PreprocessorDefinitions="NDEBUG;_UNICODE;UNICODE;_WIN32_WCE;UNDER_CE"
802                                Culture="1033"
803                                AdditionalIncludeDirectories="$(IntDir)"
804                        />
805                        <Tool
806                                Name="VCPreLinkEventTool"
807                        />
808                        <Tool
809                                Name="VCLinkerTool"
810                                AdditionalOptions=" /SUBSYSTEM:WINDOWSCE,5.01 /MACHINE:THUMB"
811                                AdditionalDependencies="ws2.lib iphlpapi.lib mmtimer.lib libcmt.lib"
812                                IgnoreAllDefaultLibraries="true"
813                                ModuleDefinitionFile="oRTP.def"
814                                TargetMachine="0"
815                        />
816                        <Tool
817                                Name="VCALinkTool"
818                        />
819                        <Tool
820                                Name="VCXDCMakeTool"
821                        />
822                        <Tool
823                                Name="VCBscMakeTool"
824                        />
825                        <Tool
826                                Name="VCCodeSignTool"
827                        />
828                        <Tool
829                                Name="VCPostBuildEventTool"
830                        />
831                        <DeploymentTool
832                                ForceDirty="-1"
833                                RemoteDirectory="%CSIDL_PROGRAM_FILES%\amsipua"
834                                RegisterOutput="0"
835                                AdditionalFiles=""
836                        />
837                        <DebuggerTool
838                        />
839                </Configuration>
840        </Configurations>
841        <References>
842        </References>
843        <Files>
844                <Filter
845                        Name="Source Files"
846                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
847                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
848                        >
849                        <File
850                                RelativePath="..\..\src\avprofile.c"
851                                >
852                        </File>
853                        <File
854                                RelativePath="..\..\src\event.c"
855                                >
856                        </File>
857                        <File
858                                RelativePath="..\..\src\jitterctl.c"
859                                >
860                        </File>
861                        <File
862                                RelativePath="..\..\src\ortp.c"
863                                >
864                        </File>
865                        <File
866                                RelativePath="..\..\src\payloadtype.c"
867                                >
868                        </File>
869                        <File
870                                RelativePath="..\..\src\port.c"
871                                >
872                        </File>
873                        <File
874                                RelativePath="..\..\src\posixtimer.c"
875                                >
876                        </File>
877                        <File
878                                RelativePath="..\..\src\rtcp.c"
879                                >
880                        </File>
881                        <File
882                                RelativePath="..\..\src\rtcpparse.c"
883                                >
884                        </File>
885                        <File
886                                RelativePath="..\..\src\rtpparse.c"
887                                >
888                        </File>
889                        <File
890                                RelativePath="..\..\src\rtpsession.c"
891                                >
892                        </File>
893                        <File
894                                RelativePath="..\..\src\rtpsession_inet.c"
895                                >
896                        </File>
897                        <File
898                                RelativePath="..\..\src\rtpsignaltable.c"
899                                >
900                        </File>
901                        <File
902                                RelativePath="..\..\src\rtptimer.c"
903                                >
904                        </File>
905                        <File
906                                RelativePath="..\..\src\scheduler.c"
907                                >
908                        </File>
909                        <File
910                                RelativePath="..\..\src\sessionset.c"
911                                >
912                        </File>
913                        <File
914                                RelativePath="..\..\src\str_utils.c"
915                                >
916                        </File>
917                        <File
918                                RelativePath="..\..\src\stun.c"
919                                >
920                        </File>
921                        <File
922                                RelativePath="..\..\src\stun_udp.c"
923                                >
924                        </File>
925                        <File
926                                RelativePath="..\..\src\telephonyevents.c"
927                                >
928                        </File>
929                        <File
930                                RelativePath="..\..\src\utils.c"
931                                >
932                        </File>
933                </Filter>
934                <Filter
935                        Name="Header Files"
936                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
937                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
938                        >
939                        <File
940                                RelativePath="..\..\include\ortp\event.h"
941                                >
942                        </File>
943                        <File
944                                RelativePath="..\..\src\jitterctl.h"
945                                >
946                        </File>
947                        <File
948                                RelativePath="..\..\src\ortp-config-win32.h"
949                                >
950                        </File>
951                        <File
952                                RelativePath="..\..\include\ortp\ortp.h"
953                                >
954                        </File>
955                        <File
956                                RelativePath="..\..\include\ortp\payloadtype.h"
957                                >
958                        </File>
959                        <File
960                                RelativePath="..\..\include\ortp\port.h"
961                                >
962                        </File>
963                        <File
964                                RelativePath="..\..\include\ortp\rtcp.h"
965                                >
966                        </File>
967                        <File
968                                RelativePath="..\..\include\ortp\rtp.h"
969                                >
970                        </File>
971                        <File
972                                RelativePath="..\..\include\ortp\rtpsession.h"
973                                >
974                        </File>
975                        <File
976                                RelativePath="..\..\src\rtpsession_priv.h"
977                                >
978                        </File>
979                        <File
980                                RelativePath="..\..\include\ortp\rtpsignaltable.h"
981                                >
982                        </File>
983                        <File
984                                RelativePath="..\..\src\rtptimer.h"
985                                >
986                        </File>
987                        <File
988                                RelativePath="..\..\src\scheduler.h"
989                                >
990                        </File>
991                        <File
992                                RelativePath="..\..\include\ortp\sessionset.h"
993                                >
994                        </File>
995                        <File
996                                RelativePath="..\..\include\ortp\str_utils.h"
997                                >
998                        </File>
999                        <File
1000                                RelativePath="..\..\include\ortp\stun.h"
1001                                >
1002                        </File>
1003                        <File
1004                                RelativePath="..\..\include\ortp\stun_udp.h"
1005                                >
1006                        </File>
1007                        <File
1008                                RelativePath="..\..\include\ortp\telephonyevents.h"
1009                                >
1010                        </File>
1011                        <File
1012                                RelativePath="..\..\src\utils.h"
1013                                >
1014                        </File>
1015                </Filter>
1016        </Files>
1017        <Globals>
1018        </Globals>
1019</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.