remove the XPTheme wrapper class since we now require at least XP and don't need...
[TortoiseGit.git] / src / TortoiseGitBlame / TortoiseGitBlame.vcproj
blobf769b55c263336617597ba3e4bcb0916929ab5f5
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"
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 UxTheme.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 UxTheme.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 UxTheme.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="..\TortoiseProc\FindDlg.cpp"
381 </File>
382 <File
383 RelativePath=".\GitBlameLogList.h"
385 </File>
386 <File
387 RelativePath="..\TortoiseProc\GitLogCache.cpp"
389 </File>
390 <File
391 RelativePath="..\TortoiseProc\gitlogcache.h"
393 </File>
394 <File
395 RelativePath="..\TortoiseProc\GitLogListBase.cpp"
397 </File>
398 <File
399 RelativePath="..\TortoiseProc\GitLogListBase.h"
401 </File>
402 <File
403 RelativePath="..\TortoiseProc\GitStatusListCtrlHelpers.cpp"
405 </File>
406 <File
407 RelativePath="..\TortoiseProc\lanes.cpp"
409 </File>
410 <File
411 RelativePath="..\TortoiseProc\lanes.h"
413 </File>
414 <File
415 RelativePath="..\TortoiseProc\LogDataVector.cpp"
417 </File>
418 <File
419 RelativePath="..\TortoiseProc\LogDlgHelper.cpp"
421 </File>
422 <File
423 RelativePath="..\TortoiseProc\LogDlgHelper.h"
425 </File>
426 <File
427 RelativePath=".\LogListBlameAction.cpp"
429 </File>
430 <File
431 RelativePath=".\MainFrm.cpp"
433 </File>
434 <File
435 RelativePath=".\OutputWnd.cpp"
437 </File>
438 <File
439 RelativePath="..\TortoiseProc\ProjectProperties.cpp"
441 </File>
442 <File
443 RelativePath=".\PropertiesWnd.cpp"
445 </File>
446 <File
447 RelativePath="..\Utils\MiscUI\SciEdit.cpp"
449 </File>
450 <File
451 RelativePath="..\Utils\MiscUI\SciEdit.h"
453 </File>
454 <File
455 RelativePath="..\Utils\MiscUI\StandAloneDlg.cpp"
457 </File>
458 <File
459 RelativePath=".\stdafx.cpp"
461 <FileConfiguration
462 Name="Debug|Win32"
464 <Tool
465 Name="VCCLCompilerTool"
466 UsePrecompiledHeader="1"
468 </FileConfiguration>
469 <FileConfiguration
470 Name="Debug|x64"
472 <Tool
473 Name="VCCLCompilerTool"
474 UsePrecompiledHeader="1"
476 </FileConfiguration>
477 <FileConfiguration
478 Name="Release|Win32"
480 <Tool
481 Name="VCCLCompilerTool"
482 UsePrecompiledHeader="1"
484 </FileConfiguration>
485 <FileConfiguration
486 Name="Release|x64"
488 <Tool
489 Name="VCCLCompilerTool"
490 UsePrecompiledHeader="1"
492 </FileConfiguration>
493 </File>
494 <File
495 RelativePath=".\TortoiseGitBlame.cpp"
497 </File>
498 <File
499 RelativePath=".\TortoiseGitBlameAppUtils.cpp"
501 </File>
502 <File
503 RelativePath=".\TortoiseGitBlameDoc.cpp"
505 </File>
506 <File
507 RelativePath=".\TortoiseGitBlameView.cpp"
509 </File>
510 </Filter>
511 <Filter
512 Name="Header Files"
513 Filter="h;hpp;hxx;hm;inl;inc;xsd"
514 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
516 <File
517 RelativePath=".\EditGotoDlg.h"
519 </File>
520 <File
521 RelativePath="..\TortoiseMerge\FileTextLines.h"
523 </File>
524 <File
525 RelativePath=".\MainFrm.h"
527 </File>
528 <File
529 RelativePath=".\MenuEncode.h"
531 </File>
532 <File
533 RelativePath=".\OutputWnd.h"
535 </File>
536 <File
537 RelativePath=".\PropertiesWnd.h"
539 </File>
540 <File
541 RelativePath=".\Resource.h"
543 </File>
544 <File
545 RelativePath=".\stdafx.h"
547 </File>
548 <File
549 RelativePath=".\TortoiseGitBlame.h"
551 </File>
552 <File
553 RelativePath=".\TortoiseGitBlameDoc.h"
555 </File>
556 <File
557 RelativePath=".\TortoiseGitBlameView.h"
559 </File>
560 </Filter>
561 <Filter
562 Name="Resource Files"
563 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
564 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
566 <File
567 RelativePath=".\hlp\Images\Bullet.gif"
569 </File>
570 <File
571 RelativePath=".\res\output_wnd.ico"
573 </File>
574 <File
575 RelativePath="..\Resources\blameres\output_wnd.ico"
577 </File>
578 <File
579 RelativePath=".\res\output_wnd_hc.ico"
581 </File>
582 <File
583 RelativePath="..\Resources\blameres\output_wnd_hc.ico"
585 </File>
586 <File
587 RelativePath="..\Resources\blameres\properties.bmp"
589 </File>
590 <File
591 RelativePath=".\res\properties.bmp"
593 </File>
594 <File
595 RelativePath="..\Resources\blameres\properties_hc.bmp"
597 </File>
598 <File
599 RelativePath=".\res\properties_hc.bmp"
601 </File>
602 <File
603 RelativePath="..\Resources\blameres\properties_wnd.ico"
605 </File>
606 <File
607 RelativePath=".\res\properties_wnd.ico"
609 </File>
610 <File
611 RelativePath=".\res\properties_wnd_hc.ico"
613 </File>
614 <File
615 RelativePath="..\Resources\blameres\properties_wnd_hc.ico"
617 </File>
618 <File
619 RelativePath="..\Resources\blameres\Toolbar.bmp"
621 </File>
622 <File
623 RelativePath=".\res\Toolbar.bmp"
625 </File>
626 <File
627 RelativePath="..\Resources\blameres\Toolbar256.bmp"
629 </File>
630 <File
631 RelativePath=".\res\Toolbar256.bmp"
633 </File>
634 <File
635 RelativePath=".\res\TortoiseGitBlame.ico"
637 </File>
638 <File
639 RelativePath="..\Resources\blameres\TortoiseGitBlame.ico"
641 </File>
642 <File
643 RelativePath="..\Resources\TortoiseGitBlame.rc"
645 <FileConfiguration
646 Name="Debug|Win32"
648 <Tool
649 Name="VCResourceCompilerTool"
650 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
652 </FileConfiguration>
653 <FileConfiguration
654 Name="Debug|x64"
656 <Tool
657 Name="VCResourceCompilerTool"
658 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
660 </FileConfiguration>
661 <FileConfiguration
662 Name="Release|Win32"
664 <Tool
665 Name="VCResourceCompilerTool"
666 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
668 </FileConfiguration>
669 <FileConfiguration
670 Name="Release|x64"
672 <Tool
673 Name="VCResourceCompilerTool"
674 AdditionalIncludeDirectories="$(IntDir);..\TortoiseShell"
676 </FileConfiguration>
677 </File>
678 <File
679 RelativePath="..\Resources\blameres\TortoiseGitBlameDoc.ico"
681 </File>
682 <File
683 RelativePath=".\res\TortoiseGitBlameDoc.ico"
685 </File>
686 <File
687 RelativePath=".\UserImages.bmp"
689 </File>
690 </Filter>
691 <Filter
692 Name="HTML Help Topics"
693 Filter="htm;html"
695 <File
696 RelativePath=".\hlp\afx_hidd_color.htm"
697 DeploymentContent="true"
699 </File>
700 <File
701 RelativePath=".\hlp\afx_hidd_fileopen.htm"
702 DeploymentContent="true"
704 </File>
705 <File
706 RelativePath=".\hlp\afx_hidd_filesave.htm"
707 DeploymentContent="true"
709 </File>
710 <File
711 RelativePath=".\hlp\afx_hidd_find.htm"
712 DeploymentContent="true"
714 </File>
715 <File
716 RelativePath=".\hlp\afx_hidd_font.htm"
717 DeploymentContent="true"
719 </File>
720 <File
721 RelativePath=".\hlp\afx_hidd_newtypedlg.htm"
722 DeploymentContent="true"
724 </File>
725 <File
726 RelativePath=".\hlp\afx_hidd_print.htm"
727 DeploymentContent="true"
729 </File>
730 <File
731 RelativePath=".\hlp\afx_hidd_printdlg.htm"
732 DeploymentContent="true"
734 </File>
735 <File
736 RelativePath=".\hlp\afx_hidd_printsetup.htm"
737 DeploymentContent="true"
739 </File>
740 <File
741 RelativePath=".\hlp\afx_hidd_replace.htm"
742 DeploymentContent="true"
744 </File>
745 <File
746 RelativePath=".\hlp\afx_hidp_default.htm"
747 DeploymentContent="true"
749 </File>
750 <File
751 RelativePath=".\hlp\afx_hidw_dockbar_top.htm"
752 DeploymentContent="true"
754 </File>
755 <File
756 RelativePath=".\hlp\afx_hidw_preview_bar.htm"
757 DeploymentContent="true"
759 </File>
760 <File
761 RelativePath=".\hlp\afx_hidw_status_bar.htm"
762 DeploymentContent="true"
764 </File>
765 <File
766 RelativePath=".\hlp\afx_hidw_toolbar.htm"
767 DeploymentContent="true"
769 </File>
770 <File
771 RelativePath=".\hlp\hid_app_about.htm"
772 DeploymentContent="true"
774 </File>
775 <File
776 RelativePath=".\hlp\hid_app_exit.htm"
777 DeploymentContent="true"
779 </File>
780 <File
781 RelativePath=".\hlp\hid_context_help.htm"
782 DeploymentContent="true"
784 </File>
785 <File
786 RelativePath=".\hlp\hid_edit_clear.htm"
787 DeploymentContent="true"
789 </File>
790 <File
791 RelativePath=".\hlp\hid_edit_clear_all.htm"
792 DeploymentContent="true"
794 </File>
795 <File
796 RelativePath=".\hlp\hid_edit_copy.htm"
797 DeploymentContent="true"
799 </File>
800 <File
801 RelativePath=".\hlp\hid_edit_cut.htm"
802 DeploymentContent="true"
804 </File>
805 <File
806 RelativePath=".\hlp\hid_edit_find.htm"
807 DeploymentContent="true"
809 </File>
810 <File
811 RelativePath=".\hlp\hid_edit_paste.htm"
812 DeploymentContent="true"
814 </File>
815 <File
816 RelativePath=".\hlp\hid_edit_redo.htm"
817 DeploymentContent="true"
819 </File>
820 <File
821 RelativePath=".\hlp\hid_edit_repeat.htm"
822 DeploymentContent="true"
824 </File>
825 <File
826 RelativePath=".\hlp\hid_edit_replace.htm"
827 DeploymentContent="true"
829 </File>
830 <File
831 RelativePath=".\hlp\hid_edit_undo.htm"
832 DeploymentContent="true"
834 </File>
835 <File
836 RelativePath=".\hlp\hid_file_close.htm"
837 DeploymentContent="true"
839 </File>
840 <File
841 RelativePath=".\hlp\hid_file_mru_file1.htm"
842 DeploymentContent="true"
844 </File>
845 <File
846 RelativePath=".\hlp\hid_file_new.htm"
847 DeploymentContent="true"
849 </File>
850 <File
851 RelativePath=".\hlp\hid_file_open.htm"
852 DeploymentContent="true"
854 </File>
855 <File
856 RelativePath=".\hlp\hid_file_page_setup.htm"
857 DeploymentContent="true"
859 </File>
860 <File
861 RelativePath=".\hlp\hid_file_print.htm"
862 DeploymentContent="true"
864 </File>
865 <File
866 RelativePath=".\hlp\hid_file_print_preview.htm"
867 DeploymentContent="true"
869 </File>
870 <File
871 RelativePath=".\hlp\hid_file_print_setup.htm"
872 DeploymentContent="true"
874 </File>
875 <File
876 RelativePath=".\hlp\hid_file_save.htm"
877 DeploymentContent="true"
879 </File>
880 <File
881 RelativePath=".\hlp\hid_file_save_as.htm"
882 DeploymentContent="true"
884 </File>
885 <File
886 RelativePath=".\hlp\hid_file_send_mail.htm"
887 DeploymentContent="true"
889 </File>
890 <File
891 RelativePath=".\hlp\hid_help_index.htm"
892 DeploymentContent="true"
894 </File>
895 <File
896 RelativePath=".\hlp\hid_help_using.htm"
897 DeploymentContent="true"
899 </File>
900 <File
901 RelativePath=".\hlp\hid_ht_caption.htm"
902 DeploymentContent="true"
904 </File>
905 <File
906 RelativePath=".\hlp\hid_ht_nowhere.htm"
907 DeploymentContent="true"
909 </File>
910 <File
911 RelativePath=".\hlp\hid_next_pane.htm"
912 DeploymentContent="true"
914 </File>
915 <File
916 RelativePath=".\hlp\hid_prev_pane.htm"
917 DeploymentContent="true"
919 </File>
920 <File
921 RelativePath=".\hlp\hid_sc_close.htm"
922 DeploymentContent="true"
924 </File>
925 <File
926 RelativePath=".\hlp\hid_sc_maximize.htm"
927 DeploymentContent="true"
929 </File>
930 <File
931 RelativePath=".\hlp\hid_sc_minimize.htm"
932 DeploymentContent="true"
934 </File>
935 <File
936 RelativePath=".\hlp\hid_sc_move.htm"
937 DeploymentContent="true"
939 </File>
940 <File
941 RelativePath=".\hlp\hid_sc_nextwindow.htm"
942 DeploymentContent="true"
944 </File>
945 <File
946 RelativePath=".\hlp\hid_sc_prevwindow.htm"
947 DeploymentContent="true"
949 </File>
950 <File
951 RelativePath=".\hlp\hid_sc_restore.htm"
952 DeploymentContent="true"
954 </File>
955 <File
956 RelativePath=".\hlp\hid_sc_size.htm"
957 DeploymentContent="true"
959 </File>
960 <File
961 RelativePath=".\hlp\hid_sc_tasklist.htm"
962 DeploymentContent="true"
964 </File>
965 <File
966 RelativePath=".\hlp\hid_view_ruler.htm"
967 DeploymentContent="true"
969 </File>
970 <File
971 RelativePath=".\hlp\hid_view_status_bar.htm"
972 DeploymentContent="true"
974 </File>
975 <File
976 RelativePath=".\hlp\hid_view_toolbar.htm"
977 DeploymentContent="true"
979 </File>
980 <File
981 RelativePath=".\hlp\hid_window_all.htm"
982 DeploymentContent="true"
984 </File>
985 <File
986 RelativePath=".\hlp\hid_window_arrange.htm"
987 DeploymentContent="true"
989 </File>
990 <File
991 RelativePath=".\hlp\hid_window_cascade.htm"
992 DeploymentContent="true"
994 </File>
995 <File
996 RelativePath=".\hlp\hid_window_new.htm"
997 DeploymentContent="true"
999 </File>
1000 <File
1001 RelativePath=".\hlp\hid_window_split.htm"
1002 DeploymentContent="true"
1004 </File>
1005 <File
1006 RelativePath=".\hlp\hid_window_tile.htm"
1007 DeploymentContent="true"
1009 </File>
1010 <File
1011 RelativePath=".\hlp\hid_window_tile_horz.htm"
1012 DeploymentContent="true"
1014 </File>
1015 <File
1016 RelativePath=".\hlp\hid_window_tile_vert.htm"
1017 DeploymentContent="true"
1019 </File>
1020 <File
1021 RelativePath=".\hlp\hidr_doc1type.htm"
1022 DeploymentContent="true"
1024 </File>
1025 <File
1026 RelativePath=".\hlp\main_index.htm"
1027 DeploymentContent="true"
1029 </File>
1030 <File
1031 RelativePath=".\hlp\menu_edit.htm"
1032 DeploymentContent="true"
1034 </File>
1035 <File
1036 RelativePath=".\hlp\menu_file.htm"
1037 DeploymentContent="true"
1039 </File>
1040 <File
1041 RelativePath=".\hlp\menu_help.htm"
1042 DeploymentContent="true"
1044 </File>
1045 <File
1046 RelativePath=".\hlp\menu_view.htm"
1047 DeploymentContent="true"
1049 </File>
1050 <File
1051 RelativePath=".\hlp\menu_window.htm"
1052 DeploymentContent="true"
1054 </File>
1055 <File
1056 RelativePath=".\hlp\scrollbars.htm"
1057 DeploymentContent="true"
1059 </File>
1060 </Filter>
1061 <Filter
1062 Name="HTML Help Files"
1063 Filter="hhp;hhc;hhk;gif;jpg"
1065 <File
1066 RelativePath=".\hlp\TortoiseGitBlame.hhc"
1068 </File>
1069 <File
1070 RelativePath=".\hlp\TortoiseGitBlame.hhk"
1072 </File>
1073 <File
1074 RelativePath=".\hlp\TortoiseGitBlame.hhp"
1076 <FileConfiguration
1077 Name="Debug|Win32"
1079 <Tool
1080 Name="VCCustomBuildTool"
1081 Description="Making help file..."
1082 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;"
1083 AdditionalDependencies="hlp\HTMLDefines.h"
1084 Outputs="$(OutDir)\$(ProjectName).chm"
1086 </FileConfiguration>
1087 <FileConfiguration
1088 Name="Debug|x64"
1090 <Tool
1091 Name="VCCustomBuildTool"
1092 Description="Making help file..."
1093 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;"
1094 AdditionalDependencies="hlp\HTMLDefines.h"
1095 Outputs="$(OutDir)\$(ProjectName).chm"
1097 </FileConfiguration>
1098 <FileConfiguration
1099 Name="Release|Win32"
1101 <Tool
1102 Name="VCCustomBuildTool"
1103 Description="Making help file..."
1104 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;"
1105 AdditionalDependencies="hlp\HTMLDefines.h"
1106 Outputs="$(OutDir)\$(ProjectName).chm"
1108 </FileConfiguration>
1109 <FileConfiguration
1110 Name="Release|x64"
1112 <Tool
1113 Name="VCCustomBuildTool"
1114 Description="Making help file..."
1115 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;"
1116 AdditionalDependencies="hlp\HTMLDefines.h"
1117 Outputs="$(OutDir)\$(ProjectName).chm"
1119 </FileConfiguration>
1120 </File>
1121 </Filter>
1122 </Files>
1123 <Globals>
1124 <Global
1125 Name="RESOURCE_FILE"
1126 Value="\build\x64\TortoiseGit\src\Resources\TortoiseGitBlame.rc"
1128 </Globals>
1129 </VisualStudioProject>