]> sjero.net Git - linphone/blob - linphone/oRTP/src/tests/win_sender/RTPSender.vcproj
Merge branch 'master' of belledonne-communications.com:linphone-private
[linphone] / linphone / oRTP / src / tests / win_sender / RTPSender.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="RTPSender"
6         ProjectGUID="{14A51171-516C-4D50-A88C-953B9B09F33F}"
7         RootNamespace="HPRTP_DIRECTX_oRTPSender"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory="Debug"
21                         IntermediateDirectory="Debug"
22                         ConfigurationType="1"
23                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                         UseOfMFC="2"
25                         CharacterSet="0"
26                         >
27                         <Tool
28                                 Name="VCPreBuildEventTool"
29                         />
30                         <Tool
31                                 Name="VCCustomBuildTool"
32                         />
33                         <Tool
34                                 Name="VCXMLDataGeneratorTool"
35                         />
36                         <Tool
37                                 Name="VCWebServiceProxyGeneratorTool"
38                         />
39                         <Tool
40                                 Name="VCMIDLTool"
41                         />
42                         <Tool
43                                 Name="VCCLCompilerTool"
44                                 Optimization="0"
45                                 AdditionalIncludeDirectories="&quot;$(SolutionDir)include&quot;;&quot;$(SolutionDir)include\ortp&quot;;&quot;$(SolutionDir)src&quot;;&quot;$(SolutionDir)build\win32native\include&quot;"
46                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WINDOW_NATIVE;_CRT_SECURE_NO_DEPRECATE"
47                                 MinimalRebuild="true"
48                                 BasicRuntimeChecks="3"
49                                 RuntimeLibrary="3"
50                                 UsePrecompiledHeader="0"
51                                 WarningLevel="3"
52                                 Detect64BitPortabilityProblems="true"
53                                 DebugInformationFormat="4"
54                                 CallingConvention="0"
55                                 CompileAs="2"
56                         />
57                         <Tool
58                                 Name="VCManagedResourceCompilerTool"
59                         />
60                         <Tool
61                                 Name="VCResourceCompilerTool"
62                         />
63                         <Tool
64                                 Name="VCPreLinkEventTool"
65                         />
66                         <Tool
67                                 Name="VCLinkerTool"
68                                 AdditionalDependencies="oRTP.lib Ws2_32.lib Winmm.lib"
69                                 OutputFile="$(SolutionDir)Final/Exe/Debug/RTPSender.exe"
70                                 LinkIncremental="2"
71                                 AdditionalLibraryDirectories="$(SolutionDir)Final/Lib/Debug"
72                                 IgnoreAllDefaultLibraries="false"
73                                 IgnoreDefaultLibraryNames="libcmtd"
74                                 GenerateDebugInformation="true"
75                                 ProgramDatabaseFile="$(OutDir)/RTPSender.pdb"
76                                 SubSystem="1"
77                                 TargetMachine="1"
78                         />
79                         <Tool
80                                 Name="VCALinkTool"
81                         />
82                         <Tool
83                                 Name="VCManifestTool"
84                         />
85                         <Tool
86                                 Name="VCXDCMakeTool"
87                         />
88                         <Tool
89                                 Name="VCBscMakeTool"
90                         />
91                         <Tool
92                                 Name="VCFxCopTool"
93                         />
94                         <Tool
95                                 Name="VCAppVerifierTool"
96                         />
97                         <Tool
98                                 Name="VCWebDeploymentTool"
99                         />
100                         <Tool
101                                 Name="VCPostBuildEventTool"
102                         />
103                 </Configuration>
104                 <Configuration
105                         Name="Release|Win32"
106                         OutputDirectory="Release"
107                         IntermediateDirectory="Release"
108                         ConfigurationType="1"
109                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
110                         CharacterSet="0"
111                         WholeProgramOptimization="1"
112                         >
113                         <Tool
114                                 Name="VCPreBuildEventTool"
115                         />
116                         <Tool
117                                 Name="VCCustomBuildTool"
118                         />
119                         <Tool
120                                 Name="VCXMLDataGeneratorTool"
121                         />
122                         <Tool
123                                 Name="VCWebServiceProxyGeneratorTool"
124                         />
125                         <Tool
126                                 Name="VCMIDLTool"
127                         />
128                         <Tool
129                                 Name="VCCLCompilerTool"
130                                 AdditionalIncludeDirectories="&quot;$(SolutionDir)include&quot;;&quot;$(SolutionDir)include\ortp&quot;;&quot;$(SolutionDir)src&quot;;&quot;$(SolutionDir)build\win32native\include&quot;"
131                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WINDOW_NATIVE;_CRT_SECURE_NO_DEPRECATE"
132                                 RuntimeLibrary="0"
133                                 UsePrecompiledHeader="0"
134                                 WarningLevel="3"
135                                 Detect64BitPortabilityProblems="true"
136                                 DebugInformationFormat="0"
137                                 CallingConvention="0"
138                                 CompileAs="2"
139                         />
140                         <Tool
141                                 Name="VCManagedResourceCompilerTool"
142                         />
143                         <Tool
144                                 Name="VCResourceCompilerTool"
145                         />
146                         <Tool
147                                 Name="VCPreLinkEventTool"
148                         />
149                         <Tool
150                                 Name="VCLinkerTool"
151                                 AdditionalDependencies="oRTP.lib Ws2_32.lib Winmm.lib"
152                                 OutputFile="$(SolutionDir)Final/Exe/Release/RTPSender.exe"
153                                 LinkIncremental="1"
154                                 AdditionalLibraryDirectories="$(SolutionDir)Final/Lib/Release"
155                                 IgnoreAllDefaultLibraries="false"
156                                 GenerateDebugInformation="false"
157                                 SubSystem="1"
158                                 OptimizeReferences="2"
159                                 EnableCOMDATFolding="2"
160                                 TargetMachine="1"
161                         />
162                         <Tool
163                                 Name="VCALinkTool"
164                         />
165                         <Tool
166                                 Name="VCManifestTool"
167                         />
168                         <Tool
169                                 Name="VCXDCMakeTool"
170                         />
171                         <Tool
172                                 Name="VCBscMakeTool"
173                         />
174                         <Tool
175                                 Name="VCFxCopTool"
176                         />
177                         <Tool
178                                 Name="VCAppVerifierTool"
179                         />
180                         <Tool
181                                 Name="VCWebDeploymentTool"
182                         />
183                         <Tool
184                                 Name="VCPostBuildEventTool"
185                         />
186                 </Configuration>
187         </Configurations>
188         <References>
189         </References>
190         <Files>
191                 <Filter
192                         Name="Source Files"
193                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
194                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
195                         >
196                         <File
197                                 RelativePath=".\RTPSender.cpp"
198                                 >
199                         </File>
200                 </Filter>
201                 <Filter
202                         Name="Header Files"
203                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
204                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
205                         >
206                 </Filter>
207                 <Filter
208                         Name="Resource Files"
209                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
210                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
211                         >
212                 </Filter>
213         </Files>
214         <Globals>
215         </Globals>
216 </VisualStudioProject>