Moved bisect start logic to AppUtils
[TortoiseGit.git] / src / TortoiseGitBlame / TortoiseGitBlame.vcproj
blob2000800c6104244c0253d7fd94ee5ea1d6b3dcb6
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="TortoiseGitBlame"
6 ProjectGUID="{62507C2F-9290-4342-910F-BFC44DF99B01}"
7 RootNamespace="TortoiseGitBlame"
8 Keyword="MFCProj"
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\TortoiseGitBlame\$(ConfigurationName)"
26 ConfigurationType="1"
27 UseOfMFC="2"
28 CharacterSet="1"
30 <Tool
31 Name="VCPreBuildEventTool"
33 <Tool
34 Name="VCCustomBuildTool"
36 <Tool
37 Name="VCXMLDataGeneratorTool"
39 <Tool
40 Name="VCWebServiceProxyGeneratorTool"
42 <Tool
43 Name="VCMIDLTool"
44 PreprocessorDefinitions="_DEBUG"
45 MkTypLibCompatible="false"
46 ValidateParameters="true"
48 <Tool
49 Name="VCCLCompilerTool"
50 Optimization="0"
51 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
52 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
53 MinimalRebuild="true"
54 BasicRuntimeChecks="3"
55 RuntimeLibrary="3"
56 UsePrecompiledHeader="2"
57 WarningLevel="3"
58 DebugInformationFormat="4"
59 DisableSpecificWarnings="4996,4018"
61 <Tool
62 Name="VCManagedResourceCompilerTool"
64 <Tool
65 Name="VCResourceCompilerTool"
66 PreprocessorDefinitions="_DEBUG"
67 Culture="1033"
68 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
70 <Tool
71 Name="VCPreLinkEventTool"
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib UxTheme.lib"
76 LinkIncremental="2"
77 AdditionalLibraryDirectories=""
78 IgnoreDefaultLibraryNames=""
79 DelayLoadDLLs=""
80 GenerateDebugInformation="true"
81 SubSystem="2"
82 TargetMachine="1"
84 <Tool
85 Name="VCALinkTool"
87 <Tool
88 Name="VCManifestTool"
89 AdditionalManifestFiles="..\DeclareDPIAware.manifest"
91 <Tool
92 Name="VCXDCMakeTool"
94 <Tool
95 Name="VCBscMakeTool"
97 <Tool
98 Name="VCFxCopTool"
100 <Tool
101 Name="VCAppVerifierTool"
103 <Tool
104 Name="VCPostBuildEventTool"
106 </Configuration>
107 <Configuration
108 Name="Debug|x64"
109 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
110 IntermediateDirectory="..\..\obj\TortoiseGitBlame\$(ConfigurationName)64"
111 ConfigurationType="1"
112 UseOfMFC="2"
113 CharacterSet="1"
115 <Tool
116 Name="VCPreBuildEventTool"
118 <Tool
119 Name="VCCustomBuildTool"
121 <Tool
122 Name="VCXMLDataGeneratorTool"
124 <Tool
125 Name="VCWebServiceProxyGeneratorTool"
127 <Tool
128 Name="VCMIDLTool"
129 PreprocessorDefinitions="_DEBUG"
130 MkTypLibCompatible="false"
131 TargetEnvironment="3"
133 <Tool
134 Name="VCCLCompilerTool"
135 Optimization="0"
136 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
137 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
138 MinimalRebuild="true"
139 BasicRuntimeChecks="3"
140 RuntimeLibrary="3"
141 UsePrecompiledHeader="2"
142 WarningLevel="3"
143 DebugInformationFormat="3"
145 <Tool
146 Name="VCManagedResourceCompilerTool"
148 <Tool
149 Name="VCResourceCompilerTool"
150 PreprocessorDefinitions="_DEBUG"
151 Culture="1033"
152 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
154 <Tool
155 Name="VCPreLinkEventTool"
157 <Tool
158 Name="VCLinkerTool"
159 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib UxTheme.lib"
160 LinkIncremental="1"
161 AdditionalLibraryDirectories=""
162 IgnoreDefaultLibraryNames=""
163 GenerateDebugInformation="true"
164 SubSystem="2"
165 TargetMachine="17"
167 <Tool
168 Name="VCALinkTool"
170 <Tool
171 Name="VCManifestTool"
172 AdditionalManifestFiles="..\DeclareDPIAware.manifest"
174 <Tool
175 Name="VCXDCMakeTool"
177 <Tool
178 Name="VCBscMakeTool"
180 <Tool
181 Name="VCFxCopTool"
183 <Tool
184 Name="VCAppVerifierTool"
186 <Tool
187 Name="VCPostBuildEventTool"
189 </Configuration>
190 <Configuration
191 Name="Release|Win32"
192 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
193 IntermediateDirectory="..\..\obj\TortoiseGitBlame\$(ConfigurationName)"
194 ConfigurationType="1"
195 UseOfMFC="2"
196 CharacterSet="1"
197 WholeProgramOptimization="1"
199 <Tool
200 Name="VCPreBuildEventTool"
202 <Tool
203 Name="VCCustomBuildTool"
205 <Tool
206 Name="VCXMLDataGeneratorTool"
208 <Tool
209 Name="VCWebServiceProxyGeneratorTool"
211 <Tool
212 Name="VCMIDLTool"
213 PreprocessorDefinitions="NDEBUG"
214 MkTypLibCompatible="false"
215 ValidateParameters="true"
217 <Tool
218 Name="VCCLCompilerTool"
219 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
220 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
221 MinimalRebuild="false"
222 RuntimeLibrary="2"
223 EnableFunctionLevelLinking="true"
224 UsePrecompiledHeader="2"
225 WarningLevel="3"
226 DebugInformationFormat="3"
227 DisableSpecificWarnings="4996,4018"
229 <Tool
230 Name="VCManagedResourceCompilerTool"
232 <Tool
233 Name="VCResourceCompilerTool"
234 PreprocessorDefinitions="NDEBUG"
235 Culture="1033"
236 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
238 <Tool
239 Name="VCPreLinkEventTool"
241 <Tool
242 Name="VCLinkerTool"
243 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib UxTheme.lib"
244 LinkIncremental="1"
245 AdditionalLibraryDirectories="../../ext/wingit"
246 IgnoreDefaultLibraryNames=""
247 GenerateDebugInformation="true"
248 SubSystem="2"
249 OptimizeReferences="2"
250 EnableCOMDATFolding="2"
251 TargetMachine="1"
253 <Tool
254 Name="VCALinkTool"
256 <Tool
257 Name="VCManifestTool"
258 AdditionalManifestFiles="..\DeclareDPIAware.manifest"
260 <Tool
261 Name="VCXDCMakeTool"
263 <Tool
264 Name="VCBscMakeTool"
266 <Tool
267 Name="VCFxCopTool"
269 <Tool
270 Name="VCAppVerifierTool"
272 <Tool
273 Name="VCPostBuildEventTool"
275 </Configuration>
276 <Configuration
277 Name="Release|x64"
278 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
279 IntermediateDirectory="..\..\obj\TortoiseGitBlame\$(ConfigurationName)64"
280 ConfigurationType="1"
281 UseOfMFC="2"
282 UseOfATL="2"
283 CharacterSet="1"
284 WholeProgramOptimization="1"
286 <Tool
287 Name="VCPreBuildEventTool"
289 <Tool
290 Name="VCCustomBuildTool"
292 <Tool
293 Name="VCXMLDataGeneratorTool"
295 <Tool
296 Name="VCWebServiceProxyGeneratorTool"
298 <Tool
299 Name="VCMIDLTool"
300 PreprocessorDefinitions="NDEBUG"
301 MkTypLibCompatible="false"
302 TargetEnvironment="3"
304 <Tool
305 Name="VCCLCompilerTool"
306 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
307 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
308 MinimalRebuild="false"
309 RuntimeLibrary="2"
310 EnableFunctionLevelLinking="true"
311 UsePrecompiledHeader="2"
312 WarningLevel="3"
313 DebugInformationFormat="3"
315 <Tool
316 Name="VCManagedResourceCompilerTool"
318 <Tool
319 Name="VCResourceCompilerTool"
320 PreprocessorDefinitions="NDEBUG"
321 Culture="1033"
322 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
324 <Tool
325 Name="VCPreLinkEventTool"
327 <Tool
328 Name="VCLinkerTool"
329 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib UxTheme.lib"
330 LinkIncremental="1"
331 IgnoreDefaultLibraryNames=""
332 GenerateDebugInformation="true"
333 SubSystem="2"
334 OptimizeReferences="2"
335 EnableCOMDATFolding="2"
336 TargetMachine="17"
338 <Tool
339 Name="VCALinkTool"
341 <Tool
342 Name="VCManifestTool"
343 AdditionalManifestFiles="..\DeclareDPIAware.manifest"
345 <Tool
346 Name="VCXDCMakeTool"
348 <Tool
349 Name="VCBscMakeTool"
351 <Tool
352 Name="VCFxCopTool"
354 <Tool
355 Name="VCAppVerifierTool"
357 <Tool
358 Name="VCPostBuildEventTool"
360 </Configuration>
361 </Configurations>
362 <References>
363 </References>
364 <Files>
365 <Filter
366 Name="Source Files"
367 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
368 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
370 <File
371 RelativePath="..\TortoiseProc\Colors.cpp"
373 </File>
374 <File
375 RelativePath="..\Utils\CommonAppUtils.cpp"
377 </File>
378 <File
379 RelativePath=".\EditGotoDlg.cpp"
381 </File>
382 <File
383 RelativePath="..\TortoiseMerge\FileTextLines.cpp"
385 </File>
386 <File
387 RelativePath="..\TortoiseProc\FindDlg.cpp"
389 </File>
390 <File
391 RelativePath=".\GitBlameLogList.h"
393 </File>
394 <File
395 RelativePath="..\TortoiseProc\GitLogCache.cpp"
397 </File>
398 <File
399 RelativePath="..\TortoiseProc\gitlogcache.h"
401 </File>
402 <File
403 RelativePath="..\TortoiseProc\GitLogListBase.cpp"
405 </File>
406 <File
407 RelativePath="..\TortoiseProc\GitLogListBase.h"
409 </File>
410 <File
411 RelativePath="..\TortoiseProc\GitStatusListCtrlHelpers.cpp"
413 </File>
414 <File
415 RelativePath="..\TortoiseProc\lanes.cpp"
417 </File>
418 <File
419 RelativePath="..\TortoiseProc\lanes.h"
421 </File>
422 <File
423 RelativePath="..\TortoiseProc\LogDataVector.cpp"
425 </File>
426 <File
427 RelativePath="..\TortoiseProc\LogDlgHelper.cpp"
429 </File>
430 <File
431 RelativePath="..\TortoiseProc\LogDlgHelper.h"
433 </File>
434 <File
435 RelativePath=".\LogListBlameAction.cpp"
437 </File>
438 <File
439 RelativePath="..\TortoiseProc\LoglistUtils.cpp"
441 </File>
442 <File
443 RelativePath=".\MainFrm.cpp"
445 </File>
446 <File
447 RelativePath=".\OutputWnd.cpp"
449 </File>
450 <File
451 RelativePath="..\TortoiseProc\ProjectProperties.cpp"
453 </File>
454 <File
455 RelativePath=".\PropertiesWnd.cpp"
457 </File>
458 <File
459 RelativePath="..\Utils\MiscUI\SciEdit.cpp"
461 </File>
462 <File
463 RelativePath="..\Utils\MiscUI\SciEdit.h"
465 </File>
466 <File
467 RelativePath="..\Utils\MiscUI\StandAloneDlg.cpp"
469 </File>
470 <File
471 RelativePath=".\stdafx.cpp"
473 <FileConfiguration
474 Name="Debug|Win32"
476 <Tool
477 Name="VCCLCompilerTool"
478 UsePrecompiledHeader="1"
480 </FileConfiguration>
481 <FileConfiguration
482 Name="Debug|x64"
484 <Tool
485 Name="VCCLCompilerTool"
486 UsePrecompiledHeader="1"
488 </FileConfiguration>
489 <FileConfiguration
490 Name="Release|Win32"
492 <Tool
493 Name="VCCLCompilerTool"
494 UsePrecompiledHeader="1"
496 </FileConfiguration>
497 <FileConfiguration
498 Name="Release|x64"
500 <Tool
501 Name="VCCLCompilerTool"
502 UsePrecompiledHeader="1"
504 </FileConfiguration>
505 </File>
506 <File
507 RelativePath=".\TortoiseGitBlame.cpp"
509 </File>
510 <File
511 RelativePath=".\TortoiseGitBlameDoc.cpp"
513 </File>
514 <File
515 RelativePath=".\TortoiseGitBlameView.cpp"
517 </File>
518 </Filter>
519 <Filter
520 Name="Header Files"
521 Filter="h;hpp;hxx;hm;inl;inc;xsd"
522 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
524 <File
525 RelativePath="..\Utils\CommonAppUtils.h"
527 </File>
528 <File
529 RelativePath=".\EditGotoDlg.h"
531 </File>
532 <File
533 RelativePath="..\TortoiseMerge\FileTextLines.h"
535 </File>
536 <File
537 RelativePath="..\TortoiseProc\LoglistUtils.h"
539 </File>
540 <File
541 RelativePath=".\MainFrm.h"
543 </File>
544 <File
545 RelativePath=".\MenuEncode.h"
547 </File>
548 <File
549 RelativePath=".\OutputWnd.h"
551 </File>
552 <File
553 RelativePath=".\PropertiesWnd.h"
555 </File>
556 <File
557 RelativePath=".\Resource.h"
559 </File>
560 <File
561 RelativePath=".\stdafx.h"
563 </File>
564 <File
565 RelativePath=".\TortoiseGitBlame.h"
567 </File>
568 <File
569 RelativePath=".\TortoiseGitBlameDoc.h"
571 </File>
572 <File
573 RelativePath=".\TortoiseGitBlameView.h"
575 </File>
576 </Filter>
577 <Filter
578 Name="Resource Files"
579 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
580 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
582 <File
583 RelativePath=".\hlp\Images\Bullet.gif"
585 </File>
586 <File
587 RelativePath="..\Resources\blameres\output_wnd.ico"
589 </File>
590 <File
591 RelativePath="..\Resources\blameres\output_wnd_hc.ico"
593 </File>
594 <File
595 RelativePath="..\Resources\blameres\properties.bmp"
597 </File>
598 <File
599 RelativePath="..\Resources\blameres\properties_hc.bmp"
601 </File>
602 <File
603 RelativePath="..\Resources\blameres\properties_wnd.ico"
605 </File>
606 <File
607 RelativePath="..\Resources\blameres\properties_wnd_hc.ico"
609 </File>
610 <File
611 RelativePath="..\Resources\blameres\Toolbar.bmp"
613 </File>
614 <File
615 RelativePath="..\Resources\blameres\Toolbar256.bmp"
617 </File>
618 <File
619 RelativePath="..\Resources\blameres\TortoiseGitBlame.ico"
621 </File>
622 <File
623 RelativePath="..\Resources\blameres\TortoiseGitBlameDoc.ico"
625 </File>
626 <File
627 RelativePath="..\Resources\TortoiseGitBlameENG.rc"
629 <FileConfiguration
630 Name="Debug|Win32"
632 <Tool
633 Name="VCResourceCompilerTool"
634 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
636 </FileConfiguration>
637 <FileConfiguration
638 Name="Debug|x64"
640 <Tool
641 Name="VCResourceCompilerTool"
642 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
644 </FileConfiguration>
645 <FileConfiguration
646 Name="Release|Win32"
648 <Tool
649 Name="VCResourceCompilerTool"
650 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
652 </FileConfiguration>
653 <FileConfiguration
654 Name="Release|x64"
656 <Tool
657 Name="VCResourceCompilerTool"
658 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
660 </FileConfiguration>
661 </File>
662 </Filter>
663 <Filter
664 Name="HTML Help Topics"
665 Filter="htm;html"
667 <File
668 RelativePath=".\hlp\afx_hidd_color.htm"
669 DeploymentContent="true"
671 </File>
672 <File
673 RelativePath=".\hlp\afx_hidd_fileopen.htm"
674 DeploymentContent="true"
676 </File>
677 <File
678 RelativePath=".\hlp\afx_hidd_filesave.htm"
679 DeploymentContent="true"
681 </File>
682 <File
683 RelativePath=".\hlp\afx_hidd_find.htm"
684 DeploymentContent="true"
686 </File>
687 <File
688 RelativePath=".\hlp\afx_hidd_font.htm"
689 DeploymentContent="true"
691 </File>
692 <File
693 RelativePath=".\hlp\afx_hidd_newtypedlg.htm"
694 DeploymentContent="true"
696 </File>
697 <File
698 RelativePath=".\hlp\afx_hidd_print.htm"
699 DeploymentContent="true"
701 </File>
702 <File
703 RelativePath=".\hlp\afx_hidd_printdlg.htm"
704 DeploymentContent="true"
706 </File>
707 <File
708 RelativePath=".\hlp\afx_hidd_printsetup.htm"
709 DeploymentContent="true"
711 </File>
712 <File
713 RelativePath=".\hlp\afx_hidd_replace.htm"
714 DeploymentContent="true"
716 </File>
717 <File
718 RelativePath=".\hlp\afx_hidp_default.htm"
719 DeploymentContent="true"
721 </File>
722 <File
723 RelativePath=".\hlp\afx_hidw_dockbar_top.htm"
724 DeploymentContent="true"
726 </File>
727 <File
728 RelativePath=".\hlp\afx_hidw_preview_bar.htm"
729 DeploymentContent="true"
731 </File>
732 <File
733 RelativePath=".\hlp\afx_hidw_status_bar.htm"
734 DeploymentContent="true"
736 </File>
737 <File
738 RelativePath=".\hlp\afx_hidw_toolbar.htm"
739 DeploymentContent="true"
741 </File>
742 <File
743 RelativePath=".\hlp\hid_app_about.htm"
744 DeploymentContent="true"
746 </File>
747 <File
748 RelativePath=".\hlp\hid_app_exit.htm"
749 DeploymentContent="true"
751 </File>
752 <File
753 RelativePath=".\hlp\hid_context_help.htm"
754 DeploymentContent="true"
756 </File>
757 <File
758 RelativePath=".\hlp\hid_edit_clear.htm"
759 DeploymentContent="true"
761 </File>
762 <File
763 RelativePath=".\hlp\hid_edit_clear_all.htm"
764 DeploymentContent="true"
766 </File>
767 <File
768 RelativePath=".\hlp\hid_edit_copy.htm"
769 DeploymentContent="true"
771 </File>
772 <File
773 RelativePath=".\hlp\hid_edit_cut.htm"
774 DeploymentContent="true"
776 </File>
777 <File
778 RelativePath=".\hlp\hid_edit_find.htm"
779 DeploymentContent="true"
781 </File>
782 <File
783 RelativePath=".\hlp\hid_edit_paste.htm"
784 DeploymentContent="true"
786 </File>
787 <File
788 RelativePath=".\hlp\hid_edit_redo.htm"
789 DeploymentContent="true"
791 </File>
792 <File
793 RelativePath=".\hlp\hid_edit_repeat.htm"
794 DeploymentContent="true"
796 </File>
797 <File
798 RelativePath=".\hlp\hid_edit_replace.htm"
799 DeploymentContent="true"
801 </File>
802 <File
803 RelativePath=".\hlp\hid_edit_undo.htm"
804 DeploymentContent="true"
806 </File>
807 <File
808 RelativePath=".\hlp\hid_file_close.htm"
809 DeploymentContent="true"
811 </File>
812 <File
813 RelativePath=".\hlp\hid_file_mru_file1.htm"
814 DeploymentContent="true"
816 </File>
817 <File
818 RelativePath=".\hlp\hid_file_new.htm"
819 DeploymentContent="true"
821 </File>
822 <File
823 RelativePath=".\hlp\hid_file_open.htm"
824 DeploymentContent="true"
826 </File>
827 <File
828 RelativePath=".\hlp\hid_file_page_setup.htm"
829 DeploymentContent="true"
831 </File>
832 <File
833 RelativePath=".\hlp\hid_file_print.htm"
834 DeploymentContent="true"
836 </File>
837 <File
838 RelativePath=".\hlp\hid_file_print_preview.htm"
839 DeploymentContent="true"
841 </File>
842 <File
843 RelativePath=".\hlp\hid_file_print_setup.htm"
844 DeploymentContent="true"
846 </File>
847 <File
848 RelativePath=".\hlp\hid_file_save.htm"
849 DeploymentContent="true"
851 </File>
852 <File
853 RelativePath=".\hlp\hid_file_save_as.htm"
854 DeploymentContent="true"
856 </File>
857 <File
858 RelativePath=".\hlp\hid_file_send_mail.htm"
859 DeploymentContent="true"
861 </File>
862 <File
863 RelativePath=".\hlp\hid_help_index.htm"
864 DeploymentContent="true"
866 </File>
867 <File
868 RelativePath=".\hlp\hid_help_using.htm"
869 DeploymentContent="true"
871 </File>
872 <File
873 RelativePath=".\hlp\hid_ht_caption.htm"
874 DeploymentContent="true"
876 </File>
877 <File
878 RelativePath=".\hlp\hid_ht_nowhere.htm"
879 DeploymentContent="true"
881 </File>
882 <File
883 RelativePath=".\hlp\hid_next_pane.htm"
884 DeploymentContent="true"
886 </File>
887 <File
888 RelativePath=".\hlp\hid_prev_pane.htm"
889 DeploymentContent="true"
891 </File>
892 <File
893 RelativePath=".\hlp\hid_sc_close.htm"
894 DeploymentContent="true"
896 </File>
897 <File
898 RelativePath=".\hlp\hid_sc_maximize.htm"
899 DeploymentContent="true"
901 </File>
902 <File
903 RelativePath=".\hlp\hid_sc_minimize.htm"
904 DeploymentContent="true"
906 </File>
907 <File
908 RelativePath=".\hlp\hid_sc_move.htm"
909 DeploymentContent="true"
911 </File>
912 <File
913 RelativePath=".\hlp\hid_sc_nextwindow.htm"
914 DeploymentContent="true"
916 </File>
917 <File
918 RelativePath=".\hlp\hid_sc_prevwindow.htm"
919 DeploymentContent="true"
921 </File>
922 <File
923 RelativePath=".\hlp\hid_sc_restore.htm"
924 DeploymentContent="true"
926 </File>
927 <File
928 RelativePath=".\hlp\hid_sc_size.htm"
929 DeploymentContent="true"
931 </File>
932 <File
933 RelativePath=".\hlp\hid_sc_tasklist.htm"
934 DeploymentContent="true"
936 </File>
937 <File
938 RelativePath=".\hlp\hid_view_ruler.htm"
939 DeploymentContent="true"
941 </File>
942 <File
943 RelativePath=".\hlp\hid_view_status_bar.htm"
944 DeploymentContent="true"
946 </File>
947 <File
948 RelativePath=".\hlp\hid_view_toolbar.htm"
949 DeploymentContent="true"
951 </File>
952 <File
953 RelativePath=".\hlp\hid_window_all.htm"
954 DeploymentContent="true"
956 </File>
957 <File
958 RelativePath=".\hlp\hid_window_arrange.htm"
959 DeploymentContent="true"
961 </File>
962 <File
963 RelativePath=".\hlp\hid_window_cascade.htm"
964 DeploymentContent="true"
966 </File>
967 <File
968 RelativePath=".\hlp\hid_window_new.htm"
969 DeploymentContent="true"
971 </File>
972 <File
973 RelativePath=".\hlp\hid_window_split.htm"
974 DeploymentContent="true"
976 </File>
977 <File
978 RelativePath=".\hlp\hid_window_tile.htm"
979 DeploymentContent="true"
981 </File>
982 <File
983 RelativePath=".\hlp\hid_window_tile_horz.htm"
984 DeploymentContent="true"
986 </File>
987 <File
988 RelativePath=".\hlp\hid_window_tile_vert.htm"
989 DeploymentContent="true"
991 </File>
992 <File
993 RelativePath=".\hlp\hidr_doc1type.htm"
994 DeploymentContent="true"
996 </File>
997 <File
998 RelativePath=".\hlp\main_index.htm"
999 DeploymentContent="true"
1001 </File>
1002 <File
1003 RelativePath=".\hlp\menu_edit.htm"
1004 DeploymentContent="true"
1006 </File>
1007 <File
1008 RelativePath=".\hlp\menu_file.htm"
1009 DeploymentContent="true"
1011 </File>
1012 <File
1013 RelativePath=".\hlp\menu_help.htm"
1014 DeploymentContent="true"
1016 </File>
1017 <File
1018 RelativePath=".\hlp\menu_view.htm"
1019 DeploymentContent="true"
1021 </File>
1022 <File
1023 RelativePath=".\hlp\menu_window.htm"
1024 DeploymentContent="true"
1026 </File>
1027 <File
1028 RelativePath=".\hlp\scrollbars.htm"
1029 DeploymentContent="true"
1031 </File>
1032 </Filter>
1033 <Filter
1034 Name="HTML Help Files"
1035 Filter="hhp;hhc;hhk;gif;jpg"
1037 <File
1038 RelativePath=".\hlp\TortoiseGitBlame.hhc"
1040 </File>
1041 <File
1042 RelativePath=".\hlp\TortoiseGitBlame.hhk"
1044 </File>
1045 <File
1046 RelativePath=".\hlp\TortoiseGitBlame.hhp"
1048 <FileConfiguration
1049 Name="Debug|Win32"
1051 <Tool
1052 Name="VCCustomBuildTool"
1053 Description="Making help file..."
1054 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame_en.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame_en.chm&quot; &quot;$(OutDir)\TortoiseGitBlame_en.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\TortoiseGitBlame.hhp(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
1055 AdditionalDependencies="hlp\HTMLDefines.h"
1056 Outputs="$(OutDir)\$(ProjectName).chm"
1058 </FileConfiguration>
1059 <FileConfiguration
1060 Name="Debug|x64"
1062 <Tool
1063 Name="VCCustomBuildTool"
1064 Description="Making help file..."
1065 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame_en.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame_en.chm&quot; &quot;$(OutDir)\TortoiseGitBlame_en.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\TortoiseGitBlame.hhp(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
1066 AdditionalDependencies="hlp\HTMLDefines.h"
1067 Outputs="$(OutDir)\$(ProjectName).chm"
1069 </FileConfiguration>
1070 <FileConfiguration
1071 Name="Release|Win32"
1073 <Tool
1074 Name="VCCustomBuildTool"
1075 Description="Making help file..."
1076 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame_en.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame_en.chm&quot; &quot;$(OutDir)\TortoiseGitBlame_en.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\TortoiseGitBlame.hhp(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
1077 AdditionalDependencies="hlp\HTMLDefines.h"
1078 Outputs="$(OutDir)\$(ProjectName).chm"
1080 </FileConfiguration>
1081 <FileConfiguration
1082 Name="Release|x64"
1084 <Tool
1085 Name="VCCustomBuildTool"
1086 Description="Making help file..."
1087 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame_en.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame_en.chm&quot; &quot;$(OutDir)\TortoiseGitBlame_en.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\TortoiseGitBlame.hhp(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
1088 AdditionalDependencies="hlp\HTMLDefines.h"
1089 Outputs="$(OutDir)\$(ProjectName).chm"
1091 </FileConfiguration>
1092 </File>
1093 </Filter>
1094 </Files>
1095 <Globals>
1096 <Global
1097 Name="RESOURCE_FILE"
1098 Value="..\resources\TortoiseGitBlameENG.rc"
1100 </Globals>
1101 </VisualStudioProject>