blob: d3427d74d11f3f7efc9a9d49ee296e0d9585c57b [file] [log] [blame]
Benny Prijonoc27512b2007-03-23 20:12:45 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pjnath_test"
6 ProjectGUID="{553C094C-F581-4A80-9540-D5D7B398A2C6}"
7 RootNamespace="pjnath_test"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="./output/pjnath-test-i386-win32-vc8-debug"
20 IntermediateDirectory="./output/pjnath-test-i386-win32-vc8-debug"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
25 CharacterSet="2"
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 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.tlb"
42 HeaderFileName=""
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"
48 PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="1"
52 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.pch"
53 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-debug/"
54 ObjectFile="./output/pjnath-test-i386-win32-vc8-debug/"
55 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-debug/"
56 BrowseInformation="1"
57 WarningLevel="4"
58 SuppressStartupBanner="true"
59 DebugInformationFormat="4"
60 />
61 <Tool
62 Name="VCManagedResourceCompilerTool"
63 />
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="_DEBUG"
67 Culture="1033"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
72 <Tool
73 Name="VCLinkerTool"
74 AdditionalDependencies="netapi32.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib"
75 OutputFile="../bin/pjnath-test-i386-win32-vc8-debug.exe"
76 LinkIncremental="2"
77 SuppressStartupBanner="true"
78 GenerateDebugInformation="true"
79 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath-test-i386-win32-vc8-debug.pdb"
80 SubSystem="1"
81 TargetMachine="1"
82 />
83 <Tool
84 Name="VCALinkTool"
85 />
86 <Tool
87 Name="VCManifestTool"
88 />
89 <Tool
90 Name="VCXDCMakeTool"
91 />
92 <Tool
93 Name="VCBscMakeTool"
94 SuppressStartupBanner="true"
95 OutputFile="./output/pjnath-test-i386-win32-vc8-debug/pjnath_test.bsc"
96 />
97 <Tool
98 Name="VCFxCopTool"
99 />
100 <Tool
101 Name="VCAppVerifierTool"
102 />
103 <Tool
104 Name="VCWebDeploymentTool"
105 />
106 <Tool
107 Name="VCPostBuildEventTool"
108 />
109 </Configuration>
110 <Configuration
111 Name="Release|Win32"
112 OutputDirectory="./output/pjnath-test-i386-win32-vc8-release"
113 IntermediateDirectory="./output/pjnath-test-i386-win32-vc8-release"
114 ConfigurationType="1"
115 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
116 UseOfMFC="0"
117 ATLMinimizesCRunTimeLibraryUsage="false"
118 CharacterSet="2"
119 >
120 <Tool
121 Name="VCPreBuildEventTool"
122 />
123 <Tool
124 Name="VCCustomBuildTool"
125 />
126 <Tool
127 Name="VCXMLDataGeneratorTool"
128 />
129 <Tool
130 Name="VCWebServiceProxyGeneratorTool"
131 />
132 <Tool
133 Name="VCMIDLTool"
134 TypeLibraryName="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.tlb"
135 HeaderFileName=""
136 />
137 <Tool
138 Name="VCCLCompilerTool"
139 Optimization="2"
140 InlineFunctionExpansion="1"
141 AdditionalIncludeDirectories="../include,../../pjlib/include,../../pjlib-util/include"
142 PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;PJ_WIN32=1;PJ_M_I386=1"
143 StringPooling="true"
144 RuntimeLibrary="2"
145 EnableFunctionLevelLinking="true"
146 PrecompiledHeaderFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.pch"
147 AssemblerListingLocation="./output/pjnath-test-i386-win32-vc8-release/"
148 ObjectFile="./output/pjnath-test-i386-win32-vc8-release/"
149 ProgramDataBaseFileName="./output/pjnath-test-i386-win32-vc8-release/"
150 BrowseInformation="1"
151 WarningLevel="4"
152 SuppressStartupBanner="true"
153 />
154 <Tool
155 Name="VCManagedResourceCompilerTool"
156 />
157 <Tool
158 Name="VCResourceCompilerTool"
159 PreprocessorDefinitions="NDEBUG"
160 Culture="1033"
161 />
162 <Tool
163 Name="VCPreLinkEventTool"
164 />
165 <Tool
166 Name="VCLinkerTool"
167 AdditionalDependencies="netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib ole32.lib "
168 OutputFile="../bin/pjnath-test-i386-win32-vc8-release.exe"
169 LinkIncremental="1"
170 SuppressStartupBanner="true"
171 ProgramDatabaseFile="./output/pjnath-test-i386-win32-vc8-release/pjnath-test-i386-win32-vc8-release.pdb"
172 SubSystem="1"
173 TargetMachine="1"
174 />
175 <Tool
176 Name="VCALinkTool"
177 />
178 <Tool
179 Name="VCManifestTool"
180 />
181 <Tool
182 Name="VCXDCMakeTool"
183 />
184 <Tool
185 Name="VCBscMakeTool"
186 SuppressStartupBanner="true"
187 OutputFile="./output/pjnath-test-i386-win32-vc8-release/pjnath_test.bsc"
188 />
189 <Tool
190 Name="VCFxCopTool"
191 />
192 <Tool
193 Name="VCAppVerifierTool"
194 />
195 <Tool
196 Name="VCWebDeploymentTool"
197 />
198 <Tool
199 Name="VCPostBuildEventTool"
200 />
201 </Configuration>
202 </Configurations>
203 <References>
204 </References>
205 <Files>
206 <Filter
207 Name="Source Files"
208 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
209 >
210 <File
211 RelativePath="..\src\pjnath-test\ice_test.c"
212 >
213 <FileConfiguration
214 Name="Debug|Win32"
215 >
216 <Tool
217 Name="VCCLCompilerTool"
218 AdditionalIncludeDirectories=""
219 PreprocessorDefinitions=""
220 />
221 </FileConfiguration>
222 <FileConfiguration
223 Name="Release|Win32"
224 >
225 <Tool
226 Name="VCCLCompilerTool"
227 AdditionalIncludeDirectories=""
228 PreprocessorDefinitions=""
229 />
230 </FileConfiguration>
231 </File>
232 <File
233 RelativePath="..\src\pjnath-test\main.c"
234 >
235 <FileConfiguration
236 Name="Debug|Win32"
237 >
238 <Tool
239 Name="VCCLCompilerTool"
240 AdditionalIncludeDirectories=""
241 PreprocessorDefinitions=""
242 />
243 </FileConfiguration>
244 <FileConfiguration
245 Name="Release|Win32"
246 >
247 <Tool
248 Name="VCCLCompilerTool"
249 AdditionalIncludeDirectories=""
250 PreprocessorDefinitions=""
251 />
252 </FileConfiguration>
253 </File>
254 <File
255 RelativePath="..\src\pjnath-test\stun.c"
256 >
257 <FileConfiguration
258 Name="Debug|Win32"
259 >
260 <Tool
261 Name="VCCLCompilerTool"
262 AdditionalIncludeDirectories=""
263 PreprocessorDefinitions=""
264 />
265 </FileConfiguration>
266 <FileConfiguration
267 Name="Release|Win32"
268 >
269 <Tool
270 Name="VCCLCompilerTool"
271 AdditionalIncludeDirectories=""
272 PreprocessorDefinitions=""
273 />
274 </FileConfiguration>
275 </File>
276 <File
277 RelativePath="..\src\pjnath-test\test.c"
278 >
279 <FileConfiguration
280 Name="Debug|Win32"
281 >
282 <Tool
283 Name="VCCLCompilerTool"
284 AdditionalIncludeDirectories=""
285 PreprocessorDefinitions=""
286 />
287 </FileConfiguration>
288 <FileConfiguration
289 Name="Release|Win32"
290 >
291 <Tool
292 Name="VCCLCompilerTool"
293 AdditionalIncludeDirectories=""
294 PreprocessorDefinitions=""
295 />
296 </FileConfiguration>
297 </File>
298 </Filter>
299 <Filter
300 Name="Header Files"
301 Filter="h;hpp;hxx;hm;inl"
302 >
303 <File
304 RelativePath="..\src\pjnath-test\test.h"
305 >
306 </File>
307 </Filter>
308 <Filter
309 Name="Resource Files"
310 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
311 >
312 </Filter>
313 </Files>
314 <Globals>
315 </Globals>
316</VisualStudioProject>