reset
[git-build-vc9.git] / git.vcproj
blob68f6f893025cd7e6311b46b127ede4c0a5ade1cc
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="git"
6 ProjectGUID="{82D926ED-48C4-4BEF-B9A3-CB934D9BB5C6}"
7 RootNamespace="git"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)out\$(ConfigurationName)"
22 IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
23 ConfigurationType="1"
24 CharacterSet="1"
26 <Tool
27 Name="VCPreBuildEventTool"
29 <Tool
30 Name="VCCustomBuildTool"
32 <Tool
33 Name="VCXMLDataGeneratorTool"
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
38 <Tool
39 Name="VCMIDLTool"
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories="$(ProjectDir)\tcrt\inc;$(ProjectDir)\zlib\inc;$(ProjectDir)\curl\inc;$(ProjectDir)\build;git\compat\fnmatch;git\compat\regex"
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;__TINYCRT__;CURL_STATICLIB;WIN32_LEAN_AND_MEAN"
46 MinimalRebuild="true"
47 ExceptionHandling="0"
48 BasicRuntimeChecks="0"
49 RuntimeLibrary="1"
50 BufferSecurityCheck="false"
51 UsePrecompiledHeader="0"
52 WarningLevel="3"
53 DebugInformationFormat="4"
55 <Tool
56 Name="VCManagedResourceCompilerTool"
58 <Tool
59 Name="VCResourceCompilerTool"
61 <Tool
62 Name="VCPreLinkEventTool"
64 <Tool
65 Name="VCLinkerTool"
66 LinkIncremental="2"
67 IgnoreAllDefaultLibraries="true"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 TargetMachine="1"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCManifestTool"
78 <Tool
79 Name="VCXDCMakeTool"
81 <Tool
82 Name="VCBscMakeTool"
84 <Tool
85 Name="VCFxCopTool"
87 <Tool
88 Name="VCAppVerifierTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)out\$(ConfigurationName)"
97 IntermediateDirectory="$(SolutionDir)obj\$(ConfigurationName)\$(ProjectName)"
98 ConfigurationType="1"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
102 <Tool
103 Name="VCPreBuildEventTool"
105 <Tool
106 Name="VCCustomBuildTool"
108 <Tool
109 Name="VCXMLDataGeneratorTool"
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
114 <Tool
115 Name="VCMIDLTool"
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="2"
120 EnableIntrinsicFunctions="true"
121 AdditionalIncludeDirectories="$(ProjectDir)\tcrt\inc;$(ProjectDir)\zlib\inc;$(ProjectDir)\curl\inc;$(ProjectDir)\build;git\compat\fnmatch;git\compat\regex"
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;__TINYCRT__;CURL_STATICLIB;WIN32_LEAN_AND_MEAN"
123 StringPooling="true"
124 ExceptionHandling="0"
125 RuntimeLibrary="0"
126 BufferSecurityCheck="false"
127 EnableFunctionLevelLinking="false"
128 RuntimeTypeInfo="false"
129 UsePrecompiledHeader="0"
130 AssemblerOutput="4"
131 WarningLevel="3"
132 DebugInformationFormat="3"
134 <Tool
135 Name="VCManagedResourceCompilerTool"
137 <Tool
138 Name="VCResourceCompilerTool"
140 <Tool
141 Name="VCPreLinkEventTool"
143 <Tool
144 Name="VCLinkerTool"
145 LinkIncremental="1"
146 IgnoreAllDefaultLibraries="true"
147 GenerateDebugInformation="true"
148 SubSystem="1"
149 StackReserveSize="1048576"
150 StackCommitSize="1048576"
151 OptimizeReferences="2"
152 EnableCOMDATFolding="2"
153 RandomizedBaseAddress="2"
154 TargetMachine="1"
156 <Tool
157 Name="VCALinkTool"
159 <Tool
160 Name="VCManifestTool"
162 <Tool
163 Name="VCXDCMakeTool"
165 <Tool
166 Name="VCBscMakeTool"
168 <Tool
169 Name="VCFxCopTool"
171 <Tool
172 Name="VCAppVerifierTool"
174 <Tool
175 Name="VCPostBuildEventTool"
177 </Configuration>
178 </Configurations>
179 <References>
180 </References>
181 <Files>
182 <Filter
183 Name="Source Files"
184 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
187 <Filter
188 Name="build-in"
190 <File
191 RelativePath=".\git\builtin-add.c"
193 </File>
194 <File
195 RelativePath=".\git\builtin-annotate.c"
197 </File>
198 <File
199 RelativePath=".\git\builtin-apply.c"
201 </File>
202 <File
203 RelativePath=".\git\builtin-archive.c"
205 </File>
206 <File
207 RelativePath=".\git\builtin-blame.c"
209 </File>
210 <File
211 RelativePath=".\git\builtin-branch.c"
213 </File>
214 <File
215 RelativePath=".\git\builtin-bundle.c"
217 </File>
218 <File
219 RelativePath=".\git\builtin-cat-file.c"
221 </File>
222 <File
223 RelativePath=".\git\builtin-check-attr.c"
225 </File>
226 <File
227 RelativePath=".\git\builtin-check-ref-format.c"
229 </File>
230 <File
231 RelativePath=".\git\builtin-checkout-index.c"
233 </File>
234 <File
235 RelativePath=".\git\builtin-checkout.c"
237 </File>
238 <File
239 RelativePath=".\git\builtin-clean.c"
241 </File>
242 <File
243 RelativePath=".\git\builtin-clone.c"
245 </File>
246 <File
247 RelativePath=".\git\builtin-commit-tree.c"
249 </File>
250 <File
251 RelativePath=".\git\builtin-commit.c"
253 </File>
254 <File
255 RelativePath=".\git\builtin-config.c"
257 </File>
258 <File
259 RelativePath=".\git\builtin-count-objects.c"
261 </File>
262 <File
263 RelativePath=".\git\builtin-describe.c"
265 </File>
266 <File
267 RelativePath=".\git\builtin-diff-files.c"
269 </File>
270 <File
271 RelativePath=".\git\builtin-diff-index.c"
273 </File>
274 <File
275 RelativePath=".\git\builtin-diff-tree.c"
277 </File>
278 <File
279 RelativePath=".\git\builtin-diff.c"
281 </File>
282 <File
283 RelativePath=".\git\builtin-fast-export.c"
285 </File>
286 <File
287 RelativePath=".\git\builtin-fetch--tool.c"
289 </File>
290 <File
291 RelativePath=".\git\builtin-fetch-pack.c"
293 </File>
294 <File
295 RelativePath=".\git\builtin-fetch.c"
297 </File>
298 <File
299 RelativePath=".\git\builtin-fmt-merge-msg.c"
301 </File>
302 <File
303 RelativePath=".\git\builtin-for-each-ref.c"
305 </File>
306 <File
307 RelativePath=".\git\builtin-fsck.c"
309 </File>
310 <File
311 RelativePath=".\git\builtin-gc.c"
313 </File>
314 <File
315 RelativePath=".\git\builtin-grep.c"
317 </File>
318 <File
319 RelativePath=".\git\builtin-http-fetch.c"
321 </File>
322 <File
323 RelativePath=".\git\builtin-init-db.c"
325 </File>
326 <File
327 RelativePath=".\git\builtin-log.c"
329 </File>
330 <File
331 RelativePath=".\git\builtin-ls-files.c"
333 </File>
334 <File
335 RelativePath=".\git\builtin-ls-remote.c"
337 </File>
338 <File
339 RelativePath=".\git\builtin-ls-tree.c"
341 </File>
342 <File
343 RelativePath=".\git\builtin-mailinfo.c"
345 </File>
346 <File
347 RelativePath=".\git\builtin-mailsplit.c"
349 </File>
350 <File
351 RelativePath=".\git\builtin-merge-base.c"
353 </File>
354 <File
355 RelativePath=".\git\builtin-merge-file.c"
357 </File>
358 <File
359 RelativePath=".\git\builtin-merge-ours.c"
361 </File>
362 <File
363 RelativePath=".\git\builtin-merge-recursive.c"
365 </File>
366 <File
367 RelativePath=".\git\builtin-merge.c"
369 </File>
370 <File
371 RelativePath=".\git\builtin-mv.c"
373 </File>
374 <File
375 RelativePath=".\git\builtin-name-rev.c"
377 </File>
378 <File
379 RelativePath=".\git\builtin-pack-objects.c"
381 </File>
382 <File
383 RelativePath=".\git\builtin-pack-refs.c"
385 </File>
386 <File
387 RelativePath=".\git\builtin-prune-packed.c"
389 </File>
390 <File
391 RelativePath=".\git\builtin-prune.c"
393 </File>
394 <File
395 RelativePath=".\git\builtin-push.c"
397 </File>
398 <File
399 RelativePath=".\git\builtin-read-tree.c"
401 </File>
402 <File
403 RelativePath=".\git\builtin-reflog.c"
405 </File>
406 <File
407 RelativePath=".\git\builtin-remote.c"
409 </File>
410 <File
411 RelativePath=".\git\builtin-rerere.c"
413 </File>
414 <File
415 RelativePath=".\git\builtin-reset.c"
417 </File>
418 <File
419 RelativePath=".\git\builtin-rev-list.c"
421 </File>
422 <File
423 RelativePath=".\git\builtin-rev-parse.c"
425 </File>
426 <File
427 RelativePath=".\git\builtin-revert.c"
429 </File>
430 <File
431 RelativePath=".\git\builtin-rm.c"
433 </File>
434 <File
435 RelativePath=".\git\builtin-send-pack.c"
437 </File>
438 <File
439 RelativePath=".\git\builtin-shortlog.c"
441 </File>
442 <File
443 RelativePath=".\git\builtin-show-branch.c"
445 </File>
446 <File
447 RelativePath=".\git\builtin-show-ref.c"
449 </File>
450 <File
451 RelativePath=".\git\builtin-stripspace.c"
453 </File>
454 <File
455 RelativePath=".\git\builtin-symbolic-ref.c"
457 </File>
458 <File
459 RelativePath=".\git\builtin-tag.c"
461 </File>
462 <File
463 RelativePath=".\git\builtin-tar-tree.c"
465 </File>
466 <File
467 RelativePath=".\git\builtin-unpack-objects.c"
469 </File>
470 <File
471 RelativePath=".\git\builtin-update-index.c"
473 </File>
474 <File
475 RelativePath=".\git\builtin-update-ref.c"
477 </File>
478 <File
479 RelativePath=".\git\builtin-upload-archive.c"
481 </File>
482 <File
483 RelativePath=".\git\builtin-verify-pack.c"
485 </File>
486 <File
487 RelativePath=".\git\builtin-verify-tag.c"
489 </File>
490 <File
491 RelativePath=".\git\builtin-write-tree.c"
493 </File>
494 <File
495 RelativePath=".\git\daemon.c"
497 <FileConfiguration
498 Name="Debug|Win32"
499 ExcludedFromBuild="true"
501 <Tool
502 Name="VCCLCompilerTool"
504 </FileConfiguration>
505 </File>
506 <File
507 RelativePath=".\git\fast-import.c"
509 </File>
510 <File
511 RelativePath=".\git\git.c"
513 </File>
514 <File
515 RelativePath=".\git\hash-object.c"
517 </File>
518 <File
519 RelativePath=".\git\http-push.c"
521 <FileConfiguration
522 Name="Debug|Win32"
523 ExcludedFromBuild="true"
525 <Tool
526 Name="VCCLCompilerTool"
528 </FileConfiguration>
529 </File>
530 <File
531 RelativePath=".\git\imap-send.c"
533 <FileConfiguration
534 Name="Debug|Win32"
535 ExcludedFromBuild="true"
537 <Tool
538 Name="VCCLCompilerTool"
540 </FileConfiguration>
541 </File>
542 <File
543 RelativePath=".\git\index-pack.c"
545 </File>
546 <File
547 RelativePath=".\git\merge-index.c"
549 </File>
550 <File
551 RelativePath=".\git\merge-tree.c"
553 </File>
554 <File
555 RelativePath=".\git\mktag.c"
557 </File>
558 <File
559 RelativePath=".\git\mktree.c"
561 </File>
562 <File
563 RelativePath=".\git\pack-redundant.c"
565 </File>
566 <File
567 RelativePath=".\git\patch-id.c"
569 </File>
570 <File
571 RelativePath=".\git\receive-pack.c"
573 </File>
574 <File
575 RelativePath=".\git\show-index.c"
577 </File>
578 <File
579 RelativePath=".\git\unpack-file.c"
581 </File>
582 <File
583 RelativePath=".\git\update-server-info.c"
585 </File>
586 <File
587 RelativePath=".\git\upload-pack.c"
589 </File>
590 <File
591 RelativePath=".\git\var.c"
593 </File>
594 </Filter>
595 <Filter
596 Name="xdiff"
598 <File
599 RelativePath=".\git\xdiff\xdiffi.c"
601 </File>
602 <File
603 RelativePath=".\git\xdiff\xemit.c"
605 </File>
606 <File
607 RelativePath=".\git\xdiff\xmerge.c"
609 </File>
610 <File
611 RelativePath=".\git\xdiff\xprepare.c"
613 </File>
614 <File
615 RelativePath=".\git\xdiff\xutils.c"
617 </File>
618 </Filter>
619 <Filter
620 Name="lib"
622 <File
623 RelativePath=".\git\abspath.c"
625 </File>
626 <File
627 RelativePath=".\git\alias.c"
629 </File>
630 <File
631 RelativePath=".\git\alloc.c"
633 </File>
634 <File
635 RelativePath=".\git\archive-tar.c"
637 </File>
638 <File
639 RelativePath=".\git\archive-zip.c"
641 </File>
642 <File
643 RelativePath=".\git\archive.c"
645 </File>
646 <File
647 RelativePath=".\git\attr.c"
649 </File>
650 <File
651 RelativePath=".\git\base85.c"
653 </File>
654 <File
655 RelativePath=".\git\blob.c"
657 </File>
658 <File
659 RelativePath=".\git\branch.c"
661 </File>
662 <File
663 RelativePath=".\git\bundle.c"
665 </File>
666 <File
667 RelativePath=".\git\cache-tree.c"
669 </File>
670 <File
671 RelativePath=".\git\color.c"
673 </File>
674 <File
675 RelativePath=".\git\combine-diff.c"
677 </File>
678 <File
679 RelativePath=".\git\commit.c"
681 </File>
682 <File
683 RelativePath=".\git\config.c"
685 </File>
686 <File
687 RelativePath=".\git\connect.c"
689 </File>
690 <File
691 RelativePath=".\git\convert.c"
693 </File>
694 <File
695 RelativePath=".\git\copy.c"
697 </File>
698 <File
699 RelativePath=".\git\csum-file.c"
701 </File>
702 <File
703 RelativePath=".\git\ctype.c"
705 </File>
706 <File
707 RelativePath=".\git\date.c"
709 </File>
710 <File
711 RelativePath=".\git\decorate.c"
713 </File>
714 <File
715 RelativePath=".\git\diff-delta.c"
717 </File>
718 <File
719 RelativePath=".\git\diff-lib.c"
721 </File>
722 <File
723 RelativePath=".\git\diff-no-index.c"
725 </File>
726 <File
727 RelativePath=".\git\diff.c"
729 </File>
730 <File
731 RelativePath=".\git\diffcore-break.c"
733 </File>
734 <File
735 RelativePath=".\git\diffcore-delta.c"
737 </File>
738 <File
739 RelativePath=".\git\diffcore-order.c"
741 </File>
742 <File
743 RelativePath=".\git\diffcore-pickaxe.c"
745 </File>
746 <File
747 RelativePath=".\git\diffcore-rename.c"
749 </File>
750 <File
751 RelativePath=".\git\dir.c"
753 </File>
754 <File
755 RelativePath=".\git\editor.c"
757 </File>
758 <File
759 RelativePath=".\git\entry.c"
761 </File>
762 <File
763 RelativePath=".\git\environment.c"
765 </File>
766 <File
767 RelativePath=".\git\exec_cmd.c"
769 </File>
770 <File
771 RelativePath=".\git\fsck.c"
773 </File>
774 <File
775 RelativePath=".\git\graph.c"
777 </File>
778 <File
779 RelativePath=".\git\grep.c"
781 </File>
782 <File
783 RelativePath=".\git\hash.c"
785 </File>
786 <File
787 RelativePath=".\git\help.c"
789 </File>
790 <File
791 RelativePath=".\git\http-walker.c"
793 </File>
794 <File
795 RelativePath=".\git\http.c"
797 </File>
798 <File
799 RelativePath=".\git\ident.c"
801 </File>
802 <File
803 RelativePath=".\git\interpolate.c"
805 </File>
806 <File
807 RelativePath=".\git\list-objects.c"
809 </File>
810 <File
811 RelativePath=".\git\ll-merge.c"
813 </File>
814 <File
815 RelativePath=".\git\lockfile.c"
817 </File>
818 <File
819 RelativePath=".\git\log-tree.c"
821 </File>
822 <File
823 RelativePath=".\git\mailmap.c"
825 </File>
826 <File
827 RelativePath=".\git\match-trees.c"
829 </File>
830 <File
831 RelativePath=".\git\merge-file.c"
833 </File>
834 <File
835 RelativePath=".\git\name-hash.c"
837 </File>
838 <File
839 RelativePath=".\git\object.c"
841 </File>
842 <File
843 RelativePath=".\git\pack-check.c"
845 </File>
846 <File
847 RelativePath=".\git\pack-refs.c"
849 </File>
850 <File
851 RelativePath=".\git\pack-revindex.c"
853 </File>
854 <File
855 RelativePath=".\git\pack-write.c"
857 </File>
858 <File
859 RelativePath=".\git\pager.c"
861 </File>
862 <File
863 RelativePath=".\git\parse-options.c"
865 </File>
866 <File
867 RelativePath=".\git\patch-delta.c"
869 </File>
870 <File
871 RelativePath=".\git\patch-ids.c"
873 </File>
874 <File
875 RelativePath=".\git\path.c"
877 </File>
878 <File
879 RelativePath=".\git\pkt-line.c"
881 </File>
882 <File
883 RelativePath=".\git\pretty.c"
885 </File>
886 <File
887 RelativePath=".\git\progress.c"
889 </File>
890 <File
891 RelativePath=".\git\quote.c"
893 </File>
894 <File
895 RelativePath=".\git\reachable.c"
897 </File>
898 <File
899 RelativePath=".\git\read-cache.c"
901 </File>
902 <File
903 RelativePath=".\git\reflog-walk.c"
905 </File>
906 <File
907 RelativePath=".\git\refs.c"
909 </File>
910 <File
911 RelativePath=".\git\remote.c"
913 </File>
914 <File
915 RelativePath=".\git\rerere.c"
917 </File>
918 <File
919 RelativePath=".\git\revision.c"
921 </File>
922 <File
923 RelativePath=".\git\run-command.c"
925 </File>
926 <File
927 RelativePath=".\git\server-info.c"
929 </File>
930 <File
931 RelativePath=".\git\setup.c"
933 </File>
934 <File
935 RelativePath=".\git\sha1-lookup.c"
937 </File>
938 <File
939 RelativePath=".\git\sha1_file.c"
941 </File>
942 <File
943 RelativePath=".\git\sha1_name.c"
945 </File>
946 <File
947 RelativePath=".\git\shallow.c"
949 </File>
950 <File
951 RelativePath=".\git\sideband.c"
953 </File>
954 <File
955 RelativePath=".\git\strbuf.c"
957 </File>
958 <File
959 RelativePath=".\git\string-list.c"
961 </File>
962 <File
963 RelativePath=".\git\symlinks.c"
965 </File>
966 <File
967 RelativePath=".\git\tag.c"
969 </File>
970 <File
971 RelativePath=".\git\thread-utils.c"
973 <FileConfiguration
974 Name="Debug|Win32"
975 ExcludedFromBuild="true"
977 <Tool
978 Name="VCCLCompilerTool"
980 </FileConfiguration>
981 </File>
982 <File
983 RelativePath=".\git\trace.c"
985 </File>
986 <File
987 RelativePath=".\git\transport.c"
989 </File>
990 <File
991 RelativePath=".\git\tree-diff.c"
993 </File>
994 <File
995 RelativePath=".\git\tree-walk.c"
997 </File>
998 <File
999 RelativePath=".\git\tree.c"
1001 </File>
1002 <File
1003 RelativePath=".\git\unpack-trees.c"
1005 </File>
1006 <File
1007 RelativePath=".\git\usage.c"
1009 </File>
1010 <File
1011 RelativePath=".\git\utf8.c"
1013 </File>
1014 <File
1015 RelativePath=".\git\walker.c"
1017 </File>
1018 <File
1019 RelativePath=".\git\wrapper.c"
1021 </File>
1022 <File
1023 RelativePath=".\git\write_or_die.c"
1025 </File>
1026 <File
1027 RelativePath=".\git\ws.c"
1029 </File>
1030 <File
1031 RelativePath=".\git\wt-status.c"
1033 </File>
1034 <File
1035 RelativePath=".\git\xdiff-interface.c"
1037 </File>
1038 </Filter>
1039 <Filter
1040 Name="compat"
1042 <File
1043 RelativePath=".\git\compat\fnmatch\fnmatch.c"
1045 <FileConfiguration
1046 Name="Debug|Win32"
1048 <Tool
1049 Name="VCCLCompilerTool"
1050 PreprocessorDefinitions="HAVE_STRING_H;STDC_HEADERS"
1052 </FileConfiguration>
1053 <FileConfiguration
1054 Name="Release|Win32"
1056 <Tool
1057 Name="VCCLCompilerTool"
1058 PreprocessorDefinitions="HAVE_STRING_H;STDC_HEADERS"
1060 </FileConfiguration>
1061 </File>
1062 <File
1063 RelativePath=".\git\compat\memmem.c"
1065 </File>
1066 <File
1067 RelativePath=".\git\compat\mkdtemp.c"
1069 </File>
1070 <File
1071 RelativePath=".\git\compat\msvc.c"
1073 </File>
1074 <File
1075 RelativePath=".\git\compat\qsort.c"
1077 </File>
1078 <File
1079 RelativePath=".\git\compat\regex\regex.c"
1081 </File>
1082 <File
1083 RelativePath=".\git\compat\strcasestr.c"
1085 </File>
1086 <File
1087 RelativePath=".\git\compat\strlcpy.c"
1089 </File>
1090 <File
1091 RelativePath=".\git\compat\strtoumax.c"
1093 </File>
1094 <File
1095 RelativePath=".\git\compat\winansi.c"
1097 <FileConfiguration
1098 Name="Debug|Win32"
1099 ExcludedFromBuild="true"
1101 <Tool
1102 Name="VCCLCompilerTool"
1104 </FileConfiguration>
1105 </File>
1106 </Filter>
1107 <Filter
1108 Name="sha1"
1110 <File
1111 RelativePath=".\git\mozilla-sha1\sha1.c"
1113 </File>
1114 </Filter>
1115 </Filter>
1116 <Filter
1117 Name="Header Files"
1118 Filter="h;hpp;hxx;hm;inl;inc;xsd"
1119 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
1121 <File
1122 RelativePath=".\resource.h"
1124 </File>
1125 <Filter
1126 Name="compat"
1128 <File
1129 RelativePath=".\git\compat\fnmatch\fnmatch.h"
1131 </File>
1132 <File
1133 RelativePath=".\git\compat\msvc.h"
1135 </File>
1136 <File
1137 RelativePath=".\git\compat\regex\regex.h"
1139 </File>
1140 </Filter>
1141 <Filter
1142 Name="lib"
1144 <File
1145 RelativePath=".\git\archive.h"
1147 </File>
1148 <File
1149 RelativePath=".\git\attr.h"
1151 </File>
1152 <File
1153 RelativePath=".\git\blob.h"
1155 </File>
1156 <File
1157 RelativePath=".\git\branch.h"
1159 </File>
1160 <File
1161 RelativePath=".\git\builtin.h"
1163 </File>
1164 <File
1165 RelativePath=".\git\bundle.h"
1167 </File>
1168 <File
1169 RelativePath=".\git\cache-tree.h"
1171 </File>
1172 <File
1173 RelativePath=".\git\cache.h"
1175 </File>
1176 <File
1177 RelativePath=".\git\color.h"
1179 </File>
1180 <File
1181 RelativePath=".\git\commit.h"
1183 </File>
1184 <File
1185 RelativePath=".\git\csum-file.h"
1187 </File>
1188 <File
1189 RelativePath=".\git\decorate.h"
1191 </File>
1192 <File
1193 RelativePath=".\git\delta.h"
1195 </File>
1196 <File
1197 RelativePath=".\git\diff.h"
1199 </File>
1200 <File
1201 RelativePath=".\git\diffcore.h"
1203 </File>
1204 <File
1205 RelativePath=".\git\dir.h"
1207 </File>
1208 <File
1209 RelativePath=".\git\exec_cmd.h"
1211 </File>
1212 <File
1213 RelativePath=".\git\fetch-pack.h"
1215 </File>
1216 <File
1217 RelativePath=".\git\fsck.h"
1219 </File>
1220 <File
1221 RelativePath=".\git\git-compat-util.h"
1223 </File>
1224 <File
1225 RelativePath=".\git\graph.h"
1227 </File>
1228 <File
1229 RelativePath=".\git\grep.h"
1231 </File>
1232 <File
1233 RelativePath=".\git\hash.h"
1235 </File>
1236 <File
1237 RelativePath=".\git\http.h"
1239 </File>
1240 <File
1241 RelativePath=".\git\interpolate.h"
1243 </File>
1244 <File
1245 RelativePath=".\git\list-objects.h"
1247 </File>
1248 <File
1249 RelativePath=".\git\ll-merge.h"
1251 </File>
1252 <File
1253 RelativePath=".\git\log-tree.h"
1255 </File>
1256 <File
1257 RelativePath=".\git\mailmap.h"
1259 </File>
1260 <File
1261 RelativePath=".\git\merge-recursive.h"
1263 </File>
1264 <File
1265 RelativePath=".\git\object.h"
1267 </File>
1268 <File
1269 RelativePath=".\git\pack-refs.h"
1271 </File>
1272 <File
1273 RelativePath=".\git\pack-revindex.h"
1275 </File>
1276 <File
1277 RelativePath=".\git\pack.h"
1279 </File>
1280 <File
1281 RelativePath=".\git\parse-options.h"
1283 </File>
1284 <File
1285 RelativePath=".\git\patch-ids.h"
1287 </File>
1288 <File
1289 RelativePath=".\git\pkt-line.h"
1291 </File>
1292 <File
1293 RelativePath=".\git\progress.h"
1295 </File>
1296 <File
1297 RelativePath=".\git\quote.h"
1299 </File>
1300 <File
1301 RelativePath=".\git\reachable.h"
1303 </File>
1304 <File
1305 RelativePath=".\git\reflog-walk.h"
1307 </File>
1308 <File
1309 RelativePath=".\git\refs.h"
1311 </File>
1312 <File
1313 RelativePath=".\git\remote.h"
1315 </File>
1316 <File
1317 RelativePath=".\git\rerere.h"
1319 </File>
1320 <File
1321 RelativePath=".\git\revision.h"
1323 </File>
1324 <File
1325 RelativePath=".\git\run-command.h"
1327 </File>
1328 <File
1329 RelativePath=".\git\send-pack.h"
1331 </File>
1332 <File
1333 RelativePath=".\git\sha1-lookup.h"
1335 </File>
1336 <File
1337 RelativePath=".\git\shortlog.h"
1339 </File>
1340 <File
1341 RelativePath=".\git\sideband.h"
1343 </File>
1344 <File
1345 RelativePath=".\git\strbuf.h"
1347 </File>
1348 <File
1349 RelativePath=".\git\string-list.h"
1351 </File>
1352 <File
1353 RelativePath=".\git\tag.h"
1355 </File>
1356 <File
1357 RelativePath=".\git\tar.h"
1359 </File>
1360 <File
1361 RelativePath=".\git\thread-utils.h"
1363 </File>
1364 <File
1365 RelativePath=".\git\transport.h"
1367 </File>
1368 <File
1369 RelativePath=".\git\tree-walk.h"
1371 </File>
1372 <File
1373 RelativePath=".\git\tree.h"
1375 </File>
1376 <File
1377 RelativePath=".\git\unpack-trees.h"
1379 </File>
1380 <File
1381 RelativePath=".\git\utf8.h"
1383 </File>
1384 <File
1385 RelativePath=".\git\walker.h"
1387 </File>
1388 <File
1389 RelativePath=".\git\wt-status.h"
1391 </File>
1392 <File
1393 RelativePath=".\git\xdiff-interface.h"
1395 </File>
1396 </Filter>
1397 <Filter
1398 Name="xdiff"
1400 <File
1401 RelativePath=".\git\xdiff\xdiff.h"
1403 </File>
1404 <File
1405 RelativePath=".\git\xdiff\xdiffi.h"
1407 </File>
1408 <File
1409 RelativePath=".\git\xdiff\xemit.h"
1411 </File>
1412 <File
1413 RelativePath=".\git\xdiff\xinclude.h"
1415 </File>
1416 <File
1417 RelativePath=".\git\xdiff\xmacros.h"
1419 </File>
1420 <File
1421 RelativePath=".\git\xdiff\xprepare.h"
1423 </File>
1424 <File
1425 RelativePath=".\git\xdiff\xtypes.h"
1427 </File>
1428 <File
1429 RelativePath=".\git\xdiff\xutils.h"
1431 </File>
1432 </Filter>
1433 <Filter
1434 Name="sha1"
1436 <File
1437 RelativePath=".\git\mozilla-sha1\sha1.h"
1439 </File>
1440 </Filter>
1441 </Filter>
1442 <Filter
1443 Name="Resource Files"
1444 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
1445 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
1447 </Filter>
1448 </Files>
1449 <Globals>
1450 </Globals>
1451 </VisualStudioProject>