Fixed issue #1420: Compiler generates .lib and .exp files for TortoiseProc and Tortoi...
[TortoiseGit.git] / ext / build / libgit2.vcproj
blobec04bb0592cdfb7363d91503ee6db497c6e8ac9a
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="libgit2"
6 ProjectGUID="{2B4F366C-93BA-491E-87AF-5EF7B37F75F7}"
7 RootNamespace="libgit2"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
25 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)"
26 ConfigurationType="2"
27 CharacterSet="0"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser;..\libgit2\deps\regex"
48 PreprocessorDefinitions="_DEBUG;GIT_WINHTTP"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="2"
53 PrecompiledHeaderThrough="precompiled.h"
54 WarningLevel="3"
55 DebugInformationFormat="4"
56 CompileAs="1"
57 ForcedIncludeFiles="precompiled.h"
59 <Tool
60 Name="VCManagedResourceCompilerTool"
62 <Tool
63 Name="VCResourceCompilerTool"
65 <Tool
66 Name="VCPreLinkEventTool"
68 <Tool
69 Name="VCLinkerTool"
70 OutputFile="$(OutDir)\$(ProjectName)32d.dll"
71 GenerateDebugInformation="true"
72 GenerateMapFile="false"
73 SubSystem="2"
74 RandomizedBaseAddress="1"
75 DataExecutionPrevention="0"
76 TargetMachine="1"
78 <Tool
79 Name="VCALinkTool"
81 <Tool
82 Name="VCManifestTool"
84 <Tool
85 Name="VCXDCMakeTool"
87 <Tool
88 Name="VCBscMakeTool"
90 <Tool
91 Name="VCFxCopTool"
93 <Tool
94 Name="VCAppVerifierTool"
96 <Tool
97 Name="VCPostBuildEventTool"
99 </Configuration>
100 <Configuration
101 Name="Debug|x64"
102 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
103 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)64"
104 ConfigurationType="2"
105 CharacterSet="0"
107 <Tool
108 Name="VCPreBuildEventTool"
110 <Tool
111 Name="VCCustomBuildTool"
113 <Tool
114 Name="VCXMLDataGeneratorTool"
116 <Tool
117 Name="VCWebServiceProxyGeneratorTool"
119 <Tool
120 Name="VCMIDLTool"
121 TargetEnvironment="3"
123 <Tool
124 Name="VCCLCompilerTool"
125 Optimization="0"
126 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser;..\libgit2\deps\regex"
127 PreprocessorDefinitions="_DEBUG;GIT_WINHTTP"
128 MinimalRebuild="true"
129 BasicRuntimeChecks="3"
130 RuntimeLibrary="3"
131 UsePrecompiledHeader="2"
132 PrecompiledHeaderThrough="precompiled.h"
133 WarningLevel="3"
134 DebugInformationFormat="3"
135 CompileAs="1"
136 ForcedIncludeFiles="precompiled.h"
138 <Tool
139 Name="VCManagedResourceCompilerTool"
141 <Tool
142 Name="VCResourceCompilerTool"
144 <Tool
145 Name="VCPreLinkEventTool"
147 <Tool
148 Name="VCLinkerTool"
149 GenerateDebugInformation="true"
150 SubSystem="2"
151 RandomizedBaseAddress="1"
152 DataExecutionPrevention="0"
153 TargetMachine="17"
155 <Tool
156 Name="VCALinkTool"
158 <Tool
159 Name="VCManifestTool"
161 <Tool
162 Name="VCXDCMakeTool"
164 <Tool
165 Name="VCBscMakeTool"
167 <Tool
168 Name="VCFxCopTool"
170 <Tool
171 Name="VCAppVerifierTool"
173 <Tool
174 Name="VCPostBuildEventTool"
176 </Configuration>
177 <Configuration
178 Name="Release|Win32"
179 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
180 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)"
181 ConfigurationType="2"
182 CharacterSet="0"
183 WholeProgramOptimization="1"
185 <Tool
186 Name="VCPreBuildEventTool"
188 <Tool
189 Name="VCCustomBuildTool"
191 <Tool
192 Name="VCXMLDataGeneratorTool"
194 <Tool
195 Name="VCWebServiceProxyGeneratorTool"
197 <Tool
198 Name="VCMIDLTool"
200 <Tool
201 Name="VCCLCompilerTool"
202 Optimization="2"
203 EnableIntrinsicFunctions="true"
204 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser;..\libgit2\deps\regex"
205 PreprocessorDefinitions="NDEBUG;GIT_WINHTTP"
206 RuntimeLibrary="2"
207 EnableFunctionLevelLinking="true"
208 UsePrecompiledHeader="2"
209 PrecompiledHeaderThrough="precompiled.h"
210 WarningLevel="3"
211 DebugInformationFormat="3"
212 CompileAs="1"
213 ForcedIncludeFiles="precompiled.h"
215 <Tool
216 Name="VCManagedResourceCompilerTool"
218 <Tool
219 Name="VCResourceCompilerTool"
221 <Tool
222 Name="VCPreLinkEventTool"
224 <Tool
225 Name="VCLinkerTool"
226 OutputFile="$(OutDir)\$(ProjectName)32.dll"
227 GenerateDebugInformation="true"
228 SubSystem="2"
229 LinkTimeCodeGeneration="0"
230 TargetMachine="1"
232 <Tool
233 Name="VCALinkTool"
235 <Tool
236 Name="VCManifestTool"
238 <Tool
239 Name="VCXDCMakeTool"
241 <Tool
242 Name="VCBscMakeTool"
244 <Tool
245 Name="VCFxCopTool"
247 <Tool
248 Name="VCAppVerifierTool"
250 <Tool
251 Name="VCPostBuildEventTool"
253 </Configuration>
254 <Configuration
255 Name="Release|x64"
256 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
257 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)64"
258 ConfigurationType="2"
259 CharacterSet="0"
260 WholeProgramOptimization="1"
262 <Tool
263 Name="VCPreBuildEventTool"
265 <Tool
266 Name="VCCustomBuildTool"
268 <Tool
269 Name="VCXMLDataGeneratorTool"
271 <Tool
272 Name="VCWebServiceProxyGeneratorTool"
274 <Tool
275 Name="VCMIDLTool"
276 TargetEnvironment="3"
278 <Tool
279 Name="VCCLCompilerTool"
280 Optimization="2"
281 EnableIntrinsicFunctions="true"
282 WholeProgramOptimization="false"
283 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser;..\libgit2\deps\regex"
284 PreprocessorDefinitions="NDEBUG;GIT_WINHTTP"
285 RuntimeLibrary="2"
286 EnableFunctionLevelLinking="true"
287 UsePrecompiledHeader="2"
288 PrecompiledHeaderThrough="precompiled.h"
289 WarningLevel="3"
290 DebugInformationFormat="3"
291 CompileAs="1"
292 ForcedIncludeFiles="precompiled.h"
294 <Tool
295 Name="VCManagedResourceCompilerTool"
297 <Tool
298 Name="VCResourceCompilerTool"
300 <Tool
301 Name="VCPreLinkEventTool"
303 <Tool
304 Name="VCLinkerTool"
305 GenerateDebugInformation="true"
306 SubSystem="2"
307 LinkTimeCodeGeneration="0"
308 TargetMachine="17"
310 <Tool
311 Name="VCALinkTool"
313 <Tool
314 Name="VCManifestTool"
316 <Tool
317 Name="VCXDCMakeTool"
319 <Tool
320 Name="VCBscMakeTool"
322 <Tool
323 Name="VCFxCopTool"
325 <Tool
326 Name="VCAppVerifierTool"
328 <Tool
329 Name="VCPostBuildEventTool"
331 </Configuration>
332 </Configurations>
333 <References>
334 </References>
335 <Files>
336 <Filter
337 Name="Source Files"
338 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
339 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
341 <File
342 RelativePath="..\libgit2\src\attr.c"
344 </File>
345 <File
346 RelativePath="..\libgit2\src\attr_file.c"
348 </File>
349 <File
350 RelativePath="..\libgit2\src\blob.c"
352 </File>
353 <File
354 RelativePath="..\libgit2\src\branch.c"
356 </File>
357 <File
358 RelativePath="..\libgit2\src\buffer.c"
360 </File>
361 <File
362 RelativePath="..\libgit2\src\cache.c"
364 </File>
365 <File
366 RelativePath="..\libgit2\src\checkout.c"
368 </File>
369 <File
370 RelativePath="..\libgit2\src\clone.c"
372 </File>
373 <File
374 RelativePath="..\libgit2\src\commit.c"
376 </File>
377 <File
378 RelativePath="..\libgit2\src\config.c"
380 </File>
381 <File
382 RelativePath="..\libgit2\src\config_cache.c"
384 </File>
385 <File
386 RelativePath="..\libgit2\src\config_file.c"
388 </File>
389 <File
390 RelativePath="..\libgit2\src\crlf.c"
392 </File>
393 <File
394 RelativePath="..\libgit2\src\date.c"
396 </File>
397 <File
398 RelativePath="..\libgit2\src\delta-apply.c"
400 </File>
401 <File
402 RelativePath="..\libgit2\src\diff.c"
404 </File>
405 <File
406 RelativePath="..\libgit2\src\diff_output.c"
408 </File>
409 <File
410 RelativePath="..\libgit2\src\errors.c"
412 </File>
413 <File
414 RelativePath="..\libgit2\src\fetch.c"
416 </File>
417 <File
418 RelativePath="..\libgit2\src\filebuf.c"
420 </File>
421 <File
422 RelativePath="..\libgit2\src\fileops.c"
424 </File>
425 <File
426 RelativePath="..\libgit2\src\filter.c"
428 </File>
429 <File
430 RelativePath="..\libgit2\src\global.c"
432 </File>
433 <File
434 RelativePath="..\libgit2\src\hash.c"
436 </File>
437 <File
438 RelativePath="..\libgit2\src\ignore.c"
440 </File>
441 <File
442 RelativePath="..\libgit2\src\index.c"
444 </File>
445 <File
446 RelativePath="..\libgit2\src\indexer.c"
448 </File>
449 <File
450 RelativePath="..\libgit2\src\iterator.c"
452 </File>
453 <File
454 RelativePath="..\libgit2\src\message.c"
456 </File>
457 <File
458 RelativePath="..\libgit2\src\mwindow.c"
460 </File>
461 <File
462 RelativePath="..\libgit2\src\netops.c"
464 </File>
465 <File
466 RelativePath="..\libgit2\src\notes.c"
468 </File>
469 <File
470 RelativePath="..\libgit2\src\object.c"
472 </File>
473 <File
474 RelativePath="..\libgit2\src\odb.c"
476 </File>
477 <File
478 RelativePath="..\libgit2\src\odb_loose.c"
480 </File>
481 <File
482 RelativePath="..\libgit2\src\odb_pack.c"
484 </File>
485 <File
486 RelativePath="..\libgit2\src\oid.c"
488 </File>
489 <File
490 RelativePath="..\libgit2\src\pack.c"
492 </File>
493 <File
494 RelativePath="..\libgit2\src\path.c"
496 </File>
497 <File
498 RelativePath="..\libgit2\src\pkt.c"
500 </File>
501 <File
502 RelativePath="..\libgit2\src\pool.c"
504 </File>
505 <File
506 RelativePath="..\libgit2\src\posix.c"
508 </File>
509 <File
510 RelativePath="..\libgit2\src\pqueue.c"
512 </File>
513 <File
514 RelativePath="..\libgit2\src\protocol.c"
516 </File>
517 <File
518 RelativePath="..\libgit2\src\reflog.c"
520 </File>
521 <File
522 RelativePath="..\libgit2\src\refs.c"
524 </File>
525 <File
526 RelativePath="..\libgit2\src\refspec.c"
528 </File>
529 <File
530 RelativePath="..\libgit2\src\remote.c"
532 </File>
533 <File
534 RelativePath="..\libgit2\src\repository.c"
536 </File>
537 <File
538 RelativePath="..\libgit2\src\revparse.c"
540 </File>
541 <File
542 RelativePath="..\libgit2\src\revwalk.c"
544 </File>
545 <File
546 RelativePath="..\libgit2\src\sha1.c"
548 </File>
549 <File
550 RelativePath="..\libgit2\src\sha1_lookup.c"
552 </File>
553 <File
554 RelativePath="..\libgit2\src\signature.c"
556 </File>
557 <File
558 RelativePath="..\libgit2\src\status.c"
560 </File>
561 <File
562 RelativePath="..\libgit2\src\submodule.c"
564 </File>
565 <File
566 RelativePath="..\libgit2\src\tag.c"
568 </File>
569 <File
570 RelativePath="..\libgit2\src\thread-utils.c"
572 </File>
573 <File
574 RelativePath="..\libgit2\src\transport.c"
576 </File>
577 <File
578 RelativePath="..\libgit2\src\tree-cache.c"
580 </File>
581 <File
582 RelativePath="..\libgit2\src\tree.c"
584 </File>
585 <File
586 RelativePath="..\libgit2\src\tsort.c"
588 </File>
589 <File
590 RelativePath="..\libgit2\src\util.c"
592 </File>
593 <File
594 RelativePath="..\libgit2\src\vector.c"
596 </File>
597 <Filter
598 Name="win32"
600 <File
601 RelativePath="..\libgit2\src\win32\dir.c"
603 </File>
604 <File
605 RelativePath="..\libgit2\src\win32\map.c"
607 </File>
608 <File
609 RelativePath="..\libgit2\src\win32\posix_w32.c"
611 </File>
612 <File
613 RelativePath="..\libgit2\src\win32\precompiled.c"
615 <FileConfiguration
616 Name="Debug|Win32"
618 <Tool
619 Name="VCCLCompilerTool"
620 UsePrecompiledHeader="1"
622 </FileConfiguration>
623 <FileConfiguration
624 Name="Debug|x64"
626 <Tool
627 Name="VCCLCompilerTool"
628 UsePrecompiledHeader="1"
630 </FileConfiguration>
631 <FileConfiguration
632 Name="Release|Win32"
634 <Tool
635 Name="VCCLCompilerTool"
636 UsePrecompiledHeader="1"
638 </FileConfiguration>
639 <FileConfiguration
640 Name="Release|x64"
642 <Tool
643 Name="VCCLCompilerTool"
644 UsePrecompiledHeader="1"
646 </FileConfiguration>
647 </File>
648 <File
649 RelativePath="..\libgit2\src\win32\pthread.c"
651 </File>
652 <File
653 RelativePath="..\libgit2\src\win32\utf-conv.c"
655 </File>
656 </Filter>
657 <Filter
658 Name="transports"
660 <File
661 RelativePath="..\libgit2\src\transports\git.c"
663 </File>
664 <File
665 RelativePath="..\libgit2\src\transports\http.c"
667 </File>
668 <File
669 RelativePath="..\libgit2\src\transports\local.c"
671 </File>
672 </Filter>
673 <Filter
674 Name="xdiff"
676 <File
677 RelativePath="..\libgit2\src\xdiff\xdiffi.c"
679 </File>
680 <File
681 RelativePath="..\libgit2\src\xdiff\xemit.c"
683 </File>
684 <File
685 RelativePath="..\libgit2\src\xdiff\xhistogram.c"
687 </File>
688 <File
689 RelativePath="..\libgit2\src\xdiff\xmerge.c"
691 </File>
692 <File
693 RelativePath="..\libgit2\src\xdiff\xpatience.c"
695 </File>
696 <File
697 RelativePath="..\libgit2\src\xdiff\xprepare.c"
699 </File>
700 <File
701 RelativePath="..\libgit2\src\xdiff\xutils.c"
703 </File>
704 </Filter>
705 <Filter
706 Name="compat"
708 <File
709 RelativePath="..\libgit2\src\compat\fnmatch.c"
711 </File>
712 </Filter>
713 </Filter>
714 <Filter
715 Name="Header Files"
716 Filter="h;hpp;hxx;hm;inl;inc;xsd"
717 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
719 <File
720 RelativePath="..\libgit2\src\attr.h"
722 </File>
723 <File
724 RelativePath="..\libgit2\src\attr_file.h"
726 </File>
727 <File
728 RelativePath="..\libgit2\src\blob.h"
730 </File>
731 <File
732 RelativePath="..\libgit2\src\bswap.h"
734 </File>
735 <File
736 RelativePath="..\libgit2\src\buffer.h"
738 </File>
739 <File
740 RelativePath="..\libgit2\src\cache.h"
742 </File>
743 <File
744 RelativePath="..\libgit2\src\cc-compat.h"
746 </File>
747 <File
748 RelativePath="..\libgit2\src\commit.h"
750 </File>
751 <File
752 RelativePath="..\libgit2\src\common.h"
754 </File>
755 <File
756 RelativePath="..\libgit2\src\config.h"
758 </File>
759 <File
760 RelativePath="..\libgit2\src\delta-apply.h"
762 </File>
763 <File
764 RelativePath="..\libgit2\src\diff.h"
766 </File>
767 <File
768 RelativePath="..\libgit2\src\fetch.h"
770 </File>
771 <File
772 RelativePath="..\libgit2\src\filebuf.h"
774 </File>
775 <File
776 RelativePath="..\libgit2\src\fileops.h"
778 </File>
779 <File
780 RelativePath="..\libgit2\src\filter.h"
782 </File>
783 <File
784 RelativePath="..\libgit2\src\global.h"
786 </File>
787 <File
788 RelativePath="..\libgit2\src\hash.h"
790 </File>
791 <File
792 RelativePath="..\libgit2\src\hashtable.h"
794 </File>
795 <File
796 RelativePath="..\libgit2\src\ignore.h"
798 </File>
799 <File
800 RelativePath="..\libgit2\src\index.h"
802 </File>
803 <File
804 RelativePath="..\libgit2\src\iterator.h"
806 </File>
807 <File
808 RelativePath="..\libgit2\src\map.h"
810 </File>
811 <File
812 RelativePath="..\libgit2\src\message.h"
814 </File>
815 <File
816 RelativePath="..\libgit2\src\mwindow.h"
818 </File>
819 <File
820 RelativePath="..\libgit2\src\netops.h"
822 </File>
823 <File
824 RelativePath="..\libgit2\src\notes.h"
826 </File>
827 <File
828 RelativePath="..\libgit2\src\odb.h"
830 </File>
831 <File
832 RelativePath="..\libgit2\src\pack.h"
834 </File>
835 <File
836 RelativePath="..\libgit2\src\path.h"
838 </File>
839 <File
840 RelativePath="..\libgit2\src\pkt.h"
842 </File>
843 <File
844 RelativePath="..\libgit2\src\pool.h"
846 </File>
847 <File
848 RelativePath="..\libgit2\src\posix.h"
850 </File>
851 <File
852 RelativePath="..\libgit2\src\pqueue.h"
854 </File>
855 <File
856 RelativePath="..\libgit2\src\protocol.h"
858 </File>
859 <File
860 RelativePath="..\libgit2\src\reflog.h"
862 </File>
863 <File
864 RelativePath="..\libgit2\src\refs.h"
866 </File>
867 <File
868 RelativePath="..\libgit2\src\refspec.h"
870 </File>
871 <File
872 RelativePath="..\libgit2\src\remote.h"
874 </File>
875 <File
876 RelativePath="..\libgit2\src\repo_template.h"
878 </File>
879 <File
880 RelativePath="..\libgit2\src\repository.h"
882 </File>
883 <File
884 RelativePath="..\libgit2\src\sha1.h"
886 </File>
887 <File
888 RelativePath="..\libgit2\src\sha1_lookup.h"
890 </File>
891 <File
892 RelativePath="..\libgit2\src\signature.h"
894 </File>
895 <File
896 RelativePath="..\libgit2\src\submodule.h"
898 </File>
899 <File
900 RelativePath="..\libgit2\src\tag.h"
902 </File>
903 <File
904 RelativePath="..\libgit2\src\thread-utils.h"
906 </File>
907 <File
908 RelativePath="..\libgit2\src\transport.h"
910 </File>
911 <File
912 RelativePath="..\libgit2\src\tree-cache.h"
914 </File>
915 <File
916 RelativePath="..\libgit2\src\tree.h"
918 </File>
919 <File
920 RelativePath="..\libgit2\src\util.h"
922 </File>
923 <File
924 RelativePath="..\libgit2\src\vector.h"
926 </File>
927 <Filter
928 Name="win32"
930 <File
931 RelativePath="..\libgit2\src\win32\mingw-compat.h"
933 </File>
934 <File
935 RelativePath="..\libgit2\src\win32\msvc-compat.h"
937 </File>
938 <File
939 RelativePath="..\tgit\compat\win32\poll.h"
941 </File>
942 <File
943 RelativePath="..\libgit2\src\win32\posix.h"
945 </File>
946 <File
947 RelativePath="..\libgit2\src\win32\precompiled.h"
949 </File>
950 <File
951 RelativePath="..\libgit2\src\win32\pthread.h"
953 </File>
954 <File
955 RelativePath="..\libgit2\src\win32\utf-conv.h"
957 </File>
958 </Filter>
959 <Filter
960 Name="compat"
962 <File
963 RelativePath="..\libgit2\src\compat\fnmatch.h"
965 </File>
966 </Filter>
967 </Filter>
968 <Filter
969 Name="Public Header Files"
971 <File
972 RelativePath="..\libgit2\include\git2\attr.h"
974 </File>
975 <File
976 RelativePath="..\libgit2\include\git2\blob.h"
978 </File>
979 <File
980 RelativePath="..\libgit2\include\git2\branch.h"
982 </File>
983 <File
984 RelativePath="..\libgit2\include\git2\checkout.h"
986 </File>
987 <File
988 RelativePath="..\libgit2\include\git2\clone.h"
990 </File>
991 <File
992 RelativePath="..\libgit2\include\git2\commit.h"
994 </File>
995 <File
996 RelativePath="..\libgit2\include\git2\common.h"
998 </File>
999 <File
1000 RelativePath="..\libgit2\include\git2\config.h"
1002 </File>
1003 <File
1004 RelativePath="..\libgit2\include\git2\diff.h"
1006 </File>
1007 <File
1008 RelativePath="..\libgit2\include\git2\errors.h"
1010 </File>
1011 <File
1012 RelativePath="..\libgit2\include\git2\ignore.h"
1014 </File>
1015 <File
1016 RelativePath="..\libgit2\include\git2\index.h"
1018 </File>
1019 <File
1020 RelativePath="..\libgit2\include\git2\indexer.h"
1022 </File>
1023 <File
1024 RelativePath="..\libgit2\include\git2\inttypes.h"
1026 </File>
1027 <File
1028 RelativePath="..\libgit2\include\git2\net.h"
1030 </File>
1031 <File
1032 RelativePath="..\libgit2\include\git2\notes.h"
1034 </File>
1035 <File
1036 RelativePath="..\libgit2\include\git2\object.h"
1038 </File>
1039 <File
1040 RelativePath="..\libgit2\include\git2\odb.h"
1042 </File>
1043 <File
1044 RelativePath="..\libgit2\include\git2\odb_backend.h"
1046 </File>
1047 <File
1048 RelativePath="..\libgit2\include\git2\oid.h"
1050 </File>
1051 <File
1052 RelativePath="..\libgit2\include\git2\reflog.h"
1054 </File>
1055 <File
1056 RelativePath="..\libgit2\include\git2\refs.h"
1058 </File>
1059 <File
1060 RelativePath="..\libgit2\include\git2\refspec.h"
1062 </File>
1063 <File
1064 RelativePath="..\libgit2\include\git2\remote.h"
1066 </File>
1067 <File
1068 RelativePath="..\libgit2\include\git2\repository.h"
1070 </File>
1071 <File
1072 RelativePath="..\libgit2\include\git2\revwalk.h"
1074 </File>
1075 <File
1076 RelativePath="..\libgit2\include\git2\signature.h"
1078 </File>
1079 <File
1080 RelativePath="..\libgit2\include\git2\status.h"
1082 </File>
1083 <File
1084 RelativePath="..\libgit2\include\git2\stdint.h"
1086 </File>
1087 <File
1088 RelativePath="..\libgit2\include\git2\tag.h"
1090 </File>
1091 <File
1092 RelativePath="..\libgit2\include\git2\threads.h"
1094 </File>
1095 <File
1096 RelativePath="..\libgit2\include\git2\tree.h"
1098 </File>
1099 <File
1100 RelativePath="..\libgit2\include\git2\types.h"
1102 </File>
1103 <File
1104 RelativePath="..\libgit2\include\git2\version.h"
1106 </File>
1107 <File
1108 RelativePath="..\libgit2\include\git2\windows.h"
1110 </File>
1111 </Filter>
1112 <Filter
1113 Name="deps"
1115 <Filter
1116 Name="http-parser"
1118 <File
1119 RelativePath="..\libgit2\deps\http-parser\http_parser.c"
1121 </File>
1122 <File
1123 RelativePath="..\libgit2\deps\http-parser\http_parser.h"
1125 </File>
1126 </Filter>
1127 <Filter
1128 Name="regex"
1130 <File
1131 RelativePath="..\libgit2\deps\regex\config.h"
1133 </File>
1134 <File
1135 RelativePath="..\libgit2\deps\regex\regex.c"
1137 </File>
1138 <File
1139 RelativePath="..\libgit2\deps\regex\regex.h"
1141 </File>
1142 </Filter>
1143 </Filter>
1144 <Filter
1145 Name="Resource Files"
1147 <File
1148 RelativePath="..\libgit2\src\win32\git2.rc"
1150 <FileConfiguration
1151 Name="Release|x64"
1153 <Tool
1154 Name="VCResourceCompilerTool"
1155 PreprocessorDefinitions="INCLUDE_LIB"
1157 </FileConfiguration>
1158 </File>
1159 </Filter>
1160 </Files>
1161 <Globals>
1162 </Globals>
1163 </VisualStudioProject>