blob: 7565ca40814bba81a9d8a5201c6f2316d9486bbe [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"
6 ProjectGUID="{A0F1AA62-0F6F-420D-B09A-AC04B6862821}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Debug|Win32"
18 OutputDirectory="./output/samples-i386-win32-vc8-debug"
19 IntermediateDirectory="./output/samples-i386-win32-vc8-debug"
20 ConfigurationType="1"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 TypeLibraryName="./output/samples-i386-win32-vc8-debug/sample_debug.tlb"
41 HeaderFileName=""
42 />
43 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"
47 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;_DEBUG;_CONSOLE"
48 MinimalRebuild="true"
49 BasicRuntimeChecks="3"
50 RuntimeLibrary="1"
51 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-debug/sample_debug.pch"
52 AssemblerListingLocation="./output/samples-i386-win32-vc8-debug/"
53 ObjectFile="./output/samples-i386-win32-vc8-debug/"
54 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-debug/"
55 BrowseInformation="1"
56 WarningLevel="4"
57 SuppressStartupBanner="true"
58 DebugInformationFormat="4"
59 />
60 <Tool
61 Name="VCManagedResourceCompilerTool"
62 />
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="_DEBUG"
66 Culture="1033"
67 />
68 <Tool
69 Name="VCPreLinkEventTool"
70 />
71 <Tool
72 Name="VCLinkerTool"
73 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib"
74 OutputFile="../bin/samples/sampledebug_vc8d.exe"
75 LinkIncremental="2"
76 SuppressStartupBanner="true"
77 GenerateDebugInformation="true"
78 ProgramDatabaseFile="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.pdb"
79 GenerateMapFile="true"
80 MapFileName="./output/samples-i386-win32-vc8-debug/sampledebug_vc8d.map"
81 SubSystem="1"
82 TargetMachine="1"
83 />
84 <Tool
85 Name="VCALinkTool"
86 />
87 <Tool
88 Name="VCManifestTool"
89 />
90 <Tool
91 Name="VCXDCMakeTool"
92 />
93 <Tool
94 Name="VCBscMakeTool"
95 SuppressStartupBanner="true"
96 OutputFile="./output/samples-i386-win32-vc8-debug/sample_debug.bsc"
97 />
98 <Tool
99 Name="VCFxCopTool"
100 />
101 <Tool
102 Name="VCAppVerifierTool"
103 />
104 <Tool
105 Name="VCWebDeploymentTool"
106 />
107 <Tool
108 Name="VCPostBuildEventTool"
109 />
110 </Configuration>
111 <Configuration
112 Name="Release|Win32"
113 OutputDirectory="./output/samples-i386-win32-vc8-release"
114 IntermediateDirectory="./output/samples-i386-win32-vc8-release"
115 ConfigurationType="1"
116 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
117 UseOfMFC="0"
118 ATLMinimizesCRunTimeLibraryUsage="false"
119 CharacterSet="2"
120 >
121 <Tool
122 Name="VCPreBuildEventTool"
123 />
124 <Tool
125 Name="VCCustomBuildTool"
126 />
127 <Tool
128 Name="VCXMLDataGeneratorTool"
129 />
130 <Tool
131 Name="VCWebServiceProxyGeneratorTool"
132 />
133 <Tool
134 Name="VCMIDLTool"
135 TypeLibraryName="./output/samples-i386-win32-vc8-release/sample_debug.tlb"
136 HeaderFileName=""
137 />
138 <Tool
139 Name="VCCLCompilerTool"
140 Optimization="2"
141 InlineFunctionExpansion="1"
142 AdditionalIncludeDirectories="../../pjsip/include,../../pjlib/include,../../pjlib-util/include,../../pjmedia/include"
143 PreprocessorDefinitions="PJ_WIN32=1;PJ_M_I386=1;WIN32;NDEBUG;_CONSOLE"
144 StringPooling="true"
145 RuntimeLibrary="2"
146 EnableFunctionLevelLinking="true"
147 PrecompiledHeaderFile="./output/samples-i386-win32-vc8-release/sample_debug.pch"
148 AssemblerListingLocation="./output/samples-i386-win32-vc8-release/"
149 ObjectFile="./output/samples-i386-win32-vc8-release/"
150 ProgramDataBaseFileName="./output/samples-i386-win32-vc8-release/"
151 BrowseInformation="1"
152 WarningLevel="3"
153 SuppressStartupBanner="true"
154 DebugInformationFormat="3"
155 />
156 <Tool
157 Name="VCManagedResourceCompilerTool"
158 />
159 <Tool
160 Name="VCResourceCompilerTool"
161 PreprocessorDefinitions="NDEBUG"
162 Culture="1033"
163 />
164 <Tool
165 Name="VCPreLinkEventTool"
166 />
167 <Tool
168 Name="VCLinkerTool"
169 AdditionalOptions="/FIXED:NO"
170 AdditionalDependencies="dsound.lib dxguid.lib netapi32.lib mswsock.lib ws2_32.lib odbc32.lib odbccp32.lib oleaut32.lib uuid.lib ole32.lib user32.lib"
171 OutputFile="../bin/samples/sampledebug_vc8.exe"
172 LinkIncremental="1"
173 SuppressStartupBanner="true"
174 GenerateDebugInformation="true"
175 ProgramDatabaseFile="./output/samples-i386-win32-vc8-release/sampledebug_vc8.pdb"
176 GenerateMapFile="true"
177 MapFileName="./output/samples-i386-win32-vc8-release/sampledebug_vc8.map"
178 SubSystem="1"
179 TargetMachine="1"
180 />
181 <Tool
182 Name="VCALinkTool"
183 />
184 <Tool
185 Name="VCManifestTool"
186 />
187 <Tool
188 Name="VCXDCMakeTool"
189 />
190 <Tool
191 Name="VCBscMakeTool"
192 SuppressStartupBanner="true"
193 OutputFile="./output/samples-i386-win32-vc8-release/sample_debug.bsc"
194 />
195 <Tool
196 Name="VCFxCopTool"
197 />
198 <Tool
199 Name="VCAppVerifierTool"
200 />
201 <Tool
202 Name="VCWebDeploymentTool"
203 />
204 <Tool
205 Name="VCPostBuildEventTool"
206 />
207 </Configuration>
208 </Configurations>
209 <References>
210 </References>
211 <Files>
212 <Filter
213 Name="Source Files"
214 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
215 >
216 <File
217 RelativePath="..\src\samples\debug.c"
218 >
219 <FileConfiguration
220 Name="Debug|Win32"
221 >
222 <Tool
223 Name="VCCLCompilerTool"
224 AdditionalIncludeDirectories=""
225 PreprocessorDefinitions=""
226 />
227 </FileConfiguration>
228 <FileConfiguration
229 Name="Release|Win32"
230 >
231 <Tool
232 Name="VCCLCompilerTool"
233 AdditionalIncludeDirectories=""
234 PreprocessorDefinitions=""
235 />
236 </FileConfiguration>
237 </File>
238 </Filter>
239 <Filter
240 Name="Header Files"
241 Filter="h;hpp;hxx;hm;inl"
242 >
243 </Filter>
244 <Filter
245 Name="Resource Files"
246 Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
247 >
248 </Filter>
249 </Files>
250 <Globals>
251 </Globals>
252</VisualStudioProject>