TGitMerge: Use up/down icons instead of left/right
[TortoiseGit.git] / src / Utils / Utils.vcproj
blob56185b45ab1bb0519a8dafd32acc2e7c2ff37e6e
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="Utils"
6 ProjectGUID="{A2C38606-3D96-4A2C-B5C5-22CEAC523B37}"
7 RootNamespace="Utils"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
25 IntermediateDirectory="..\..\obj\Utils\$(ConfigurationName)\"
26 ConfigurationType="4"
27 UseOfMFC="2"
28 UseOfATL="0"
29 CharacterSet="1"
31 <Tool
32 Name="VCPreBuildEventTool"
34 <Tool
35 Name="VCCustomBuildTool"
37 <Tool
38 Name="VCXMLDataGeneratorTool"
40 <Tool
41 Name="VCWebServiceProxyGeneratorTool"
43 <Tool
44 Name="VCMIDLTool"
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="..\..\ext\gitdll;..\git;..\;..\ext\scintilla\include;..\ext\hunspell;.\;.\MiscUi"
50 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
51 MinimalRebuild="true"
52 BasicRuntimeChecks="3"
53 RuntimeLibrary="3"
54 UsePrecompiledHeader="2"
55 WarningLevel="3"
56 DebugInformationFormat="4"
58 <Tool
59 Name="VCManagedResourceCompilerTool"
61 <Tool
62 Name="VCResourceCompilerTool"
64 <Tool
65 Name="VCPreLinkEventTool"
67 <Tool
68 Name="VCLibrarianTool"
70 <Tool
71 Name="VCALinkTool"
73 <Tool
74 Name="VCXDCMakeTool"
76 <Tool
77 Name="VCBscMakeTool"
79 <Tool
80 Name="VCFxCopTool"
82 <Tool
83 Name="VCPostBuildEventTool"
85 </Configuration>
86 <Configuration
87 Name="Debug|x64"
88 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
89 IntermediateDirectory="..\..\obj\Utils\$(ConfigurationName)64\"
90 ConfigurationType="4"
91 UseOfMFC="2"
92 UseOfATL="0"
93 CharacterSet="1"
95 <Tool
96 Name="VCPreBuildEventTool"
98 <Tool
99 Name="VCCustomBuildTool"
101 <Tool
102 Name="VCXMLDataGeneratorTool"
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"
107 <Tool
108 Name="VCMIDLTool"
109 TargetEnvironment="3"
111 <Tool
112 Name="VCCLCompilerTool"
113 Optimization="0"
114 AdditionalIncludeDirectories="..\..\ext\gitdll;..\git;..\;..\ext\scintilla\include;..\ext\hunspell;.\;.\MiscUi"
115 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
116 MinimalRebuild="true"
117 BasicRuntimeChecks="3"
118 RuntimeLibrary="3"
119 UsePrecompiledHeader="2"
120 WarningLevel="3"
121 DebugInformationFormat="3"
123 <Tool
124 Name="VCManagedResourceCompilerTool"
126 <Tool
127 Name="VCResourceCompilerTool"
129 <Tool
130 Name="VCPreLinkEventTool"
132 <Tool
133 Name="VCLibrarianTool"
135 <Tool
136 Name="VCALinkTool"
138 <Tool
139 Name="VCXDCMakeTool"
141 <Tool
142 Name="VCBscMakeTool"
144 <Tool
145 Name="VCFxCopTool"
147 <Tool
148 Name="VCPostBuildEventTool"
150 </Configuration>
151 <Configuration
152 Name="Release|Win32"
153 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
154 IntermediateDirectory="..\..\obj\Utils\$(ConfigurationName)\"
155 ConfigurationType="4"
156 UseOfMFC="2"
157 CharacterSet="1"
158 WholeProgramOptimization="1"
160 <Tool
161 Name="VCPreBuildEventTool"
163 <Tool
164 Name="VCCustomBuildTool"
166 <Tool
167 Name="VCXMLDataGeneratorTool"
169 <Tool
170 Name="VCWebServiceProxyGeneratorTool"
172 <Tool
173 Name="VCMIDLTool"
175 <Tool
176 Name="VCCLCompilerTool"
177 EnableIntrinsicFunctions="true"
178 WholeProgramOptimization="false"
179 AdditionalIncludeDirectories="..\..\ext\gitdll;..\git;..\;..\ext\scintilla\include;..\ext\hunspell;.\;.\MiscUi"
180 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
181 StringPooling="true"
182 RuntimeLibrary="2"
183 EnableFunctionLevelLinking="true"
184 UsePrecompiledHeader="2"
185 WarningLevel="3"
186 DebugInformationFormat="3"
188 <Tool
189 Name="VCManagedResourceCompilerTool"
191 <Tool
192 Name="VCResourceCompilerTool"
194 <Tool
195 Name="VCPreLinkEventTool"
197 <Tool
198 Name="VCLibrarianTool"
200 <Tool
201 Name="VCALinkTool"
203 <Tool
204 Name="VCXDCMakeTool"
206 <Tool
207 Name="VCBscMakeTool"
209 <Tool
210 Name="VCFxCopTool"
212 <Tool
213 Name="VCPostBuildEventTool"
215 </Configuration>
216 <Configuration
217 Name="Release|x64"
218 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
219 IntermediateDirectory="..\..\obj\Utils\$(ConfigurationName)64\"
220 ConfigurationType="4"
221 UseOfMFC="2"
222 CharacterSet="1"
223 WholeProgramOptimization="1"
225 <Tool
226 Name="VCPreBuildEventTool"
228 <Tool
229 Name="VCCustomBuildTool"
231 <Tool
232 Name="VCXMLDataGeneratorTool"
234 <Tool
235 Name="VCWebServiceProxyGeneratorTool"
237 <Tool
238 Name="VCMIDLTool"
239 TargetEnvironment="3"
241 <Tool
242 Name="VCCLCompilerTool"
243 EnableIntrinsicFunctions="true"
244 WholeProgramOptimization="false"
245 AdditionalIncludeDirectories="..\..\ext\gitdll;..\git;..\;..\ext\scintilla\include;..\ext\hunspell;.\;.\MiscUi"
246 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
247 StringPooling="true"
248 RuntimeLibrary="2"
249 EnableFunctionLevelLinking="true"
250 UsePrecompiledHeader="2"
251 WarningLevel="3"
252 DebugInformationFormat="3"
254 <Tool
255 Name="VCManagedResourceCompilerTool"
257 <Tool
258 Name="VCResourceCompilerTool"
260 <Tool
261 Name="VCPreLinkEventTool"
263 <Tool
264 Name="VCLibrarianTool"
266 <Tool
267 Name="VCALinkTool"
269 <Tool
270 Name="VCXDCMakeTool"
272 <Tool
273 Name="VCBscMakeTool"
275 <Tool
276 Name="VCFxCopTool"
278 <Tool
279 Name="VCPostBuildEventTool"
281 </Configuration>
282 </Configurations>
283 <References>
284 </References>
285 <Files>
286 <Filter
287 Name="Source Files"
288 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
289 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
291 <File
292 RelativePath=".\ACEdit.cpp"
294 </File>
295 <File
296 RelativePath=".\ACEdit.h"
298 </File>
299 <File
300 RelativePath=".\ACListWnd.cpp"
302 </File>
303 <File
304 RelativePath=".\ACListWnd.h"
306 </File>
307 <File
308 RelativePath=".\base64.cpp"
310 <FileConfiguration
311 Name="Debug|Win32"
313 <Tool
314 Name="VCCLCompilerTool"
315 UsePrecompiledHeader="0"
317 </FileConfiguration>
318 <FileConfiguration
319 Name="Debug|x64"
321 <Tool
322 Name="VCCLCompilerTool"
323 UsePrecompiledHeader="0"
325 </FileConfiguration>
326 <FileConfiguration
327 Name="Release|Win32"
329 <Tool
330 Name="VCCLCompilerTool"
331 UsePrecompiledHeader="0"
333 </FileConfiguration>
334 <FileConfiguration
335 Name="Release|x64"
337 <Tool
338 Name="VCCLCompilerTool"
339 UsePrecompiledHeader="0"
341 </FileConfiguration>
342 </File>
343 <File
344 RelativePath=".\base64.h"
346 </File>
347 <File
348 RelativePath=".\BugTraqAssociations.cpp"
350 </File>
351 <File
352 RelativePath=".\CBase64.cpp"
354 </File>
355 <File
356 RelativePath=".\CmdLineParser.cpp"
358 </File>
359 <File
360 RelativePath=".\COMError.cpp"
362 </File>
363 <File
364 RelativePath=".\CommonAppUtils.cpp"
366 </File>
367 <File
368 RelativePath=".\CSmtp.cpp"
370 <FileConfiguration
371 Name="Debug|Win32"
373 <Tool
374 Name="VCCLCompilerTool"
375 UsePrecompiledHeader="0"
377 </FileConfiguration>
378 <FileConfiguration
379 Name="Debug|x64"
381 <Tool
382 Name="VCCLCompilerTool"
383 UsePrecompiledHeader="0"
385 </FileConfiguration>
386 <FileConfiguration
387 Name="Release|Win32"
389 <Tool
390 Name="VCCLCompilerTool"
391 UsePrecompiledHeader="0"
393 </FileConfiguration>
394 <FileConfiguration
395 Name="Release|x64"
397 <Tool
398 Name="VCCLCompilerTool"
399 UsePrecompiledHeader="0"
401 </FileConfiguration>
402 </File>
403 <File
404 RelativePath=".\CSmtp.h"
406 </File>
407 <File
408 RelativePath=".\DebugHelpers.cpp"
410 </File>
411 <File
412 RelativePath=".\DirFileEnum.cpp"
414 </File>
415 <File
416 RelativePath=".\DirFileEnum.h"
418 </File>
419 <File
420 RelativePath=".\DragDropImpl.cpp"
422 </File>
423 <File
424 RelativePath=".\DropFiles.cpp"
426 </File>
427 <File
428 RelativePath=".\Hooks.cpp"
430 </File>
431 <File
432 RelativePath=".\Hooks.h"
434 </File>
435 <File
436 RelativePath=".\HwSMTP.cpp"
438 </File>
439 <File
440 RelativePath=".\HwSMTP.h"
442 </File>
443 <File
444 RelativePath=".\JumpListHelpers.cpp"
446 </File>
447 <File
448 RelativePath=".\JumpListHelpers.h"
450 </File>
451 <File
452 RelativePath=".\LangDll.cpp"
454 </File>
455 <File
456 RelativePath=".\MailMsg.cpp"
458 </File>
459 <File
460 RelativePath=".\MailMsg.h"
462 </File>
463 <File
464 RelativePath=".\PathUtils.cpp"
466 </File>
467 <File
468 RelativePath=".\PathWatcher.cpp"
470 </File>
471 <File
472 RelativePath=".\PersonalDictionary.cpp"
474 </File>
475 <File
476 RelativePath=".\ProfilingInfo.cpp"
478 </File>
479 <File
480 RelativePath=".\RegHistory.cpp"
482 </File>
483 <File
484 RelativePath=".\Registry.cpp"
486 </File>
487 <File
488 RelativePath=".\ShellUpdater.cpp"
490 </File>
491 <File
492 RelativePath=".\SmartHandle.h"
494 </File>
495 <File
496 RelativePath=".\SoundUtils.cpp"
498 </File>
499 <File
500 RelativePath=".\SoundUtils.h"
502 </File>
503 <File
504 RelativePath=".\stdafx.cpp"
506 <FileConfiguration
507 Name="Debug|Win32"
509 <Tool
510 Name="VCCLCompilerTool"
511 UsePrecompiledHeader="1"
513 </FileConfiguration>
514 <FileConfiguration
515 Name="Debug|x64"
517 <Tool
518 Name="VCCLCompilerTool"
519 UsePrecompiledHeader="1"
521 </FileConfiguration>
522 <FileConfiguration
523 Name="Release|Win32"
525 <Tool
526 Name="VCCLCompilerTool"
527 UsePrecompiledHeader="1"
529 </FileConfiguration>
530 <FileConfiguration
531 Name="Release|x64"
533 <Tool
534 Name="VCCLCompilerTool"
535 UsePrecompiledHeader="1"
537 </FileConfiguration>
538 </File>
539 <File
540 RelativePath=".\strconv.h"
542 </File>
543 <File
544 RelativePath=".\StringUtils.cpp"
546 </File>
547 <File
548 RelativePath=".\SysImageList.cpp"
550 </File>
551 <File
552 RelativePath=".\SysInfo.cpp"
554 </File>
555 <File
556 RelativePath=".\SysInfo.h"
558 </File>
559 <File
560 RelativePath=".\TempFile.cpp"
562 </File>
563 <File
564 RelativePath=".\TempFile.h"
566 </File>
567 <File
568 RelativePath=".\UnicodeUtils.cpp"
570 </File>
571 </Filter>
572 <Filter
573 Name="Header Files"
574 Filter="h;hpp;hxx;hm;inl;inc;xsd"
575 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
577 <File
578 RelativePath=".\stdafx.h"
580 </File>
581 </Filter>
582 <Filter
583 Name="Resource Files"
584 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
585 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
587 </Filter>
588 <Filter
589 Name="MiscUi"
591 <File
592 RelativePath=".\MiscUI\BaseWindow.cpp"
594 </File>
595 <File
596 RelativePath=".\MiscUI\BrowseFolder.cpp"
598 </File>
599 <File
600 RelativePath=".\MiscUI\BufferDC.cpp"
602 </File>
603 <File
604 RelativePath=".\MiscUI\DIB.cpp"
606 </File>
607 <File
608 RelativePath=".\MiscUI\FileDropEdit.cpp"
610 </File>
611 <File
612 RelativePath=".\MiscUI\FilterEdit.cpp"
614 </File>
615 <File
616 RelativePath=".\MiscUI\Gradient.cpp"
618 </File>
619 <File
620 RelativePath=".\MiscUI\HintListCtrl.cpp"
622 </File>
623 <File
624 RelativePath=".\MiscUI\HistoryCombo.cpp"
626 </File>
627 <File
628 RelativePath=".\MiscUI\HTMLFormatter.cpp"
630 </File>
631 <File
632 RelativePath=".\MiscUI\HyperLink.cpp"
634 </File>
635 <File
636 RelativePath=".\MiscUI\IconMenu.cpp"
638 </File>
639 <File
640 RelativePath=".\MiscUI\MenuButton.cpp"
642 </File>
643 <File
644 RelativePath=".\MiscUI\MessageBox.cpp"
646 </File>
647 <File
648 RelativePath=".\MiscUI\MyGraph.cpp"
650 </File>
651 <File
652 RelativePath=".\MiscUI\Picture.cpp"
654 </File>
655 <File
656 RelativePath=".\MiscUI\RegexEdit.cpp"
658 </File>
659 <File
660 RelativePath=".\MiscUI\ScrollTool.cpp"
662 </File>
663 <File
664 RelativePath=".\MiscUI\SplitterControl.cpp"
666 </File>
667 <File
668 RelativePath=".\MiscUI\SVG.cpp"
670 </File>
671 <File
672 RelativePath=".\MiscUI\SysProgressDlg.cpp"
674 </File>
675 <File
676 RelativePath=".\MiscUI\Tooltip.cpp"
678 </File>
679 <File
680 RelativePath=".\MiscUI\WaterEffect.cpp"
682 </File>
683 </Filter>
684 <Filter
685 Name="Tree"
687 <File
688 RelativePath=".\TreePropSheet\PropPageFrame.cpp"
690 </File>
691 <File
692 RelativePath=".\TreePropSheet\PropPageFrame.h"
694 </File>
695 <File
696 RelativePath=".\TreePropSheet\PropPageFrameDefault.cpp"
698 </File>
699 <File
700 RelativePath=".\TreePropSheet\PropPageFrameDefault.h"
702 </File>
703 <File
704 RelativePath=".\TreePropSheet\TreePropSheet.cpp"
706 </File>
707 <File
708 RelativePath=".\TreePropSheet\TreePropSheet.h"
710 </File>
711 </Filter>
712 </Files>
713 <Globals>
714 </Globals>
715 </VisualStudioProject>