blob: d6aa428d022b60911557538671e6f6551abf2b7a [file] [log] [blame]
Benny Prijonofbce9d02007-01-23 05:35:36 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="sample_debug"
Benny Prijonoc95a0f02007-04-09 07:06:08 +00006 ProjectGUID="{A0F1AA62-0F6F-420D-B09A-AC04B6862821}"
Benny Prijonoc27512b2007-03-23 20:12:45 +00007 RootNamespace="sample_debug"
Benny Prijonofbce9d02007-01-23 05:35:36 +00008 >
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/samples-i386-win32-vc8-debug"
20 IntermediateDirectory="./output/samples-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/samples-i386-win32-vc8-debug/sample_debug.tlb"
42 HeaderFileName=""
43 />
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
Benny Prijonoc27512b2007-03-23 20:12:45 +000047 AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include"
Benny Prijonofbce9d02007-01-23 05:35:36 +000048 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="1"
52 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch"
53 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/"
54 ObjectFile="./output/samples-i386-win32-vc8-debug/"
55 ProgramDataBaseFileName="./output/samples-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"
Benny Prijono22084912007-06-14 02:33:07 +000074 AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib"
Benny Prijonofbce9d02007-01-23 05:35:36 +000075 OutputFile="../bin/samples/sampledebug_vc8d.exe"
76 LinkIncremental="2"
77 SuppressStartupBanner="true"
78 GenerateDebugInformation="true"
79 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb"
80 GenerateMapFile="true"
81 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map"
82 SubSystem="1"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 SuppressStartupBanner="true"
97 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc"
98 />
99 <Tool
100 Name="VCFxCopTool"
101 />
102 <Tool
103 Name="VCAppVerifierTool"
104 />
105 <Tool
106 Name="VCWebDeploymentTool"
107 />
108 <Tool
109 Name="VCPostBuildEventTool"
110 />
111 </Configuration>
112 <Configuration
113 Name="Release|Win32"
114 OutputDirectory="./output/samples-i386-win32-vc8-release"
115 IntermediateDirectory="./output/samples-i386-win32-vc8-release"
116 ConfigurationType="1"
117 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
118 UseOfMFC="0"
119 ATLMinimizesCRunTimeLibraryUsage="false"
120 CharacterSet="2"
121 >
122 <Tool
123 Name="VCPreBuildEventTool"
124 />
125 <Tool
126 Name="VCCustomBuildTool"
127 />
128 <Tool
129 Name="VCXMLDataGeneratorTool"
130 />
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"
133 />
134 <Tool
135 Name="VCMIDLTool"
136 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb"
137 HeaderFileName=""
138 />
139 <Tool
140 Name="VCCLCompilerTool"
141 Optimization="2"
142 InlineFunctionExpansion="1"
Benny Prijonoc27512b2007-03-23 20:12:45 +0000143 AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include,../../pjnath/include"
Benny Prijonofbce9d02007-01-23 05:35:36 +0000144 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE"
145 StringPooling="true"
146 RuntimeLibrary="2"
147 EnableFunctionLevelLinking="true"
148 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch"
149 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/"
150 ObjectFile="./output/samples-i386-win32-vc8-release/"
151 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/"
152 BrowseInformation="1"
153 WarningLevel="3"
154 SuppressStartupBanner="true"
155 DebugInformationFormat="3"
156 />
157 <Tool
158 Name="VCManagedResourceCompilerTool"
159 />
160 <Tool
161 Name="VCResourceCompilerTool"
162 PreprocessorDefinitions="NDEBUG"
163 Culture="1033"
164 />
165 <Tool
166 Name="VCPreLinkEventTool"
167 />
168 <Tool
169 Name="VCLinkerTool"
170 AdditionalOptions="/FIXED:NO"
Benny Prijono22084912007-06-14 02:33:07 +0000171 AdditionalDependencies="iphlpapi.lib dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib"
Benny Prijonofbce9d02007-01-23 05:35:36 +0000172 OutputFile="../bin/samples/sampledebug_vc8.exe"
173 LinkIncremental="1"
174 SuppressStartupBanner="true"
175 GenerateDebugInformation="true"
176 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb"
177 GenerateMapFile="true"
178 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map"
179 SubSystem="1"
180 TargetMachine="1"
181 />
182 <Tool
183 Name="VCALinkTool"
184 />
185 <Tool
186 Name="VCManifestTool"
187 />
188 <Tool
189 Name="VCXDCMakeTool"
190 />
191 <Tool
192 Name="VCBscMakeTool"
193 SuppressStartupBanner="true"
194 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc"
195 />
196 <Tool
197 Name="VCFxCopTool"
198 />
199 <Tool
200 Name="VCAppVerifierTool"
201 />
202 <Tool
203 Name="VCWebDeploymentTool"
204 />
205 <Tool
206 Name="VCPostBuildEventTool"
207 />
208 </Configuration>
209 </Configurations>
210 <References>
211 </References>
212 <Files>
213 <Filter
214 Name="Source Files"
215 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
216 >
217 <File
218 RelativePath="..\src\samples\debug.c"
219 >
220 <FileConfiguration
221 Name="Debug|Win32"
222 >
223 <Tool
224 Name="VCCLCompilerTool"
225 AdditionalIncludeDirectories=""
226 PreprocessorDefinitions=""
227 />
228 </FileConfiguration>
229 <FileConfiguration
230 Name="Release|Win32"
231 >
232 <Tool
233 Name="VCCLCompilerTool"
234 AdditionalIncludeDirectories=""
235 PreprocessorDefinitions=""
236 />
237 </FileConfiguration>
238 </File>
239 </Filter>
240 <Filter
241 Name="Header Files"
242 Filter="h;hpp;hxx;hm;inl"
243 >
244 </Filter>
245 <Filter
246 Name="Resource Files"
247 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
248 >
249 </Filter>
250 </Files>
251 <Globals>
252 </Globals>
253</VisualStudioProject>