]> git.saurik.com Git - wxWidgets.git/blob - samples/dll/dll_vc8_my_dll.vcproj
Minor corrections to XRC format description.
[wxWidgets.git] / samples / dll / dll_vc8_my_dll.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <!--
3
4 This project was generated by
5 Bakefile 0.2.9 (http://www.bakefile.org)
6 Do not modify, all changes will be overwritten!
7
8 -->
9 <VisualStudioProject
10 ProjectType="Visual C++"
11 Version="8.00"
12 Name="my_dll"
13 ProjectGUID="{0D9BB5C5-B6BC-5B09-B5EE-A9460F5B505C}"
14 >
15 <Platforms>
16 <Platform
17 Name="Win32"
18 />
19 </Platforms>
20 <ToolFiles>
21
22 </ToolFiles>
23 <Configurations>
24 <Configuration
25 Name="Debug|Win32"
26 OutputDirectory="vc_mswud"
27 IntermediateDirectory="vc_mswud\my_dll"
28 ConfigurationType="2"
29 UseOfMFC="0"
30 ATLMinimizesCRunTimeLibraryUsage="false"
31 CharacterSet="1"
32 >
33 <Tool
34 Name="VCPreBuildEventTool"
35 />
36 <Tool
37 Name="VCCustomBuildTool"
38 />
39 <Tool
40 Name="VCXMLDataGeneratorTool"
41 />
42 <Tool
43 Name="VCWebServiceProxyGeneratorTool"
44 />
45 <Tool
46 Name="VCMIDLTool"
47 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;MY_DLL_BUILDING"
48 AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;."
49 />
50 <Tool
51 Name="VCCLCompilerTool"
52 Optimization="0"
53 AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;."
54 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;MY_DLL_BUILDING"
55 MinimalRebuild="true"
56 ExceptionHandling="1"
57 BasicRuntimeChecks="3"
58 RuntimeLibrary="3"
59 BufferSecurityCheck="true"
60 RuntimeTypeInfo="true"
61 ObjectFile="vc_mswud\my_dll\"
62 ProgramDataBaseFileName="vc_mswud\my_dll.pdb"
63 WarningLevel="4"
64 SuppressStartupBanner="true"
65 Detect64BitPortabilityProblems="true"
66 DebugInformationFormat="3"
67 />
68 <Tool
69 Name="VCManagedResourceCompilerTool"
70 />
71 <Tool
72 Name="VCResourceCompilerTool"
73 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;MY_DLL_BUILDING"
74 Culture="1033"
75 AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswud;.\..\..\include;."
76 />
77 <Tool
78 Name="VCPreLinkEventTool"
79 />
80 <Tool
81 Name="VCLinkerTool"
82 AdditionalOptions=""
83 AdditionalDependencies="wxmsw30ud_core.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
84 OutputFile="vc_mswud\my_dll.dll"
85 LinkIncremental="2"
86 ImportLibrary="vc_mswud\my_dll.lib"
87 SuppressStartupBanner="true"
88 AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
89 GenerateManifest="true"
90 GenerateDebugInformation="true"
91 ProgramDatabaseFile="vc_mswud\my_dll.pdb"
92 TargetMachine="1"
93 />
94 <Tool
95 Name="VCALinkTool"
96 />
97 <Tool
98 Name="VCManifestTool"
99 />
100 <Tool
101 Name="VCXDCMakeTool"
102 />
103 <Tool
104 Name="VCBscMakeTool"
105 OutputFile="vc_mswud\dll_vc8_my_dll.bsc"
106 SuppressStartupBanner="true"
107 />
108 <Tool
109 Name="VCFxCopTool"
110 />
111 <Tool
112 Name="VCPostBuildEventTool"
113 />
114 </Configuration>
115 <Configuration
116 Name="Release|Win32"
117 OutputDirectory="vc_mswu"
118 IntermediateDirectory="vc_mswu\my_dll"
119 ConfigurationType="2"
120 UseOfMFC="0"
121 ATLMinimizesCRunTimeLibraryUsage="false"
122 CharacterSet="1"
123 >
124 <Tool
125 Name="VCPreBuildEventTool"
126 />
127 <Tool
128 Name="VCCustomBuildTool"
129 />
130 <Tool
131 Name="VCXMLDataGeneratorTool"
132 />
133 <Tool
134 Name="VCWebServiceProxyGeneratorTool"
135 />
136 <Tool
137 Name="VCMIDLTool"
138 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;MY_DLL_BUILDING"
139 AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;."
140 />
141 <Tool
142 Name="VCCLCompilerTool"
143 Optimization="2"
144 AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;."
145 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;MY_DLL_BUILDING"
146 ExceptionHandling="1"
147 RuntimeLibrary="2"
148 RuntimeTypeInfo="true"
149 ObjectFile="vc_mswu\my_dll\"
150 ProgramDataBaseFileName="vc_mswu\my_dll.pdb"
151 WarningLevel="4"
152 SuppressStartupBanner="true"
153 Detect64BitPortabilityProblems="true"
154 DebugInformationFormat="3"
155 />
156 <Tool
157 Name="VCManagedResourceCompilerTool"
158 />
159 <Tool
160 Name="VCResourceCompilerTool"
161 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;MY_DLL_BUILDING"
162 Culture="1033"
163 AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswu;.\..\..\include;."
164 />
165 <Tool
166 Name="VCPreLinkEventTool"
167 />
168 <Tool
169 Name="VCLinkerTool"
170 AdditionalOptions=""
171 AdditionalDependencies="wxmsw30u_core.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
172 OutputFile="vc_mswu\my_dll.dll"
173 LinkIncremental="1"
174 ImportLibrary="vc_mswu\my_dll.lib"
175 SuppressStartupBanner="true"
176 AdditionalLibraryDirectories=".\..\..\lib\vc_lib"
177 GenerateManifest="true"
178 GenerateDebugInformation="true"
179 ProgramDatabaseFile="vc_mswu\my_dll.pdb"
180 TargetMachine="1"
181 OptimizeReferences="2"
182 EnableCOMDATFolding="2"
183 />
184 <Tool
185 Name="VCALinkTool"
186 />
187 <Tool
188 Name="VCManifestTool"
189 />
190 <Tool
191 Name="VCXDCMakeTool"
192 />
193 <Tool
194 Name="VCBscMakeTool"
195 OutputFile="vc_mswu\dll_vc8_my_dll.bsc"
196 SuppressStartupBanner="true"
197 />
198 <Tool
199 Name="VCFxCopTool"
200 />
201 <Tool
202 Name="VCPostBuildEventTool"
203 />
204 </Configuration>
205 <Configuration
206 Name="DLL Debug|Win32"
207 OutputDirectory="vc_mswuddll"
208 IntermediateDirectory="vc_mswuddll\my_dll"
209 ConfigurationType="2"
210 UseOfMFC="0"
211 ATLMinimizesCRunTimeLibraryUsage="false"
212 CharacterSet="1"
213 >
214 <Tool
215 Name="VCPreBuildEventTool"
216 />
217 <Tool
218 Name="VCCustomBuildTool"
219 />
220 <Tool
221 Name="VCXMLDataGeneratorTool"
222 />
223 <Tool
224 Name="VCWebServiceProxyGeneratorTool"
225 />
226 <Tool
227 Name="VCMIDLTool"
228 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;MY_DLL_BUILDING"
229 AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;."
230 />
231 <Tool
232 Name="VCCLCompilerTool"
233 Optimization="0"
234 AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;."
235 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;MY_DLL_BUILDING"
236 MinimalRebuild="true"
237 ExceptionHandling="1"
238 BasicRuntimeChecks="3"
239 RuntimeLibrary="3"
240 BufferSecurityCheck="true"
241 RuntimeTypeInfo="true"
242 ObjectFile="vc_mswuddll\my_dll\"
243 ProgramDataBaseFileName="vc_mswuddll\my_dll.pdb"
244 WarningLevel="4"
245 SuppressStartupBanner="true"
246 Detect64BitPortabilityProblems="true"
247 DebugInformationFormat="3"
248 />
249 <Tool
250 Name="VCManagedResourceCompilerTool"
251 />
252 <Tool
253 Name="VCResourceCompilerTool"
254 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;_UNICODE;WXUSINGDLL;MY_DLL_BUILDING"
255 Culture="1033"
256 AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswud;.\..\..\include;."
257 />
258 <Tool
259 Name="VCPreLinkEventTool"
260 />
261 <Tool
262 Name="VCLinkerTool"
263 AdditionalOptions=""
264 AdditionalDependencies="wxmsw30ud_core.lib wxbase30ud.lib wxtiffd.lib wxjpegd.lib wxpngd.lib wxzlibd.lib wxregexud.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
265 OutputFile="vc_mswuddll\my_dll.dll"
266 LinkIncremental="2"
267 ImportLibrary="vc_mswuddll\my_dll.lib"
268 SuppressStartupBanner="true"
269 AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
270 GenerateManifest="true"
271 GenerateDebugInformation="true"
272 ProgramDatabaseFile="vc_mswuddll\my_dll.pdb"
273 TargetMachine="1"
274 />
275 <Tool
276 Name="VCALinkTool"
277 />
278 <Tool
279 Name="VCManifestTool"
280 />
281 <Tool
282 Name="VCXDCMakeTool"
283 />
284 <Tool
285 Name="VCBscMakeTool"
286 OutputFile="vc_mswuddll\dll_vc8_my_dll.bsc"
287 SuppressStartupBanner="true"
288 />
289 <Tool
290 Name="VCFxCopTool"
291 />
292 <Tool
293 Name="VCPostBuildEventTool"
294 />
295 </Configuration>
296 <Configuration
297 Name="DLL Release|Win32"
298 OutputDirectory="vc_mswudll"
299 IntermediateDirectory="vc_mswudll\my_dll"
300 ConfigurationType="2"
301 UseOfMFC="0"
302 ATLMinimizesCRunTimeLibraryUsage="false"
303 CharacterSet="1"
304 >
305 <Tool
306 Name="VCPreBuildEventTool"
307 />
308 <Tool
309 Name="VCCustomBuildTool"
310 />
311 <Tool
312 Name="VCXMLDataGeneratorTool"
313 />
314 <Tool
315 Name="VCWebServiceProxyGeneratorTool"
316 />
317 <Tool
318 Name="VCMIDLTool"
319 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;MY_DLL_BUILDING"
320 AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;."
321 />
322 <Tool
323 Name="VCCLCompilerTool"
324 Optimization="2"
325 AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;."
326 PreprocessorDefinitions="WIN32;_USRDLL;DLL_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;MY_DLL_BUILDING"
327 ExceptionHandling="1"
328 RuntimeLibrary="2"
329 RuntimeTypeInfo="true"
330 ObjectFile="vc_mswudll\my_dll\"
331 ProgramDataBaseFileName="vc_mswudll\my_dll.pdb"
332 WarningLevel="4"
333 SuppressStartupBanner="true"
334 Detect64BitPortabilityProblems="true"
335 DebugInformationFormat="3"
336 />
337 <Tool
338 Name="VCManagedResourceCompilerTool"
339 />
340 <Tool
341 Name="VCResourceCompilerTool"
342 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE=1;_CRT_NON_CONFORMING_SWPRINTFS=1;_SCL_SECURE_NO_WARNINGS=1;__WXMSW__;NDEBUG;_UNICODE;WXUSINGDLL;MY_DLL_BUILDING"
343 Culture="1033"
344 AdditionalIncludeDirectories=".\..\..\lib\vc_dll\mswu;.\..\..\include;."
345 />
346 <Tool
347 Name="VCPreLinkEventTool"
348 />
349 <Tool
350 Name="VCLinkerTool"
351 AdditionalOptions=""
352 AdditionalDependencies="wxmsw30u_core.lib wxbase30u.lib wxtiff.lib wxjpeg.lib wxpng.lib wxzlib.lib wxregexu.lib wxexpat.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib wininet.lib"
353 OutputFile="vc_mswudll\my_dll.dll"
354 LinkIncremental="1"
355 ImportLibrary="vc_mswudll\my_dll.lib"
356 SuppressStartupBanner="true"
357 AdditionalLibraryDirectories=".\..\..\lib\vc_dll"
358 GenerateManifest="true"
359 GenerateDebugInformation="true"
360 ProgramDatabaseFile="vc_mswudll\my_dll.pdb"
361 TargetMachine="1"
362 OptimizeReferences="2"
363 EnableCOMDATFolding="2"
364 />
365 <Tool
366 Name="VCALinkTool"
367 />
368 <Tool
369 Name="VCManifestTool"
370 />
371 <Tool
372 Name="VCXDCMakeTool"
373 />
374 <Tool
375 Name="VCBscMakeTool"
376 OutputFile="vc_mswudll\dll_vc8_my_dll.bsc"
377 SuppressStartupBanner="true"
378 />
379 <Tool
380 Name="VCFxCopTool"
381 />
382 <Tool
383 Name="VCPostBuildEventTool"
384 />
385 </Configuration>
386 </Configurations>
387 <References>
388
389 </References>
390 <Files>
391 <Filter
392 Name="Source Files"
393 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
394 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
395 >
396 <File
397 RelativePath=".\my_dll.cpp"
398 >
399 </File>
400 </Filter>
401 </Files>
402 <Globals>
403
404 </Globals>
405 </VisualStudioProject>
406