included NT Object namespace as virtual file system
[reactos.git] / reactos / subsys / system / explorer / explorer.dsp
1 # Microsoft Developer Studio Project File - Name="explorer" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=explorer - Win32 WineDll
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "explorer.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "explorer.mak" CFG="explorer - Win32 WineDll"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "explorer - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "explorer - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE "explorer - Win32 Debug Release" (based on "Win32 (x86) Console Application")
23 !MESSAGE "explorer - Win32 Unicode Release" (based on "Win32 (x86) Console Application")
24 !MESSAGE "explorer - Win32 Unicode Debug" (based on "Win32 (x86) Console Application")
25 !MESSAGE "explorer - Win32 _NO_COMUTIL" (based on "Win32 (x86) Console Application")
26 !MESSAGE "explorer - Win32" (based on "Win32 (x86) Console Application")
27 !MESSAGE "explorer - Win32 WineRelease" (based on "Win32 (x86) Console Application")
28 !MESSAGE "explorer - Win32 WineDll" (based on "Win32 (x86) Console Application")
29 !MESSAGE
30
31 # Begin Project
32 # PROP AllowPerConfigDependencies 0
33 # PROP Scc_ProjName ""
34 # PROP Scc_LocalPath ""
35 CPP=cl.exe
36 RSC=rc.exe
37
38 !IF "$(CFG)" == "explorer - Win32 Release"
39
40 # PROP BASE Use_MFC 0
41 # PROP BASE Use_Debug_Libraries 0
42 # PROP BASE Output_Dir "Release"
43 # PROP BASE Intermediate_Dir "Release"
44 # PROP BASE Target_Dir ""
45 # PROP Use_MFC 0
46 # PROP Use_Debug_Libraries 0
47 # PROP Output_Dir "Release"
48 # PROP Intermediate_Dir "Release"
49 # PROP Ignore_Export_Lib 0
50 # PROP Target_Dir ""
51 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
52 # ADD CPP /nologo /MD /W3 /GR /GX /O1 /D "NDEBUG" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /YX /FD /c
53 # ADD BASE RSC /l 0x407 /d "NDEBUG"
54 # ADD RSC /l 0x407 /d "NDEBUG"
55 BSC32=bscmake.exe
56 # ADD BASE BSC32 /nologo
57 # ADD BSC32 /nologo
58 LINK32=link.exe
59 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
60 # ADD LINK32 shell32.lib comctl32.lib gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /machine:I386
61 # SUBTRACT LINK32 /pdb:none /force
62
63 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
64
65 # PROP BASE Use_MFC 0
66 # PROP BASE Use_Debug_Libraries 1
67 # PROP BASE Output_Dir "Debug"
68 # PROP BASE Intermediate_Dir "Debug"
69 # PROP BASE Target_Dir ""
70 # PROP Use_MFC 0
71 # PROP Use_Debug_Libraries 1
72 # PROP Output_Dir "Debug"
73 # PROP Intermediate_Dir "Debug"
74 # PROP Ignore_Export_Lib 0
75 # PROP Target_Dir ""
76 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
77 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
78 # ADD BASE RSC /l 0x407 /d "_DEBUG"
79 # ADD RSC /l 0x407 /d "_DEBUG"
80 BSC32=bscmake.exe
81 # ADD BASE BSC32 /nologo
82 # ADD BSC32 /nologo
83 LINK32=link.exe
84 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
85 # ADD LINK32 kernel32.lib shell32.lib comctl32.lib gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
86 # SUBTRACT LINK32 /pdb:none /force
87
88 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
89
90 # PROP BASE Use_MFC 0
91 # PROP BASE Use_Debug_Libraries 0
92 # PROP BASE Output_Dir "DRelease"
93 # PROP BASE Intermediate_Dir "DRelease"
94 # PROP BASE Ignore_Export_Lib 0
95 # PROP BASE Target_Dir ""
96 # PROP Use_MFC 0
97 # PROP Use_Debug_Libraries 0
98 # PROP Output_Dir "DRelease"
99 # PROP Intermediate_Dir "DRelease"
100 # PROP Ignore_Export_Lib 0
101 # PROP Target_Dir ""
102 # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_ROS_" /YX /FD /c
103 # ADD CPP /nologo /MD /W3 /GR /GX /Zi /O2 /D "NDEBUG" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /c
104 # ADD BASE RSC /l 0x407 /d "NDEBUG"
105 # ADD RSC /l 0x407 /d "NDEBUG"
106 BSC32=bscmake.exe
107 # ADD BASE BSC32 /nologo
108 # ADD BSC32 /nologo
109 LINK32=link.exe
110 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib /nologo /subsystem:console /machine:I386
111 # ADD LINK32 shell32.lib comctl32.lib gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386
112 # SUBTRACT LINK32 /pdb:none /force
113
114 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
115
116 # PROP BASE Use_MFC 0
117 # PROP BASE Use_Debug_Libraries 0
118 # PROP BASE Output_Dir "URelease"
119 # PROP BASE Intermediate_Dir "URelease"
120 # PROP BASE Ignore_Export_Lib 0
121 # PROP BASE Target_Dir ""
122 # PROP Use_MFC 0
123 # PROP Use_Debug_Libraries 0
124 # PROP Output_Dir "URelease"
125 # PROP Intermediate_Dir "URelease"
126 # PROP Ignore_Export_Lib 0
127 # PROP Target_Dir ""
128 # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "UNICODE" /D "_ROS_" /YX /FD /c
129 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "NDEBUG" /D "UNICODE" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /YX /FD /c
130 # ADD BASE RSC /l 0x407 /d "NDEBUG"
131 # ADD RSC /l 0x407 /d "NDEBUG"
132 BSC32=bscmake.exe
133 # ADD BASE BSC32 /nologo
134 # ADD BSC32 /nologo
135 LINK32=link.exe
136 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib /nologo /subsystem:console /machine:I386
137 # ADD LINK32 shell32.lib comctl32.lib gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /machine:I386
138 # SUBTRACT LINK32 /pdb:none /force
139
140 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
141
142 # PROP BASE Use_MFC 0
143 # PROP BASE Use_Debug_Libraries 1
144 # PROP BASE Output_Dir "UDebug"
145 # PROP BASE Intermediate_Dir "UDebug"
146 # PROP BASE Ignore_Export_Lib 0
147 # PROP BASE Target_Dir ""
148 # PROP Use_MFC 0
149 # PROP Use_Debug_Libraries 1
150 # PROP Output_Dir "UDebug"
151 # PROP Intermediate_Dir "UDebug"
152 # PROP Ignore_Export_Lib 0
153 # PROP Target_Dir ""
154 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "UNICODE" /D "_ROS_" /FR /YX /FD /GZ /c
155 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
156 # ADD BASE RSC /l 0x407 /d "_DEBUG"
157 # ADD RSC /l 0x407 /d "_DEBUG"
158 BSC32=bscmake.exe
159 # ADD BASE BSC32 /nologo
160 # ADD BSC32 /nologo
161 LINK32=link.exe
162 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
163 # ADD LINK32 shell32.lib comctl32.lib gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
164 # SUBTRACT LINK32 /pdb:none /force
165
166 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
167
168 # PROP BASE Use_MFC 0
169 # PROP BASE Use_Debug_Libraries 1
170 # PROP BASE Output_Dir "explorer___Win32__NO_COMUTIL"
171 # PROP BASE Intermediate_Dir "explorer___Win32__NO_COMUTIL"
172 # PROP BASE Ignore_Export_Lib 0
173 # PROP BASE Target_Dir ""
174 # PROP Use_MFC 0
175 # PROP Use_Debug_Libraries 1
176 # PROP Output_Dir "_NO_COMUTIL"
177 # PROP Intermediate_Dir "_NO_COMUTIL"
178 # PROP Ignore_Export_Lib 0
179 # PROP Target_Dir ""
180 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
181 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "_NO_COMUTIL" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
182 # ADD BASE RSC /l 0x407 /d "_DEBUG"
183 # ADD RSC /l 0x407 /d "_DEBUG"
184 BSC32=bscmake.exe
185 # ADD BASE BSC32 /nologo
186 # ADD BSC32 /nologo
187 LINK32=link.exe
188 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
189 # SUBTRACT BASE LINK32 /pdb:none
190 # ADD LINK32 shell32.lib comctl32.lib gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
191 # SUBTRACT LINK32 /pdb:none /force
192
193 !ELSEIF "$(CFG)" == "explorer - Win32"
194
195 # PROP BASE Use_MFC 0
196 # PROP BASE Use_Debug_Libraries 1
197 # PROP BASE Output_Dir "Win32"
198 # PROP BASE Intermediate_Dir "Win32"
199 # PROP BASE Ignore_Export_Lib 0
200 # PROP BASE Target_Dir ""
201 # PROP Use_MFC 0
202 # PROP Use_Debug_Libraries 1
203 # PROP Output_Dir "Win32"
204 # PROP Intermediate_Dir "Win32"
205 # PROP Ignore_Export_Lib 0
206 # PROP Target_Dir ""
207 # ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
208 # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
209 # ADD BASE RSC /l 0x407 /d "_DEBUG"
210 # ADD RSC /l 0x407 /d "_DEBUG"
211 BSC32=bscmake.exe
212 # ADD BASE BSC32 /nologo
213 # ADD BSC32 /nologo
214 LINK32=link.exe
215 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
216 # SUBTRACT BASE LINK32 /pdb:none
217 # ADD LINK32 gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"Win32/wexplorer.exe" /pdbtype:sept
218 # SUBTRACT LINK32 /pdb:none /force
219
220 !ELSEIF "$(CFG)" == "explorer - Win32 WineRelease"
221
222 # PROP BASE Use_MFC 0
223 # PROP BASE Use_Debug_Libraries 1
224 # PROP BASE Output_Dir "explorer___Win32_WineRelease"
225 # PROP BASE Intermediate_Dir "explorer___Win32_WineRelease"
226 # PROP BASE Ignore_Export_Lib 0
227 # PROP BASE Target_Dir ""
228 # PROP Use_MFC 0
229 # PROP Use_Debug_Libraries 1
230 # PROP Output_Dir "WineRelease"
231 # PROP Intermediate_Dir "WineRelease"
232 # PROP Ignore_Export_Lib 0
233 # PROP Target_Dir ""
234 # ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "_DEBUG" /D "UNICODE" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FR /YX /FD /GZ /c
235 # ADD CPP /nologo /MT /W3 /GR /GX /O2 /D "NDEBUG" /D "UNICODE" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FD /c
236 # ADD BASE RSC /l 0x407 /d "_DEBUG"
237 # ADD RSC /l 0x407 /d "_DEBUG"
238 BSC32=bscmake.exe
239 # ADD BASE BSC32 /nologo
240 # ADD BSC32 /nologo
241 LINK32=link.exe
242 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
243 # SUBTRACT BASE LINK32 /pdb:none
244 # ADD LINK32 gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /incremental:no /machine:I386 /out:"WineRelease/wexplorer.exe" /pdbtype:sept
245 # SUBTRACT LINK32 /pdb:none /debug /force
246
247 !ELSEIF "$(CFG)" == "explorer - Win32 WineDll"
248
249 # PROP BASE Use_MFC 0
250 # PROP BASE Use_Debug_Libraries 1
251 # PROP BASE Output_Dir "explorer___Win32_WineDll"
252 # PROP BASE Intermediate_Dir "explorer___Win32_WineDll"
253 # PROP BASE Ignore_Export_Lib 0
254 # PROP BASE Target_Dir ""
255 # PROP Use_MFC 0
256 # PROP Use_Debug_Libraries 1
257 # PROP Output_Dir "WineDll"
258 # PROP Intermediate_Dir "WineDll"
259 # PROP Ignore_Export_Lib 0
260 # PROP Target_Dir ""
261 # ADD BASE CPP /nologo /MT /W3 /GR /GX /O2 /D "NDEBUG" /D "UNICODE" /D "WIN32" /D "_ROS_" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FD /c
262 # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "NDEBUG" /D "UNICODE" /D "WIN32" /D _WIN32_IE=0x0501 /D _WIN32_WINNT=0x0501 /FD /c
263 # ADD BASE RSC /l 0x407 /d "_DEBUG"
264 # ADD RSC /l 0x407 /d "_DEBUG"
265 BSC32=bscmake.exe
266 # ADD BASE BSC32 /nologo
267 # ADD BSC32 /nologo
268 LINK32=link.exe
269 # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /machine:I386 /pdbtype:sept
270 # SUBTRACT BASE LINK32 /pdb:none /debug
271 # ADD LINK32 gdi32.lib user32.lib advapi32.lib ole32.lib /nologo /subsystem:windows /machine:I386 /out:"WineDll/wexplorer.exe" /pdbtype:sept
272 # SUBTRACT LINK32 /pdb:none /debug /force
273
274 !ENDIF
275
276 # Begin Target
277
278 # Name "explorer - Win32 Release"
279 # Name "explorer - Win32 Debug"
280 # Name "explorer - Win32 Debug Release"
281 # Name "explorer - Win32 Unicode Release"
282 # Name "explorer - Win32 Unicode Debug"
283 # Name "explorer - Win32 _NO_COMUTIL"
284 # Name "explorer - Win32"
285 # Name "explorer - Win32 WineRelease"
286 # Name "explorer - Win32 WineDll"
287 # Begin Group "utility"
288
289 # PROP Default_Filter ""
290 # Begin Source File
291
292 SOURCE=.\utility\dragdropimpl.cpp
293 # End Source File
294 # Begin Source File
295
296 SOURCE=.\utility\dragdropimpl.h
297 # End Source File
298 # Begin Source File
299
300 SOURCE=.\utility\shellbrowserimpl.cpp
301 # End Source File
302 # Begin Source File
303
304 SOURCE=.\utility\shellbrowserimpl.h
305 # End Source File
306 # Begin Source File
307
308 SOURCE=.\utility\shellclasses.cpp
309 # End Source File
310 # Begin Source File
311
312 SOURCE=.\utility\shellclasses.h
313 # End Source File
314 # Begin Source File
315
316 SOURCE=.\utility\treedroptarget.h
317 # End Source File
318 # Begin Source File
319
320 SOURCE=.\utility\utility.cpp
321 # End Source File
322 # Begin Source File
323
324 SOURCE=.\utility\utility.h
325 # End Source File
326 # Begin Source File
327
328 SOURCE=.\utility\window.cpp
329 # End Source File
330 # Begin Source File
331
332 SOURCE=.\utility\window.h
333 # End Source File
334 # End Group
335 # Begin Group "resources"
336
337 # PROP Default_Filter "bmp,ico"
338 # Begin Source File
339
340 SOURCE=.\res\action.ico
341 # End Source File
342 # Begin Source File
343
344 SOURCE=.\res\appicon.ico
345 # End Source File
346 # Begin Source File
347
348 SOURCE=.\res\apps.ico
349 # End Source File
350 # Begin Source File
351
352 SOURCE=.\res\arrow.ico
353 # End Source File
354 # Begin Source File
355
356 SOURCE=.\res\arrowsel.ico
357 # End Source File
358 # Begin Source File
359
360 SOURCE=.\res\computer.ico
361 # End Source File
362 # Begin Source File
363
364 SOURCE=.\res\config.ico
365 # End Source File
366 # Begin Source File
367
368 SOURCE=.\de.rc
369
370 !IF "$(CFG)" == "explorer - Win32 Release"
371
372 # PROP Exclude_From_Build 1
373
374 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
375
376 # PROP Exclude_From_Build 1
377
378 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
379
380 # PROP Exclude_From_Build 1
381
382 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
383
384 # PROP BASE Exclude_From_Build 1
385 # PROP Exclude_From_Build 1
386
387 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
388
389 # PROP BASE Exclude_From_Build 1
390 # PROP Exclude_From_Build 1
391
392 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
393
394 # PROP BASE Exclude_From_Build 1
395 # PROP Exclude_From_Build 1
396
397 !ELSEIF "$(CFG)" == "explorer - Win32"
398
399 # PROP BASE Exclude_From_Build 1
400 # PROP Exclude_From_Build 1
401
402 !ELSEIF "$(CFG)" == "explorer - Win32 WineRelease"
403
404 # PROP BASE Exclude_From_Build 1
405 # PROP Exclude_From_Build 1
406
407 !ELSEIF "$(CFG)" == "explorer - Win32 WineDll"
408
409 # PROP BASE Exclude_From_Build 1
410 # PROP Exclude_From_Build 1
411
412 !ENDIF
413
414 # End Source File
415 # Begin Source File
416
417 SOURCE=.\res\documents.ico
418 # End Source File
419 # Begin Source File
420
421 SOURCE=.\res\drivebar.bmp
422 # End Source File
423 # Begin Source File
424
425 SOURCE=.\en.rc
426
427 !IF "$(CFG)" == "explorer - Win32 Release"
428
429 # PROP Exclude_From_Build 1
430
431 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
432
433 # PROP Exclude_From_Build 1
434
435 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
436
437 # PROP Exclude_From_Build 1
438
439 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
440
441 # PROP BASE Exclude_From_Build 1
442 # PROP Exclude_From_Build 1
443
444 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
445
446 # PROP BASE Exclude_From_Build 1
447 # PROP Exclude_From_Build 1
448
449 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
450
451 # PROP BASE Exclude_From_Build 1
452 # PROP Exclude_From_Build 1
453
454 !ELSEIF "$(CFG)" == "explorer - Win32"
455
456 # PROP BASE Exclude_From_Build 1
457 # PROP Exclude_From_Build 1
458
459 !ELSEIF "$(CFG)" == "explorer - Win32 WineRelease"
460
461 # PROP BASE Exclude_From_Build 1
462 # PROP Exclude_From_Build 1
463
464 !ELSEIF "$(CFG)" == "explorer - Win32 WineDll"
465
466 # PROP BASE Exclude_From_Build 1
467 # PROP Exclude_From_Build 1
468
469 !ENDIF
470
471 # End Source File
472 # Begin Source File
473
474 SOURCE=.\res\explorer.ico
475 # End Source File
476 # Begin Source File
477
478 SOURCE=.\explorer_intres.h
479 # End Source File
480 # Begin Source File
481
482 SOURCE=.\explorer_intres.rc
483 # End Source File
484 # Begin Source File
485
486 SOURCE=.\res\favorites.ico
487 # End Source File
488 # Begin Source File
489
490 SOURCE=.\res\floating.ico
491 # End Source File
492 # Begin Source File
493
494 SOURCE=.\res\folder.ico
495 # End Source File
496 # Begin Source File
497
498 SOURCE=.\res\icoali10.bmp
499 # End Source File
500 # Begin Source File
501
502 SOURCE=.\res\icoalig0.bmp
503 # End Source File
504 # Begin Source File
505
506 SOURCE=.\res\icoalig1.bmp
507 # End Source File
508 # Begin Source File
509
510 SOURCE=.\res\icoalig2.bmp
511 # End Source File
512 # Begin Source File
513
514 SOURCE=.\res\icoalig3.bmp
515 # End Source File
516 # Begin Source File
517
518 SOURCE=.\res\icoalig4.bmp
519 # End Source File
520 # Begin Source File
521
522 SOURCE=.\res\icoalig5.bmp
523 # End Source File
524 # Begin Source File
525
526 SOURCE=.\res\icoalig6.bmp
527 # End Source File
528 # Begin Source File
529
530 SOURCE=.\res\icoalig7.bmp
531 # End Source File
532 # Begin Source File
533
534 SOURCE=.\res\icoalig8.bmp
535 # End Source File
536 # Begin Source File
537
538 SOURCE=.\res\icoalig9.bmp
539 # End Source File
540 # Begin Source File
541
542 SOURCE=.\res\images.bmp
543 # End Source File
544 # Begin Source File
545
546 SOURCE=.\res\info.ico
547 # End Source File
548 # Begin Source File
549
550 SOURCE=.\res\logoff.ico
551 # End Source File
552 # Begin Source File
553
554 SOURCE=.\res\logov.bmp
555 # End Source File
556 # Begin Source File
557
558 SOURCE=.\res\logov256.bmp
559 # End Source File
560 # Begin Source File
561
562 SOURCE=.\res\network.ico
563 # End Source File
564 # Begin Source File
565
566 SOURCE=.\res\printer.ico
567 # End Source File
568 # Begin Source File
569
570 SOURCE=.\res\reactos.ico
571 # End Source File
572 # Begin Source File
573
574 SOURCE=.\resource.rc
575
576 !IF "$(CFG)" == "explorer - Win32 Release"
577
578 # PROP Exclude_From_Build 1
579
580 !ELSEIF "$(CFG)" == "explorer - Win32 Debug"
581
582 # PROP Exclude_From_Build 1
583
584 !ELSEIF "$(CFG)" == "explorer - Win32 Debug Release"
585
586 # PROP Exclude_From_Build 1
587
588 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Release"
589
590 # PROP BASE Exclude_From_Build 1
591 # PROP Exclude_From_Build 1
592
593 !ELSEIF "$(CFG)" == "explorer - Win32 Unicode Debug"
594
595 # PROP BASE Exclude_From_Build 1
596 # PROP Exclude_From_Build 1
597
598 !ELSEIF "$(CFG)" == "explorer - Win32 _NO_COMUTIL"
599
600 # PROP BASE Exclude_From_Build 1
601 # PROP Exclude_From_Build 1
602
603 !ELSEIF "$(CFG)" == "explorer - Win32"
604
605 # PROP BASE Exclude_From_Build 1
606 # PROP Exclude_From_Build 1
607
608 !ELSEIF "$(CFG)" == "explorer - Win32 WineRelease"
609
610 # PROP BASE Exclude_From_Build 1
611 # PROP Exclude_From_Build 1
612
613 !ELSEIF "$(CFG)" == "explorer - Win32 WineDll"
614
615 # PROP BASE Exclude_From_Build 1
616 # PROP Exclude_From_Build 1
617
618 !ENDIF
619
620 # End Source File
621 # Begin Source File
622
623 SOURCE=".\res\ros-big.ico"
624 # End Source File
625 # Begin Source File
626
627 SOURCE=".\res\search-doc.ico"
628 # End Source File
629 # Begin Source File
630
631 SOURCE=.\res\search.ico
632 # End Source File
633 # Begin Source File
634
635 SOURCE=.\res\startmenu.bmp
636 # End Source File
637 # Begin Source File
638
639 SOURCE=.\res\startmenu.ico
640 # End Source File
641 # Begin Source File
642
643 SOURCE=.\res\toolbar.bmp
644 # End Source File
645 # End Group
646 # Begin Group "taskbar"
647
648 # PROP Default_Filter ""
649 # Begin Source File
650
651 SOURCE=.\taskbar\desktopbar.cpp
652 # End Source File
653 # Begin Source File
654
655 SOURCE=.\taskbar\desktopbar.h
656 # End Source File
657 # Begin Source File
658
659 SOURCE=.\taskbar\quicklaunch.cpp
660 # End Source File
661 # Begin Source File
662
663 SOURCE=.\taskbar\quicklaunch.h
664 # End Source File
665 # Begin Source File
666
667 SOURCE=.\taskbar\startmenu.cpp
668 # End Source File
669 # Begin Source File
670
671 SOURCE=.\taskbar\startmenu.h
672 # End Source File
673 # Begin Source File
674
675 SOURCE=.\taskbar\taskbar.cpp
676 # End Source File
677 # Begin Source File
678
679 SOURCE=.\taskbar\taskbar.h
680 # End Source File
681 # Begin Source File
682
683 SOURCE=.\taskbar\traynotify.cpp
684 # End Source File
685 # Begin Source File
686
687 SOURCE=.\taskbar\traynotify.h
688 # End Source File
689 # End Group
690 # Begin Group "desktop"
691
692 # PROP Default_Filter ""
693 # Begin Source File
694
695 SOURCE=.\desktop\desktop.cpp
696 # End Source File
697 # Begin Source File
698
699 SOURCE=.\desktop\desktop.h
700 # End Source File
701 # End Group
702 # Begin Group "doc"
703
704 # PROP Default_Filter ""
705 # Begin Source File
706
707 SOURCE=.\doc\changes.txt
708 # End Source File
709 # Begin Source File
710
711 SOURCE=.\doc\readme.txt
712 # End Source File
713 # Begin Source File
714
715 SOURCE=.\doc\TODO.txt
716 # End Source File
717 # End Group
718 # Begin Group "shell"
719
720 # PROP Default_Filter ""
721 # Begin Source File
722
723 SOURCE=.\shell\entries.cpp
724 # End Source File
725 # Begin Source File
726
727 SOURCE=.\shell\entries.h
728 # End Source File
729 # Begin Source File
730
731 SOURCE=.\shell\filechild.cpp
732 # End Source File
733 # Begin Source File
734
735 SOURCE=.\shell\filechild.h
736 # End Source File
737 # Begin Source File
738
739 SOURCE=.\shell\mainframe.cpp
740 # End Source File
741 # Begin Source File
742
743 SOURCE=.\shell\mainframe.h
744 # End Source File
745 # Begin Source File
746
747 SOURCE=.\shell\ntobjfs.cpp
748 # End Source File
749 # Begin Source File
750
751 SOURCE=.\shell\ntobjfs.h
752 # End Source File
753 # Begin Source File
754
755 SOURCE=.\shell\pane.cpp
756 # End Source File
757 # Begin Source File
758
759 SOURCE=.\shell\pane.h
760 # End Source File
761 # Begin Source File
762
763 SOURCE=.\shell\shellbrowser.cpp
764 # End Source File
765 # Begin Source File
766
767 SOURCE=.\shell\shellbrowser.h
768 # End Source File
769 # Begin Source File
770
771 SOURCE=.\shell\shellfs.cpp
772 # End Source File
773 # Begin Source File
774
775 SOURCE=.\shell\shellfs.h
776 # End Source File
777 # Begin Source File
778
779 SOURCE=.\shell\startup.c
780 # End Source File
781 # Begin Source File
782
783 SOURCE=.\shell\unixfs.cpp
784 # End Source File
785 # Begin Source File
786
787 SOURCE=.\shell\unixfs.h
788 # End Source File
789 # Begin Source File
790
791 SOURCE=.\shell\winfs.cpp
792 # End Source File
793 # Begin Source File
794
795 SOURCE=.\shell\winfs.h
796 # End Source File
797 # End Group
798 # Begin Group "dialogs"
799
800 # PROP Default_Filter ""
801 # Begin Source File
802
803 SOURCE=.\dialogs\searchprogram.cpp
804 # End Source File
805 # Begin Source File
806
807 SOURCE=.\dialogs\searchprogram.h
808 # End Source File
809 # Begin Source File
810
811 SOURCE=.\dialogs\settings.cpp
812 # End Source File
813 # Begin Source File
814
815 SOURCE=.\dialogs\settings.h
816 # End Source File
817 # End Group
818 # Begin Source File
819
820 SOURCE=.\buildno.h
821 # End Source File
822 # Begin Source File
823
824 SOURCE=.\explorer.cpp
825 # End Source File
826 # Begin Source File
827
828 SOURCE=.\explorer.h
829 # End Source File
830 # Begin Source File
831
832 SOURCE=.\externals.h
833 # End Source File
834 # Begin Source File
835
836 SOURCE=.\globals.h
837 # End Source File
838 # Begin Source File
839
840 SOURCE=".\i386-stub-win32.c"
841 # End Source File
842 # End Target
843 # End Project