Fixed issue #1020: Incorrect Overlays on large repos (> 2 GiB)
[TortoiseGit.git] / ext / build / libgit2.vcproj
blobfe8041fb2a577ebddf456df81233d260096756c6
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"
48 PreprocessorDefinitions="WIN32;_DEBUG"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="0"
53 WarningLevel="3"
54 DebugInformationFormat="4"
56 <Tool
57 Name="VCManagedResourceCompilerTool"
59 <Tool
60 Name="VCResourceCompilerTool"
62 <Tool
63 Name="VCPreLinkEventTool"
65 <Tool
66 Name="VCLinkerTool"
67 OutputFile="$(OutDir)\$(ProjectName)32d.dll"
68 GenerateDebugInformation="true"
69 GenerateMapFile="false"
70 SubSystem="2"
71 RandomizedBaseAddress="1"
72 DataExecutionPrevention="0"
73 TargetMachine="1"
75 <Tool
76 Name="VCALinkTool"
78 <Tool
79 Name="VCManifestTool"
81 <Tool
82 Name="VCXDCMakeTool"
84 <Tool
85 Name="VCBscMakeTool"
87 <Tool
88 Name="VCFxCopTool"
90 <Tool
91 Name="VCAppVerifierTool"
93 <Tool
94 Name="VCPostBuildEventTool"
96 </Configuration>
97 <Configuration
98 Name="Debug|x64"
99 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
100 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)64"
101 ConfigurationType="2"
102 CharacterSet="0"
104 <Tool
105 Name="VCPreBuildEventTool"
107 <Tool
108 Name="VCCustomBuildTool"
110 <Tool
111 Name="VCXMLDataGeneratorTool"
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"
116 <Tool
117 Name="VCMIDLTool"
118 TargetEnvironment="3"
120 <Tool
121 Name="VCCLCompilerTool"
122 Optimization="0"
123 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser"
124 PreprocessorDefinitions="GIT_WIN32;_DEBUG"
125 MinimalRebuild="true"
126 BasicRuntimeChecks="3"
127 RuntimeLibrary="3"
128 UsePrecompiledHeader="0"
129 WarningLevel="3"
130 DebugInformationFormat="3"
132 <Tool
133 Name="VCManagedResourceCompilerTool"
135 <Tool
136 Name="VCResourceCompilerTool"
138 <Tool
139 Name="VCPreLinkEventTool"
141 <Tool
142 Name="VCLinkerTool"
143 GenerateDebugInformation="true"
144 SubSystem="2"
145 RandomizedBaseAddress="1"
146 DataExecutionPrevention="0"
147 TargetMachine="17"
149 <Tool
150 Name="VCALinkTool"
152 <Tool
153 Name="VCManifestTool"
155 <Tool
156 Name="VCXDCMakeTool"
158 <Tool
159 Name="VCBscMakeTool"
161 <Tool
162 Name="VCFxCopTool"
164 <Tool
165 Name="VCAppVerifierTool"
167 <Tool
168 Name="VCPostBuildEventTool"
170 </Configuration>
171 <Configuration
172 Name="Release|Win32"
173 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
174 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)"
175 ConfigurationType="2"
176 CharacterSet="0"
177 WholeProgramOptimization="1"
179 <Tool
180 Name="VCPreBuildEventTool"
182 <Tool
183 Name="VCCustomBuildTool"
185 <Tool
186 Name="VCXMLDataGeneratorTool"
188 <Tool
189 Name="VCWebServiceProxyGeneratorTool"
191 <Tool
192 Name="VCMIDLTool"
194 <Tool
195 Name="VCCLCompilerTool"
196 Optimization="2"
197 EnableIntrinsicFunctions="true"
198 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser"
199 PreprocessorDefinitions="WIN32;NDEBUG"
200 RuntimeLibrary="2"
201 EnableFunctionLevelLinking="true"
202 UsePrecompiledHeader="0"
203 WarningLevel="3"
204 DebugInformationFormat="3"
206 <Tool
207 Name="VCManagedResourceCompilerTool"
209 <Tool
210 Name="VCResourceCompilerTool"
212 <Tool
213 Name="VCPreLinkEventTool"
215 <Tool
216 Name="VCLinkerTool"
217 OutputFile="$(OutDir)\$(ProjectName)32.dll"
218 GenerateDebugInformation="true"
219 SubSystem="2"
220 TargetMachine="1"
222 <Tool
223 Name="VCALinkTool"
225 <Tool
226 Name="VCManifestTool"
228 <Tool
229 Name="VCXDCMakeTool"
231 <Tool
232 Name="VCBscMakeTool"
234 <Tool
235 Name="VCFxCopTool"
237 <Tool
238 Name="VCAppVerifierTool"
240 <Tool
241 Name="VCPostBuildEventTool"
243 </Configuration>
244 <Configuration
245 Name="Release|x64"
246 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
247 IntermediateDirectory="..\..\obj\libgit2\$(ConfigurationName)64"
248 ConfigurationType="2"
249 CharacterSet="0"
250 WholeProgramOptimization="1"
252 <Tool
253 Name="VCPreBuildEventTool"
255 <Tool
256 Name="VCCustomBuildTool"
258 <Tool
259 Name="VCXMLDataGeneratorTool"
261 <Tool
262 Name="VCWebServiceProxyGeneratorTool"
264 <Tool
265 Name="VCMIDLTool"
266 TargetEnvironment="3"
268 <Tool
269 Name="VCCLCompilerTool"
270 Optimization="2"
271 EnableIntrinsicFunctions="true"
272 WholeProgramOptimization="false"
273 AdditionalIncludeDirectories="..\zlib;..\libgit2\src;..\libgit2\include;..\libgit2\deps\http-parser"
274 PreprocessorDefinitions="GIT_WIN32;NDEBUG"
275 RuntimeLibrary="2"
276 EnableFunctionLevelLinking="true"
277 UsePrecompiledHeader="0"
278 WarningLevel="3"
279 DebugInformationFormat="3"
281 <Tool
282 Name="VCManagedResourceCompilerTool"
284 <Tool
285 Name="VCResourceCompilerTool"
287 <Tool
288 Name="VCPreLinkEventTool"
290 <Tool
291 Name="VCLinkerTool"
292 GenerateDebugInformation="true"
293 SubSystem="2"
294 TargetMachine="17"
296 <Tool
297 Name="VCALinkTool"
299 <Tool
300 Name="VCManifestTool"
302 <Tool
303 Name="VCXDCMakeTool"
305 <Tool
306 Name="VCBscMakeTool"
308 <Tool
309 Name="VCFxCopTool"
311 <Tool
312 Name="VCAppVerifierTool"
314 <Tool
315 Name="VCPostBuildEventTool"
317 </Configuration>
318 </Configurations>
319 <References>
320 </References>
321 <Files>
322 <Filter
323 Name="Source Files"
324 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
325 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
327 <File
328 RelativePath="..\libgit2\src\attr.c"
330 </File>
331 <File
332 RelativePath="..\libgit2\src\attr_file.c"
334 </File>
335 <File
336 RelativePath="..\libgit2\src\blob.c"
338 </File>
339 <File
340 RelativePath="..\libgit2\src\buffer.c"
342 </File>
343 <File
344 RelativePath="..\libgit2\src\cache.c"
346 </File>
347 <File
348 RelativePath="..\libgit2\src\commit.c"
350 </File>
351 <File
352 RelativePath="..\libgit2\src\config.c"
354 </File>
355 <File
356 RelativePath="..\libgit2\src\config_file.c"
358 </File>
359 <File
360 RelativePath="..\libgit2\src\delta-apply.c"
362 </File>
363 <File
364 RelativePath="..\libgit2\src\errors.c"
366 </File>
367 <File
368 RelativePath="..\libgit2\src\fetch.c"
370 </File>
371 <File
372 RelativePath="..\libgit2\src\filebuf.c"
374 </File>
375 <File
376 RelativePath="..\libgit2\src\fileops.c"
378 </File>
379 <File
380 RelativePath="..\libgit2\src\global.c"
382 </File>
383 <File
384 RelativePath="..\libgit2\src\hash.c"
386 </File>
387 <File
388 RelativePath="..\libgit2\src\hashtable.c"
390 </File>
391 <File
392 RelativePath="..\libgit2\src\index.c"
394 </File>
395 <File
396 RelativePath="..\libgit2\src\indexer.c"
398 </File>
399 <File
400 RelativePath="..\libgit2\src\mwindow.c"
402 </File>
403 <File
404 RelativePath="..\libgit2\src\netops.c"
406 </File>
407 <File
408 RelativePath="..\libgit2\src\object.c"
410 </File>
411 <File
412 RelativePath="..\libgit2\src\odb.c"
414 </File>
415 <File
416 RelativePath="..\libgit2\src\odb_loose.c"
418 </File>
419 <File
420 RelativePath="..\libgit2\src\odb_pack.c"
422 </File>
423 <File
424 RelativePath="..\libgit2\src\oid.c"
426 </File>
427 <File
428 RelativePath="..\libgit2\src\pack.c"
430 </File>
431 <File
432 RelativePath="..\libgit2\src\path.c"
434 </File>
435 <File
436 RelativePath="..\libgit2\src\pkt.c"
438 </File>
439 <File
440 RelativePath="..\libgit2\src\posix.c"
442 </File>
443 <File
444 RelativePath="..\libgit2\src\pqueue.c"
446 </File>
447 <File
448 RelativePath="..\libgit2\src\protocol.c"
450 </File>
451 <File
452 RelativePath="..\libgit2\src\reflog.c"
454 </File>
455 <File
456 RelativePath="..\libgit2\src\refs.c"
458 </File>
459 <File
460 RelativePath="..\libgit2\src\refspec.c"
462 </File>
463 <File
464 RelativePath="..\libgit2\src\remote.c"
466 </File>
467 <File
468 RelativePath="..\libgit2\src\repository.c"
470 </File>
471 <File
472 RelativePath="..\libgit2\src\revwalk.c"
474 </File>
475 <File
476 RelativePath="..\libgit2\src\sha1.c"
478 </File>
479 <File
480 RelativePath="..\libgit2\src\sha1_lookup.c"
482 </File>
483 <File
484 RelativePath="..\libgit2\src\signature.c"
486 </File>
487 <File
488 RelativePath="..\libgit2\src\status.c"
490 </File>
491 <File
492 RelativePath="..\libgit2\src\tag.c"
494 </File>
495 <File
496 RelativePath="..\libgit2\src\thread-utils.c"
498 </File>
499 <File
500 RelativePath="..\libgit2\src\transport.c"
502 </File>
503 <File
504 RelativePath="..\libgit2\src\tree-cache.c"
506 </File>
507 <File
508 RelativePath="..\libgit2\src\tree.c"
510 </File>
511 <File
512 RelativePath="..\libgit2\src\tsort.c"
514 </File>
515 <File
516 RelativePath="..\libgit2\src\util.c"
518 </File>
519 <File
520 RelativePath="..\libgit2\src\vector.c"
522 </File>
523 <Filter
524 Name="win32"
526 <File
527 RelativePath="..\libgit2\src\win32\dir.c"
529 </File>
530 <File
531 RelativePath="..\libgit2\src\win32\fnmatch.c"
533 </File>
534 <File
535 RelativePath="..\libgit2\src\win32\map.c"
537 </File>
538 <File
539 RelativePath="..\libgit2\src\win32\posix_w32.c"
541 </File>
542 <File
543 RelativePath="..\libgit2\src\win32\pthread.c"
545 </File>
546 <File
547 RelativePath="..\libgit2\src\win32\utf-conv.c"
549 </File>
550 </Filter>
551 <Filter
552 Name="transports"
554 <File
555 RelativePath="..\libgit2\src\transports\git.c"
557 </File>
558 <File
559 RelativePath="..\libgit2\src\transports\http.c"
561 </File>
562 <File
563 RelativePath="..\libgit2\src\transports\local.c"
565 </File>
566 </Filter>
567 </Filter>
568 <Filter
569 Name="Header Files"
570 Filter="h;hpp;hxx;hm;inl;inc;xsd"
571 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
573 <File
574 RelativePath="..\libgit2\src\attr_file.h"
576 </File>
577 <File
578 RelativePath="..\libgit2\src\blob.h"
580 </File>
581 <File
582 RelativePath="..\libgit2\src\bswap.h"
584 </File>
585 <File
586 RelativePath="..\libgit2\src\buffer.h"
588 </File>
589 <File
590 RelativePath="..\libgit2\src\cache.h"
592 </File>
593 <File
594 RelativePath="..\libgit2\src\cc-compat.h"
596 </File>
597 <File
598 RelativePath="..\libgit2\src\commit.h"
600 </File>
601 <File
602 RelativePath="..\libgit2\src\common.h"
604 </File>
605 <File
606 RelativePath="..\libgit2\src\config.h"
608 </File>
609 <File
610 RelativePath="..\libgit2\src\delta-apply.h"
612 </File>
613 <File
614 RelativePath="..\libgit2\src\dir.h"
616 </File>
617 <File
618 RelativePath="..\libgit2\src\fetch.h"
620 </File>
621 <File
622 RelativePath="..\libgit2\src\filebuf.h"
624 </File>
625 <File
626 RelativePath="..\libgit2\src\fileops.h"
628 </File>
629 <File
630 RelativePath="..\libgit2\src\global.h"
632 </File>
633 <File
634 RelativePath="..\libgit2\src\hash.h"
636 </File>
637 <File
638 RelativePath="..\libgit2\src\hashtable.h"
640 </File>
641 <File
642 RelativePath="..\libgit2\src\index.h"
644 </File>
645 <File
646 RelativePath="..\libgit2\src\map.h"
648 </File>
649 <File
650 RelativePath="..\libgit2\src\mwindow.h"
652 </File>
653 <File
654 RelativePath="..\libgit2\src\netops.h"
656 </File>
657 <File
658 RelativePath="..\libgit2\src\odb.h"
660 </File>
661 <File
662 RelativePath="..\libgit2\src\pack.h"
664 </File>
665 <File
666 RelativePath="..\libgit2\src\path.h"
668 </File>
669 <File
670 RelativePath="..\libgit2\src\pkt.h"
672 </File>
673 <File
674 RelativePath="..\libgit2\src\posix.h"
676 </File>
677 <File
678 RelativePath="..\libgit2\src\pqueue.h"
680 </File>
681 <File
682 RelativePath="..\libgit2\src\protocol.h"
684 </File>
685 <File
686 RelativePath="..\libgit2\src\reflog.h"
688 </File>
689 <File
690 RelativePath="..\libgit2\src\refs.h"
692 </File>
693 <File
694 RelativePath="..\libgit2\src\refspec.h"
696 </File>
697 <File
698 RelativePath="..\libgit2\src\remote.h"
700 </File>
701 <File
702 RelativePath="..\libgit2\src\repository.h"
704 </File>
705 <File
706 RelativePath="..\libgit2\src\sha1.h"
708 </File>
709 <File
710 RelativePath="..\libgit2\src\sha1_lookup.h"
712 </File>
713 <File
714 RelativePath="..\libgit2\src\signature.h"
716 </File>
717 <File
718 RelativePath="..\libgit2\src\tag.h"
720 </File>
721 <File
722 RelativePath="..\libgit2\src\thread-utils.h"
724 </File>
725 <File
726 RelativePath="..\libgit2\src\transport.h"
728 </File>
729 <File
730 RelativePath="..\libgit2\src\tree-cache.h"
732 </File>
733 <File
734 RelativePath="..\libgit2\src\tree.h"
736 </File>
737 <File
738 RelativePath="..\libgit2\src\util.h"
740 </File>
741 <File
742 RelativePath="..\libgit2\src\vector.h"
744 </File>
745 <Filter
746 Name="win32"
748 <File
749 RelativePath="..\libgit2\src\win32\fnmatch.h"
751 </File>
752 <File
753 RelativePath="..\libgit2\src\win32\mingw-compat.h"
755 </File>
756 <File
757 RelativePath="..\libgit2\src\win32\msvc-compat.h"
759 </File>
760 <File
761 RelativePath="..\libgit2\src\win32\posix.h"
763 </File>
764 <File
765 RelativePath="..\libgit2\src\win32\pthread.h"
767 </File>
768 <File
769 RelativePath="..\libgit2\src\win32\utf-conv.h"
771 </File>
772 </Filter>
773 </Filter>
774 <Filter
775 Name="Public Header Files"
777 <File
778 RelativePath="..\libgit2\include\git2\attr.h"
780 </File>
781 <File
782 RelativePath="..\libgit2\include\git2\blob.h"
784 </File>
785 <File
786 RelativePath="..\libgit2\include\git2\branch.h"
788 </File>
789 <File
790 RelativePath="..\libgit2\include\git2\commit.h"
792 </File>
793 <File
794 RelativePath="..\libgit2\include\git2\common.h"
796 </File>
797 <File
798 RelativePath="..\libgit2\include\git2\config.h"
800 </File>
801 <File
802 RelativePath="..\libgit2\include\git2\errors.h"
804 </File>
805 <File
806 RelativePath="..\libgit2\include\git2.h"
808 </File>
809 <File
810 RelativePath="..\libgit2\include\git2\index.h"
812 </File>
813 <File
814 RelativePath="..\libgit2\include\git2\indexer.h"
816 </File>
817 <File
818 RelativePath="..\libgit2\include\git2\inttypes.h"
820 </File>
821 <File
822 RelativePath="..\libgit2\include\git2\net.h"
824 </File>
825 <File
826 RelativePath="..\libgit2\include\git2\object.h"
828 </File>
829 <File
830 RelativePath="..\libgit2\include\git2\odb.h"
832 </File>
833 <File
834 RelativePath="..\libgit2\include\git2\odb_backend.h"
836 </File>
837 <File
838 RelativePath="..\libgit2\include\git2\oid.h"
840 </File>
841 <File
842 RelativePath="..\libgit2\include\git2\reflog.h"
844 </File>
845 <File
846 RelativePath="..\libgit2\include\git2\refs.h"
848 </File>
849 <File
850 RelativePath="..\libgit2\include\git2\refspec.h"
852 </File>
853 <File
854 RelativePath="..\libgit2\include\git2\remote.h"
856 </File>
857 <File
858 RelativePath="..\libgit2\include\git2\repository.h"
860 </File>
861 <File
862 RelativePath="..\libgit2\include\git2\revwalk.h"
864 </File>
865 <File
866 RelativePath="..\libgit2\include\git2\signature.h"
868 </File>
869 <File
870 RelativePath="..\libgit2\include\git2\status.h"
872 </File>
873 <File
874 RelativePath="..\libgit2\include\git2\stdint.h"
876 </File>
877 <File
878 RelativePath="..\libgit2\include\git2\tag.h"
880 </File>
881 <File
882 RelativePath="..\libgit2\include\git2\thread-utils.h"
884 </File>
885 <File
886 RelativePath="..\libgit2\include\git2\transport.h"
888 </File>
889 <File
890 RelativePath="..\libgit2\include\git2\tree.h"
892 </File>
893 <File
894 RelativePath="..\libgit2\include\git2\types.h"
896 </File>
897 <File
898 RelativePath="..\libgit2\include\git2\zlib.h"
900 </File>
901 </Filter>
902 <Filter
903 Name="deps"
905 <Filter
906 Name="http-parser"
908 <File
909 RelativePath="..\libgit2\deps\http-parser\http_parser.c"
911 </File>
912 <File
913 RelativePath="..\libgit2\deps\http-parser\http_parser.h"
915 </File>
916 </Filter>
917 </Filter>
918 <Filter
919 Name="Resource Files"
921 <File
922 RelativePath="..\libgit2\src\win32\git2.rc"
924 <FileConfiguration
925 Name="Release|x64"
927 <Tool
928 Name="VCResourceCompilerTool"
929 PreprocessorDefinitions="INCLUDE_LIB"
931 </FileConfiguration>
932 </File>
933 </Filter>
934 </Files>
935 <Globals>
936 </Globals>
937 </VisualStudioProject>