Add encode support for blame
[TortoiseGit.git] / src / TortoiseGitBlame / TortoiseGitBlame.vcproj
blobb79b3ffc8a0f44bf6c6153ad7201b75f591d80ca
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"
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"
90 <Tool
91 Name="VCXDCMakeTool"
93 <Tool
94 Name="VCBscMakeTool"
96 <Tool
97 Name="VCFxCopTool"
99 <Tool
100 Name="VCAppVerifierTool"
102 <Tool
103 Name="VCPostBuildEventTool"
105 </Configuration>
106 <Configuration
107 Name="Debug|x64"
108 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
109 IntermediateDirectory="..\..\obj\TortoiseGitBlame\$(ConfigurationName)64"
110 ConfigurationType="1"
111 UseOfMFC="2"
112 CharacterSet="1"
114 <Tool
115 Name="VCPreBuildEventTool"
117 <Tool
118 Name="VCCustomBuildTool"
120 <Tool
121 Name="VCXMLDataGeneratorTool"
123 <Tool
124 Name="VCWebServiceProxyGeneratorTool"
126 <Tool
127 Name="VCMIDLTool"
128 PreprocessorDefinitions="_DEBUG"
129 MkTypLibCompatible="false"
130 TargetEnvironment="3"
132 <Tool
133 Name="VCCLCompilerTool"
134 Optimization="0"
135 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
136 PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
137 MinimalRebuild="true"
138 BasicRuntimeChecks="3"
139 RuntimeLibrary="3"
140 UsePrecompiledHeader="2"
141 WarningLevel="3"
142 DebugInformationFormat="3"
144 <Tool
145 Name="VCManagedResourceCompilerTool"
147 <Tool
148 Name="VCResourceCompilerTool"
149 PreprocessorDefinitions="_DEBUG"
150 Culture="1033"
151 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
153 <Tool
154 Name="VCPreLinkEventTool"
156 <Tool
157 Name="VCLinkerTool"
158 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib"
159 LinkIncremental="1"
160 AdditionalLibraryDirectories=""
161 IgnoreDefaultLibraryNames=""
162 GenerateDebugInformation="true"
163 SubSystem="2"
164 TargetMachine="17"
166 <Tool
167 Name="VCALinkTool"
169 <Tool
170 Name="VCManifestTool"
172 <Tool
173 Name="VCXDCMakeTool"
175 <Tool
176 Name="VCBscMakeTool"
178 <Tool
179 Name="VCFxCopTool"
181 <Tool
182 Name="VCAppVerifierTool"
184 <Tool
185 Name="VCPostBuildEventTool"
187 </Configuration>
188 <Configuration
189 Name="Release|Win32"
190 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
191 IntermediateDirectory="..\..\obj\TortoiseGitBlame\$(ConfigurationName)"
192 ConfigurationType="1"
193 UseOfMFC="2"
194 CharacterSet="1"
195 WholeProgramOptimization="1"
197 <Tool
198 Name="VCPreBuildEventTool"
200 <Tool
201 Name="VCCustomBuildTool"
203 <Tool
204 Name="VCXMLDataGeneratorTool"
206 <Tool
207 Name="VCWebServiceProxyGeneratorTool"
209 <Tool
210 Name="VCMIDLTool"
211 PreprocessorDefinitions="NDEBUG"
212 MkTypLibCompatible="false"
213 ValidateParameters="true"
215 <Tool
216 Name="VCCLCompilerTool"
217 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
218 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
219 MinimalRebuild="false"
220 RuntimeLibrary="2"
221 EnableFunctionLevelLinking="true"
222 UsePrecompiledHeader="2"
223 WarningLevel="3"
224 DebugInformationFormat="3"
225 DisableSpecificWarnings="4996,4018"
227 <Tool
228 Name="VCManagedResourceCompilerTool"
230 <Tool
231 Name="VCResourceCompilerTool"
232 PreprocessorDefinitions="NDEBUG"
233 Culture="1033"
234 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
236 <Tool
237 Name="VCPreLinkEventTool"
239 <Tool
240 Name="VCLinkerTool"
241 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib"
242 LinkIncremental="1"
243 AdditionalLibraryDirectories="../../ext/wingit"
244 IgnoreDefaultLibraryNames=""
245 GenerateDebugInformation="true"
246 SubSystem="2"
247 OptimizeReferences="2"
248 EnableCOMDATFolding="2"
249 TargetMachine="1"
251 <Tool
252 Name="VCALinkTool"
254 <Tool
255 Name="VCManifestTool"
257 <Tool
258 Name="VCXDCMakeTool"
260 <Tool
261 Name="VCBscMakeTool"
263 <Tool
264 Name="VCFxCopTool"
266 <Tool
267 Name="VCAppVerifierTool"
269 <Tool
270 Name="VCPostBuildEventTool"
272 </Configuration>
273 <Configuration
274 Name="Release|x64"
275 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
276 IntermediateDirectory="..\..\obj\TortoiseGitBlame\$(ConfigurationName)64"
277 ConfigurationType="1"
278 UseOfMFC="2"
279 UseOfATL="2"
280 CharacterSet="1"
281 WholeProgramOptimization="1"
283 <Tool
284 Name="VCPreBuildEventTool"
286 <Tool
287 Name="VCCustomBuildTool"
289 <Tool
290 Name="VCXMLDataGeneratorTool"
292 <Tool
293 Name="VCWebServiceProxyGeneratorTool"
295 <Tool
296 Name="VCMIDLTool"
297 PreprocessorDefinitions="NDEBUG"
298 MkTypLibCompatible="false"
299 TargetEnvironment="3"
301 <Tool
302 Name="VCCLCompilerTool"
303 AdditionalIncludeDirectories="./;../../ext/gitdll;..\Git;..\TortoiseProc;..\..\ext\scintilla\include;..\Utils;..\Utils\MiscUI;..\..\ext\hunspell;..\..\ext\ResizableLib;..\Resources;../TortoiseMerge"
304 PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
305 MinimalRebuild="false"
306 RuntimeLibrary="2"
307 EnableFunctionLevelLinking="true"
308 UsePrecompiledHeader="2"
309 WarningLevel="3"
310 DebugInformationFormat="3"
312 <Tool
313 Name="VCManagedResourceCompilerTool"
315 <Tool
316 Name="VCResourceCompilerTool"
317 PreprocessorDefinitions="NDEBUG"
318 Culture="1033"
319 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
321 <Tool
322 Name="VCPreLinkEventTool"
324 <Tool
325 Name="VCLinkerTool"
326 AdditionalDependencies="Crypt32.lib gdiplus.lib shfolder.lib shell32.lib comctl32.lib ws2_32.lib rpcrt4.lib shlwapi.lib wininet.lib version.lib"
327 LinkIncremental="1"
328 IgnoreDefaultLibraryNames=""
329 GenerateDebugInformation="true"
330 SubSystem="2"
331 OptimizeReferences="2"
332 EnableCOMDATFolding="2"
333 TargetMachine="17"
335 <Tool
336 Name="VCALinkTool"
338 <Tool
339 Name="VCManifestTool"
341 <Tool
342 Name="VCXDCMakeTool"
344 <Tool
345 Name="VCBscMakeTool"
347 <Tool
348 Name="VCFxCopTool"
350 <Tool
351 Name="VCAppVerifierTool"
353 <Tool
354 Name="VCPostBuildEventTool"
356 </Configuration>
357 </Configurations>
358 <References>
359 </References>
360 <Files>
361 <Filter
362 Name="Source Files"
363 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
364 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
366 <File
367 RelativePath="..\TortoiseProc\Colors.cpp"
369 </File>
370 <File
371 RelativePath=".\EditGotoDlg.cpp"
373 </File>
374 <File
375 RelativePath="..\TortoiseMerge\FileTextLines.cpp"
377 </File>
378 <File
379 RelativePath=".\GitBlameLogList.h"
381 </File>
382 <File
383 RelativePath="..\TortoiseProc\GitLogCache.cpp"
385 </File>
386 <File
387 RelativePath="..\TortoiseProc\gitlogcache.h"
389 </File>
390 <File
391 RelativePath="..\TortoiseProc\GitLogListBase.cpp"
393 </File>
394 <File
395 RelativePath="..\TortoiseProc\GitLogListBase.h"
397 </File>
398 <File
399 RelativePath="..\TortoiseProc\lanes.cpp"
401 </File>
402 <File
403 RelativePath="..\TortoiseProc\lanes.h"
405 </File>
406 <File
407 RelativePath="..\TortoiseProc\LogDataVector.cpp"
409 </File>
410 <File
411 RelativePath="..\TortoiseProc\LogDlgHelper.cpp"
413 </File>
414 <File
415 RelativePath="..\TortoiseProc\LogDlgHelper.h"
417 </File>
418 <File
419 RelativePath=".\LogListBlameAction.cpp"
421 </File>
422 <File
423 RelativePath=".\MainFrm.cpp"
425 </File>
426 <File
427 RelativePath=".\OutputWnd.cpp"
429 </File>
430 <File
431 RelativePath=".\PropertiesWnd.cpp"
433 </File>
434 <File
435 RelativePath="..\Utils\MiscUI\SciEdit.cpp"
437 </File>
438 <File
439 RelativePath="..\Utils\MiscUI\SciEdit.h"
441 </File>
442 <File
443 RelativePath=".\stdafx.cpp"
445 <FileConfiguration
446 Name="Debug|Win32"
448 <Tool
449 Name="VCCLCompilerTool"
450 UsePrecompiledHeader="1"
452 </FileConfiguration>
453 <FileConfiguration
454 Name="Debug|x64"
456 <Tool
457 Name="VCCLCompilerTool"
458 UsePrecompiledHeader="1"
460 </FileConfiguration>
461 <FileConfiguration
462 Name="Release|Win32"
464 <Tool
465 Name="VCCLCompilerTool"
466 UsePrecompiledHeader="1"
468 </FileConfiguration>
469 <FileConfiguration
470 Name="Release|x64"
472 <Tool
473 Name="VCCLCompilerTool"
474 UsePrecompiledHeader="1"
476 </FileConfiguration>
477 </File>
478 <File
479 RelativePath=".\TortoiseGitBlame.cpp"
481 </File>
482 <File
483 RelativePath=".\TortoiseGitBlameAppUtils.cpp"
485 </File>
486 <File
487 RelativePath=".\TortoiseGitBlameDoc.cpp"
489 </File>
490 <File
491 RelativePath=".\TortoiseGitBlameView.cpp"
493 </File>
494 </Filter>
495 <Filter
496 Name="Header Files"
497 Filter="h;hpp;hxx;hm;inl;inc;xsd"
498 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
500 <File
501 RelativePath=".\EditGotoDlg.h"
503 </File>
504 <File
505 RelativePath="..\TortoiseMerge\FileTextLines.h"
507 </File>
508 <File
509 RelativePath=".\MainFrm.h"
511 </File>
512 <File
513 RelativePath=".\MenuEncode.h"
515 </File>
516 <File
517 RelativePath=".\OutputWnd.h"
519 </File>
520 <File
521 RelativePath=".\PropertiesWnd.h"
523 </File>
524 <File
525 RelativePath=".\Resource.h"
527 </File>
528 <File
529 RelativePath=".\stdafx.h"
531 </File>
532 <File
533 RelativePath=".\targetver.h"
535 </File>
536 <File
537 RelativePath=".\TortoiseGitBlame.h"
539 </File>
540 <File
541 RelativePath=".\TortoiseGitBlameDoc.h"
543 </File>
544 <File
545 RelativePath=".\TortoiseGitBlameView.h"
547 </File>
548 </Filter>
549 <Filter
550 Name="Resource Files"
551 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
552 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
554 <File
555 RelativePath=".\hlp\Images\Bullet.gif"
557 </File>
558 <File
559 RelativePath="..\Resources\blameres\output_wnd.ico"
561 </File>
562 <File
563 RelativePath=".\res\output_wnd.ico"
565 </File>
566 <File
567 RelativePath="..\Resources\blameres\output_wnd_hc.ico"
569 </File>
570 <File
571 RelativePath=".\res\output_wnd_hc.ico"
573 </File>
574 <File
575 RelativePath="..\Resources\blameres\properties.bmp"
577 </File>
578 <File
579 RelativePath=".\res\properties.bmp"
581 </File>
582 <File
583 RelativePath=".\res\properties_hc.bmp"
585 </File>
586 <File
587 RelativePath="..\Resources\blameres\properties_hc.bmp"
589 </File>
590 <File
591 RelativePath=".\res\properties_wnd.ico"
593 </File>
594 <File
595 RelativePath="..\Resources\blameres\properties_wnd.ico"
597 </File>
598 <File
599 RelativePath=".\res\properties_wnd_hc.ico"
601 </File>
602 <File
603 RelativePath="..\Resources\blameres\properties_wnd_hc.ico"
605 </File>
606 <File
607 RelativePath=".\res\Toolbar.bmp"
609 </File>
610 <File
611 RelativePath="..\Resources\blameres\Toolbar.bmp"
613 </File>
614 <File
615 RelativePath=".\res\Toolbar256.bmp"
617 </File>
618 <File
619 RelativePath="..\Resources\blameres\Toolbar256.bmp"
621 </File>
622 <File
623 RelativePath=".\res\TortoiseGitBlame.ico"
625 </File>
626 <File
627 RelativePath="..\Resources\blameres\TortoiseGitBlame.ico"
629 </File>
630 <File
631 RelativePath="..\Resources\TortoiseGitBlame.rc"
633 <FileConfiguration
634 Name="Debug|Win32"
636 <Tool
637 Name="VCResourceCompilerTool"
638 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
640 </FileConfiguration>
641 <FileConfiguration
642 Name="Debug|x64"
644 <Tool
645 Name="VCResourceCompilerTool"
646 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
648 </FileConfiguration>
649 <FileConfiguration
650 Name="Release|Win32"
652 <Tool
653 Name="VCResourceCompilerTool"
654 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
656 </FileConfiguration>
657 <FileConfiguration
658 Name="Release|x64"
660 <Tool
661 Name="VCResourceCompilerTool"
662 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
664 </FileConfiguration>
665 </File>
666 <File
667 RelativePath=".\res\TortoiseGitBlameDoc.ico"
669 </File>
670 <File
671 RelativePath="..\Resources\blameres\TortoiseGitBlameDoc.ico"
673 </File>
674 <File
675 RelativePath=".\UserImages.bmp"
677 </File>
678 </Filter>
679 <Filter
680 Name="HTML Help Topics"
681 Filter="htm;html"
683 <File
684 RelativePath=".\hlp\afx_hidd_color.htm"
685 DeploymentContent="true"
687 </File>
688 <File
689 RelativePath=".\hlp\afx_hidd_fileopen.htm"
690 DeploymentContent="true"
692 </File>
693 <File
694 RelativePath=".\hlp\afx_hidd_filesave.htm"
695 DeploymentContent="true"
697 </File>
698 <File
699 RelativePath=".\hlp\afx_hidd_find.htm"
700 DeploymentContent="true"
702 </File>
703 <File
704 RelativePath=".\hlp\afx_hidd_font.htm"
705 DeploymentContent="true"
707 </File>
708 <File
709 RelativePath=".\hlp\afx_hidd_newtypedlg.htm"
710 DeploymentContent="true"
712 </File>
713 <File
714 RelativePath=".\hlp\afx_hidd_print.htm"
715 DeploymentContent="true"
717 </File>
718 <File
719 RelativePath=".\hlp\afx_hidd_printdlg.htm"
720 DeploymentContent="true"
722 </File>
723 <File
724 RelativePath=".\hlp\afx_hidd_printsetup.htm"
725 DeploymentContent="true"
727 </File>
728 <File
729 RelativePath=".\hlp\afx_hidd_replace.htm"
730 DeploymentContent="true"
732 </File>
733 <File
734 RelativePath=".\hlp\afx_hidp_default.htm"
735 DeploymentContent="true"
737 </File>
738 <File
739 RelativePath=".\hlp\afx_hidw_dockbar_top.htm"
740 DeploymentContent="true"
742 </File>
743 <File
744 RelativePath=".\hlp\afx_hidw_preview_bar.htm"
745 DeploymentContent="true"
747 </File>
748 <File
749 RelativePath=".\hlp\afx_hidw_status_bar.htm"
750 DeploymentContent="true"
752 </File>
753 <File
754 RelativePath=".\hlp\afx_hidw_toolbar.htm"
755 DeploymentContent="true"
757 </File>
758 <File
759 RelativePath=".\hlp\hid_app_about.htm"
760 DeploymentContent="true"
762 </File>
763 <File
764 RelativePath=".\hlp\hid_app_exit.htm"
765 DeploymentContent="true"
767 </File>
768 <File
769 RelativePath=".\hlp\hid_context_help.htm"
770 DeploymentContent="true"
772 </File>
773 <File
774 RelativePath=".\hlp\hid_edit_clear.htm"
775 DeploymentContent="true"
777 </File>
778 <File
779 RelativePath=".\hlp\hid_edit_clear_all.htm"
780 DeploymentContent="true"
782 </File>
783 <File
784 RelativePath=".\hlp\hid_edit_copy.htm"
785 DeploymentContent="true"
787 </File>
788 <File
789 RelativePath=".\hlp\hid_edit_cut.htm"
790 DeploymentContent="true"
792 </File>
793 <File
794 RelativePath=".\hlp\hid_edit_find.htm"
795 DeploymentContent="true"
797 </File>
798 <File
799 RelativePath=".\hlp\hid_edit_paste.htm"
800 DeploymentContent="true"
802 </File>
803 <File
804 RelativePath=".\hlp\hid_edit_redo.htm"
805 DeploymentContent="true"
807 </File>
808 <File
809 RelativePath=".\hlp\hid_edit_repeat.htm"
810 DeploymentContent="true"
812 </File>
813 <File
814 RelativePath=".\hlp\hid_edit_replace.htm"
815 DeploymentContent="true"
817 </File>
818 <File
819 RelativePath=".\hlp\hid_edit_undo.htm"
820 DeploymentContent="true"
822 </File>
823 <File
824 RelativePath=".\hlp\hid_file_close.htm"
825 DeploymentContent="true"
827 </File>
828 <File
829 RelativePath=".\hlp\hid_file_mru_file1.htm"
830 DeploymentContent="true"
832 </File>
833 <File
834 RelativePath=".\hlp\hid_file_new.htm"
835 DeploymentContent="true"
837 </File>
838 <File
839 RelativePath=".\hlp\hid_file_open.htm"
840 DeploymentContent="true"
842 </File>
843 <File
844 RelativePath=".\hlp\hid_file_page_setup.htm"
845 DeploymentContent="true"
847 </File>
848 <File
849 RelativePath=".\hlp\hid_file_print.htm"
850 DeploymentContent="true"
852 </File>
853 <File
854 RelativePath=".\hlp\hid_file_print_preview.htm"
855 DeploymentContent="true"
857 </File>
858 <File
859 RelativePath=".\hlp\hid_file_print_setup.htm"
860 DeploymentContent="true"
862 </File>
863 <File
864 RelativePath=".\hlp\hid_file_save.htm"
865 DeploymentContent="true"
867 </File>
868 <File
869 RelativePath=".\hlp\hid_file_save_as.htm"
870 DeploymentContent="true"
872 </File>
873 <File
874 RelativePath=".\hlp\hid_file_send_mail.htm"
875 DeploymentContent="true"
877 </File>
878 <File
879 RelativePath=".\hlp\hid_help_index.htm"
880 DeploymentContent="true"
882 </File>
883 <File
884 RelativePath=".\hlp\hid_help_using.htm"
885 DeploymentContent="true"
887 </File>
888 <File
889 RelativePath=".\hlp\hid_ht_caption.htm"
890 DeploymentContent="true"
892 </File>
893 <File
894 RelativePath=".\hlp\hid_ht_nowhere.htm"
895 DeploymentContent="true"
897 </File>
898 <File
899 RelativePath=".\hlp\hid_next_pane.htm"
900 DeploymentContent="true"
902 </File>
903 <File
904 RelativePath=".\hlp\hid_prev_pane.htm"
905 DeploymentContent="true"
907 </File>
908 <File
909 RelativePath=".\hlp\hid_sc_close.htm"
910 DeploymentContent="true"
912 </File>
913 <File
914 RelativePath=".\hlp\hid_sc_maximize.htm"
915 DeploymentContent="true"
917 </File>
918 <File
919 RelativePath=".\hlp\hid_sc_minimize.htm"
920 DeploymentContent="true"
922 </File>
923 <File
924 RelativePath=".\hlp\hid_sc_move.htm"
925 DeploymentContent="true"
927 </File>
928 <File
929 RelativePath=".\hlp\hid_sc_nextwindow.htm"
930 DeploymentContent="true"
932 </File>
933 <File
934 RelativePath=".\hlp\hid_sc_prevwindow.htm"
935 DeploymentContent="true"
937 </File>
938 <File
939 RelativePath=".\hlp\hid_sc_restore.htm"
940 DeploymentContent="true"
942 </File>
943 <File
944 RelativePath=".\hlp\hid_sc_size.htm"
945 DeploymentContent="true"
947 </File>
948 <File
949 RelativePath=".\hlp\hid_sc_tasklist.htm"
950 DeploymentContent="true"
952 </File>
953 <File
954 RelativePath=".\hlp\hid_view_ruler.htm"
955 DeploymentContent="true"
957 </File>
958 <File
959 RelativePath=".\hlp\hid_view_status_bar.htm"
960 DeploymentContent="true"
962 </File>
963 <File
964 RelativePath=".\hlp\hid_view_toolbar.htm"
965 DeploymentContent="true"
967 </File>
968 <File
969 RelativePath=".\hlp\hid_window_all.htm"
970 DeploymentContent="true"
972 </File>
973 <File
974 RelativePath=".\hlp\hid_window_arrange.htm"
975 DeploymentContent="true"
977 </File>
978 <File
979 RelativePath=".\hlp\hid_window_cascade.htm"
980 DeploymentContent="true"
982 </File>
983 <File
984 RelativePath=".\hlp\hid_window_new.htm"
985 DeploymentContent="true"
987 </File>
988 <File
989 RelativePath=".\hlp\hid_window_split.htm"
990 DeploymentContent="true"
992 </File>
993 <File
994 RelativePath=".\hlp\hid_window_tile.htm"
995 DeploymentContent="true"
997 </File>
998 <File
999 RelativePath=".\hlp\hid_window_tile_horz.htm"
1000 DeploymentContent="true"
1002 </File>
1003 <File
1004 RelativePath=".\hlp\hid_window_tile_vert.htm"
1005 DeploymentContent="true"
1007 </File>
1008 <File
1009 RelativePath=".\hlp\hidr_doc1type.htm"
1010 DeploymentContent="true"
1012 </File>
1013 <File
1014 RelativePath=".\hlp\main_index.htm"
1015 DeploymentContent="true"
1017 </File>
1018 <File
1019 RelativePath=".\hlp\menu_edit.htm"
1020 DeploymentContent="true"
1022 </File>
1023 <File
1024 RelativePath=".\hlp\menu_file.htm"
1025 DeploymentContent="true"
1027 </File>
1028 <File
1029 RelativePath=".\hlp\menu_help.htm"
1030 DeploymentContent="true"
1032 </File>
1033 <File
1034 RelativePath=".\hlp\menu_view.htm"
1035 DeploymentContent="true"
1037 </File>
1038 <File
1039 RelativePath=".\hlp\menu_window.htm"
1040 DeploymentContent="true"
1042 </File>
1043 <File
1044 RelativePath=".\hlp\scrollbars.htm"
1045 DeploymentContent="true"
1047 </File>
1048 </Filter>
1049 <Filter
1050 Name="HTML Help Files"
1051 Filter="hhp;hhc;hhk;gif;jpg"
1053 <File
1054 RelativePath=".\hlp\TortoiseGitBlame.hhc"
1056 </File>
1057 <File
1058 RelativePath=".\hlp\TortoiseGitBlame.hhk"
1060 </File>
1061 <File
1062 RelativePath=".\hlp\TortoiseGitBlame.hhp"
1064 <FileConfiguration
1065 Name="Debug|Win32"
1067 <Tool
1068 Name="VCCustomBuildTool"
1069 Description="Making help file..."
1070 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame.chm&quot; &quot;$(OutDir)\TortoiseGitBlame.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;"
1071 AdditionalDependencies="hlp\HTMLDefines.h"
1072 Outputs="$(OutDir)\$(ProjectName).chm"
1074 </FileConfiguration>
1075 <FileConfiguration
1076 Name="Debug|x64"
1078 <Tool
1079 Name="VCCustomBuildTool"
1080 Description="Making help file..."
1081 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame.chm&quot; &quot;$(OutDir)\TortoiseGitBlame.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;"
1082 AdditionalDependencies="hlp\HTMLDefines.h"
1083 Outputs="$(OutDir)\$(ProjectName).chm"
1085 </FileConfiguration>
1086 <FileConfiguration
1087 Name="Release|Win32"
1089 <Tool
1090 Name="VCCustomBuildTool"
1091 Description="Making help file..."
1092 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame.chm&quot; &quot;$(OutDir)\TortoiseGitBlame.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;"
1093 AdditionalDependencies="hlp\HTMLDefines.h"
1094 Outputs="$(OutDir)\$(ProjectName).chm"
1096 </FileConfiguration>
1097 <FileConfiguration
1098 Name="Release|x64"
1100 <Tool
1101 Name="VCCustomBuildTool"
1102 Description="Making help file..."
1103 CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame.chm&quot; &quot;$(OutDir)\TortoiseGitBlame.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;"
1104 AdditionalDependencies="hlp\HTMLDefines.h"
1105 Outputs="$(OutDir)\$(ProjectName).chm"
1107 </FileConfiguration>
1108 </File>
1109 </Filter>
1110 <File
1111 RelativePath=".\ReadMe.txt"
1113 </File>
1114 </Files>
1115 <Globals>
1116 <Global
1117 Name="RESOURCE_FILE"
1118 Value="\build\x64\TortoiseGit\src\Resources\TortoiseGitBlame.rc"
1120 </Globals>
1121 </VisualStudioProject>