Fixed issue #3033: Cannot view submodule log if repository sits under directory symlink
[TortoiseGit.git] / ext / build / libgit.vcxproj
blobc010293d0ff7d269c8bb8206f9ea1313541ac1c3
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|x64">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Release|Win32">\r
13       <Configuration>Release</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{F6DEC8C3-B803-4A86-8848-430F08B499E3}</ProjectGuid>\r
23     <RootNamespace>libgit</RootNamespace>\r
24     <Keyword>Win32Proj</Keyword>\r
25   </PropertyGroup>\r
26   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Label="Configuration">\r
29     <ConfigurationType>StaticLibrary</ConfigurationType>\r
30     <CharacterSet>NotSet</CharacterSet>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">\r
33     <WholeProgramOptimization>true</WholeProgramOptimization>\r
34   </PropertyGroup>\r
35   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
36   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
37   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
38   <Import Project="$(SolutionDir)TortoiseGit.common-staticlib.props" />\r
39   <PropertyGroup Label="UserMacros" />\r
40   <ItemDefinitionGroup>\r
41     <ClCompile>\r
42       <AdditionalIncludeDirectories>..\tgit;..\zlib;..\include;..\tgit\compat;..\tgit\compat\poll;..\tgit\compat\vcbuild\include;..\tgit\compat\fnmatch;..\tgit\compat\regex;..\tgit\compat\win32;.\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
43       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
44       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
45       <ForcedIncludeFiles>libgit-defines.h</ForcedIncludeFiles>\r
46     </ClCompile>\r
47   </ItemDefinitionGroup>\r
48   <ItemGroup>\r
49     <ClCompile Include="..\tgit\apply.c" />\r
50     <ClCompile Include="..\tgit\builtin\am.c" />\r
51     <ClCompile Include="..\tgit\builtin\check-mailmap.c" />\r
52     <ClCompile Include="..\tgit\builtin\get-tar-commit-id.c" />\r
53     <ClCompile Include="..\tgit\builtin\interpret-trailers.c" />\r
54     <ClCompile Include="..\tgit\builtin\pull.c" />\r
55     <ClCompile Include="..\tgit\builtin\repack.c" />\r
56     <ClCompile Include="..\tgit\builtin\verify-commit.c" />\r
57     <ClCompile Include="..\tgit\builtin\worktree.c">\r
58       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
59     </ClCompile>\r
60     <ClCompile Include="..\tgit\compat\msvc.c" />\r
61     <ClCompile Include="..\tgit\block-sha1\sha1.c" />\r
62     <ClCompile Include="..\tgit\compat\basename.c" />\r
63     <ClCompile Include="..\tgit\compat\qsort_s.c" />\r
64     <ClCompile Include="..\tgit\compat\win32\dirent.c" />\r
65     <ClCompile Include="..\tgit\compat\fopen.c" />\r
66     <ClCompile Include="..\tgit\compat\memmem.c" />\r
67     <ClCompile Include="..\tgit\compat\mkdtemp.c" />\r
68     <ClCompile Include="..\tgit\compat\obstack.c" />\r
69     <ClCompile Include="..\tgit\compat\poll\poll.c" />\r
70     <ClCompile Include="..\tgit\compat\pread.c" />\r
71     <ClCompile Include="..\tgit\compat\qsort.c" />\r
72     <ClCompile Include="..\tgit\compat\regex\regex.c" />\r
73     <ClCompile Include="..\tgit\compat\setenv.c" />\r
74     <ClCompile Include="..\tgit\compat\snprintf.c" />\r
75     <ClCompile Include="..\tgit\compat\strcasestr.c" />\r
76     <ClCompile Include="..\tgit\compat\strlcpy.c" />\r
77     <ClCompile Include="..\tgit\compat\strtoimax.c" />\r
78     <ClCompile Include="..\tgit\compat\strtoumax.c" />\r
79     <ClCompile Include="..\tgit\compat\win32mmap.c" />\r
80     <ClCompile Include="..\tgit\abspath.c" />\r
81     <ClCompile Include="..\tgit\advice.c" />\r
82     <ClCompile Include="..\tgit\alias.c" />\r
83     <ClCompile Include="..\tgit\alloc.c" />\r
84     <ClCompile Include="..\tgit\archive-tar.c" />\r
85     <ClCompile Include="..\tgit\archive-zip.c" />\r
86     <ClCompile Include="..\tgit\archive.c" />\r
87     <ClCompile Include="..\tgit\argv-array.c" />\r
88     <ClCompile Include="..\tgit\attr.c" />\r
89     <ClCompile Include="..\tgit\base85.c" />\r
90     <ClCompile Include="..\tgit\bisect.c" />\r
91     <ClCompile Include="..\tgit\blob.c" />\r
92     <ClCompile Include="..\tgit\branch.c" />\r
93     <ClCompile Include="..\tgit\bulk-checkin.c" />\r
94     <ClCompile Include="..\tgit\bundle.c" />\r
95     <ClCompile Include="..\tgit\cache-tree.c" />\r
96     <ClCompile Include="..\tgit\color.c" />\r
97     <ClCompile Include="..\tgit\column.c" />\r
98     <ClCompile Include="..\tgit\combine-diff.c" />\r
99     <ClCompile Include="..\tgit\commit.c" />\r
100     <ClCompile Include="..\tgit\compat\winansi.c" />\r
101     <ClCompile Include="..\tgit\config.c" />\r
102     <ClCompile Include="..\tgit\connect.c" />\r
103     <ClCompile Include="..\tgit\connected.c" />\r
104     <ClCompile Include="..\tgit\convert.c" />\r
105     <ClCompile Include="..\tgit\copy.c" />\r
106     <ClCompile Include="..\tgit\csum-file.c" />\r
107     <ClCompile Include="..\tgit\ctype.c" />\r
108     <ClCompile Include="..\tgit\date.c" />\r
109     <ClCompile Include="..\tgit\decorate.c" />\r
110     <ClCompile Include="..\tgit\diff-delta.c" />\r
111     <ClCompile Include="..\tgit\diff-lib.c" />\r
112     <ClCompile Include="..\tgit\diff-no-index.c" />\r
113     <ClCompile Include="..\tgit\diff.c" />\r
114     <ClCompile Include="..\tgit\diffcore-break.c" />\r
115     <ClCompile Include="..\tgit\diffcore-delta.c" />\r
116     <ClCompile Include="..\tgit\diffcore-order.c" />\r
117     <ClCompile Include="..\tgit\diffcore-pickaxe.c" />\r
118     <ClCompile Include="..\tgit\diffcore-rename.c" />\r
119     <ClCompile Include="..\tgit\dir-iterator.c" />\r
120     <ClCompile Include="..\tgit\dir.c" />\r
121     <ClCompile Include="..\tgit\editor.c" />\r
122     <ClCompile Include="..\tgit\entry.c" />\r
123     <ClCompile Include="..\tgit\environment.c" />\r
124     <ClCompile Include="..\tgit\ewah\bitmap.c" />\r
125     <ClCompile Include="..\tgit\ewah\ewah_bitmap.c" />\r
126     <ClCompile Include="..\tgit\ewah\ewah_io.c" />\r
127     <ClCompile Include="..\tgit\ewah\ewah_rlw.c" />\r
128     <ClCompile Include="..\tgit\exec_cmd.c" />\r
129     <ClCompile Include="..\tgit\fetch-pack.c" />\r
130     <ClCompile Include="..\tgit\fsck.c" />\r
131     <ClCompile Include="..\tgit\gpg-interface.c" />\r
132     <ClCompile Include="..\tgit\graph.c" />\r
133     <ClCompile Include="..\tgit\grep.c" />\r
134     <ClCompile Include="..\tgit\hashmap.c" />\r
135     <ClCompile Include="..\tgit\help.c" />\r
136     <ClCompile Include="..\tgit\hex.c" />\r
137     <ClCompile Include="..\tgit\ident.c" />\r
138     <ClCompile Include="..\tgit\kwset.c" />\r
139     <ClCompile Include="..\tgit\levenshtein.c" />\r
140     <ClCompile Include="..\tgit\line-log.c" />\r
141     <ClCompile Include="..\tgit\line-range.c" />\r
142     <ClCompile Include="..\tgit\list-objects.c" />\r
143     <ClCompile Include="..\tgit\ll-merge.c" />\r
144     <ClCompile Include="..\tgit\lockfile.c" />\r
145     <ClCompile Include="..\tgit\log-tree.c" />\r
146     <ClCompile Include="..\tgit\mailmap.c" />\r
147     <ClCompile Include="..\tgit\match-trees.c" />\r
148     <ClCompile Include="..\tgit\merge-blobs.c" />\r
149     <ClCompile Include="..\tgit\merge-recursive.c" />\r
150     <ClCompile Include="..\tgit\merge.c" />\r
151     <ClCompile Include="..\tgit\mergesort.c" />\r
152     <ClCompile Include="..\tgit\mru.c" />\r
153     <ClCompile Include="..\tgit\name-hash.c" />\r
154     <ClCompile Include="..\tgit\notes-cache.c" />\r
155     <ClCompile Include="..\tgit\notes-merge.c" />\r
156     <ClCompile Include="..\tgit\notes-utils.c" />\r
157     <ClCompile Include="..\tgit\notes.c" />\r
158     <ClCompile Include="..\tgit\object.c" />\r
159     <ClCompile Include="..\tgit\oidset.c" />\r
160     <ClCompile Include="..\tgit\pack-bitmap-write.c" />\r
161     <ClCompile Include="..\tgit\pack-bitmap.c" />\r
162     <ClCompile Include="..\tgit\pack-check.c" />\r
163     <ClCompile Include="..\tgit\pack-objects.c" />\r
164     <ClCompile Include="..\tgit\pack-revindex.c" />\r
165     <ClCompile Include="..\tgit\pack-write.c" />\r
166     <ClCompile Include="..\tgit\pager.c" />\r
167     <ClCompile Include="..\tgit\parse-options-cb.c" />\r
168     <ClCompile Include="..\tgit\parse-options.c" />\r
169     <ClCompile Include="..\tgit\patch-delta.c" />\r
170     <ClCompile Include="..\tgit\patch-ids.c" />\r
171     <ClCompile Include="..\tgit\path.c" />\r
172     <ClCompile Include="..\tgit\pathspec.c" />\r
173     <ClCompile Include="..\tgit\pkt-line.c" />\r
174     <ClCompile Include="..\tgit\preload-index.c" />\r
175     <ClCompile Include="..\tgit\pretty.c" />\r
176     <ClCompile Include="..\tgit\prio-queue.c" />\r
177     <ClCompile Include="..\tgit\progress.c" />\r
178     <ClCompile Include="..\tgit\quote.c" />\r
179     <ClCompile Include="..\tgit\reachable.c" />\r
180     <ClCompile Include="..\tgit\read-cache.c" />\r
181     <ClCompile Include="..\tgit\ref-filter.c" />\r
182     <ClCompile Include="..\tgit\reflog-walk.c" />\r
183     <ClCompile Include="..\tgit\refs.c" />\r
184     <ClCompile Include="..\tgit\refs\files-backend.c" />\r
185     <ClCompile Include="..\tgit\refs\iterator.c" />\r
186     <ClCompile Include="..\tgit\refs\ref-cache.c" />\r
187     <ClCompile Include="..\tgit\remote.c" />\r
188     <ClCompile Include="..\tgit\replace_object.c" />\r
189     <ClCompile Include="..\tgit\repository.c" />\r
190     <ClCompile Include="..\tgit\rerere.c" />\r
191     <ClCompile Include="..\tgit\resolve-undo.c" />\r
192     <ClCompile Include="..\tgit\revision.c" />\r
193     <ClCompile Include="..\tgit\run-command.c" />\r
194     <ClCompile Include="..\tgit\send-pack.c" />\r
195     <ClCompile Include="..\tgit\sequencer.c" />\r
196     <ClCompile Include="..\tgit\server-info.c" />\r
197     <ClCompile Include="..\tgit\setup.c" />\r
198     <ClCompile Include="..\tgit\sha1-array.c" />\r
199     <ClCompile Include="..\tgit\sha1-lookup.c" />\r
200     <ClCompile Include="..\tgit\sha1_file.c" />\r
201     <ClCompile Include="..\tgit\sha1_name.c" />\r
202     <ClCompile Include="..\tgit\shallow.c" />\r
203     <ClCompile Include="..\tgit\builtin\shortlog.c" />\r
204     <ClCompile Include="..\tgit\sideband.c" />\r
205     <ClCompile Include="..\tgit\sigchain.c" />\r
206     <ClCompile Include="..\tgit\split-index.c" />\r
207     <ClCompile Include="..\tgit\strbuf.c" />\r
208     <ClCompile Include="..\tgit\streaming.c" />\r
209     <ClCompile Include="..\tgit\string-list.c" />\r
210     <ClCompile Include="..\tgit\sub-process.c" />\r
211     <ClCompile Include="..\tgit\submodule-config.c" />\r
212     <ClCompile Include="..\tgit\submodule.c" />\r
213     <ClCompile Include="..\tgit\symlinks.c" />\r
214     <ClCompile Include="..\tgit\tag.c" />\r
215     <ClCompile Include="..\tgit\tempfile.c" />\r
216     <ClCompile Include="..\tgit\tmp-objdir.c" />\r
217     <ClCompile Include="..\tgit\trace.c" />\r
218     <ClCompile Include="..\tgit\trailer.c" />\r
219     <ClCompile Include="..\tgit\transport-helper.c" />\r
220     <ClCompile Include="..\tgit\transport.c" />\r
221     <ClCompile Include="..\tgit\tree-diff.c" />\r
222     <ClCompile Include="..\tgit\tree-walk.c" />\r
223     <ClCompile Include="..\tgit\tree.c" />\r
224     <ClCompile Include="..\tgit\unpack-trees.c" />\r
225     <ClCompile Include="..\tgit\upload-pack.c" />\r
226     <ClCompile Include="..\tgit\url.c" />\r
227     <ClCompile Include="..\tgit\urlmatch.c" />\r
228     <ClCompile Include="..\tgit\usage.c" />\r
229     <ClCompile Include="..\tgit\userdiff.c" />\r
230     <ClCompile Include="..\tgit\utf8.c" />\r
231     <ClCompile Include="..\tgit\varint.c" />\r
232     <ClCompile Include="..\tgit\version.c" />\r
233     <ClCompile Include="..\tgit\versioncmp.c" />\r
234     <ClCompile Include="..\tgit\walker.c" />\r
235     <ClCompile Include="..\tgit\wildmatch.c" />\r
236     <ClCompile Include="..\tgit\worktree.c" />\r
237     <ClCompile Include="..\tgit\wrapper.c" />\r
238     <ClCompile Include="..\tgit\write_or_die.c" />\r
239     <ClCompile Include="..\tgit\ws.c" />\r
240     <ClCompile Include="..\tgit\wt-status.c" />\r
241     <ClCompile Include="..\tgit\xdiff-interface.c" />\r
242     <ClCompile Include="..\tgit\zlib.c" />\r
243     <ClCompile Include="..\tgit\xdiff\xdiffi.c" />\r
244     <ClCompile Include="..\tgit\xdiff\xemit.c" />\r
245     <ClCompile Include="..\tgit\xdiff\xhistogram.c" />\r
246     <ClCompile Include="..\tgit\xdiff\xmerge.c" />\r
247     <ClCompile Include="..\tgit\xdiff\xpatience.c" />\r
248     <ClCompile Include="..\tgit\xdiff\xprepare.c" />\r
249     <ClCompile Include="..\tgit\xdiff\xutils.c" />\r
250     <ClCompile Include="..\tgit\builtin\add.c" />\r
251     <ClCompile Include="..\tgit\builtin\annotate.c" />\r
252     <ClCompile Include="..\tgit\builtin\apply.c">\r
253       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
254     </ClCompile>\r
255     <ClCompile Include="..\tgit\builtin\archive.c">\r
256       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
257     </ClCompile>\r
258     <ClCompile Include="..\tgit\builtin\bisect--helper.c" />\r
259     <ClCompile Include="..\tgit\builtin\blame.c" />\r
260     <ClCompile Include="..\tgit\builtin\branch.c">\r
261       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
262     </ClCompile>\r
263     <ClCompile Include="..\tgit\builtin\bundle.c">\r
264       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
265     </ClCompile>\r
266     <ClCompile Include="..\tgit\builtin\cat-file.c" />\r
267     <ClCompile Include="..\tgit\builtin\check-attr.c" />\r
268     <ClCompile Include="..\tgit\builtin\check-ref-format.c" />\r
269     <ClCompile Include="..\tgit\builtin\checkout-index.c" />\r
270     <ClCompile Include="..\tgit\builtin\checkout.c" />\r
271     <ClCompile Include="..\tgit\builtin\clean.c" />\r
272     <ClCompile Include="..\tgit\builtin\clone.c" />\r
273     <ClCompile Include="..\tgit\builtin\commit-tree.c" />\r
274     <ClCompile Include="..\tgit\builtin\commit.c">\r
275       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
276     </ClCompile>\r
277     <ClCompile Include="..\tgit\builtin\config.c">\r
278       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
279     </ClCompile>\r
280     <ClCompile Include="..\tgit\builtin\count-objects.c" />\r
281     <ClCompile Include="..\tgit\builtin\describe.c" />\r
282     <ClCompile Include="..\tgit\builtin\diff-files.c" />\r
283     <ClCompile Include="..\tgit\builtin\diff-index.c" />\r
284     <ClCompile Include="..\tgit\builtin\diff-tree.c" />\r
285     <ClCompile Include="..\tgit\builtin\diff.c">\r
286       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
287     </ClCompile>\r
288     <ClCompile Include="..\tgit\builtin\fast-export.c" />\r
289     <ClCompile Include="..\tgit\builtin\fetch-pack.c">\r
290       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
291     </ClCompile>\r
292     <ClCompile Include="..\tgit\builtin\fetch.c" />\r
293     <ClCompile Include="..\tgit\builtin\fmt-merge-msg.c" />\r
294     <ClCompile Include="..\tgit\builtin\for-each-ref.c" />\r
295     <ClCompile Include="..\tgit\builtin\fsck.c">\r
296       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
297     </ClCompile>\r
298     <ClCompile Include="..\tgit\builtin\gc.c" />\r
299     <ClCompile Include="..\tgit\builtin\grep.c">\r
300       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
301     </ClCompile>\r
302     <ClCompile Include="..\tgit\builtin\hash-object.c" />\r
303     <ClCompile Include="..\tgit\builtin\help.c">\r
304       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
305     </ClCompile>\r
306     <ClCompile Include="..\tgit\builtin\index-pack.c" />\r
307     <ClCompile Include="..\tgit\builtin\init-db.c" />\r
308     <ClCompile Include="..\tgit\builtin\log.c" />\r
309     <ClCompile Include="..\tgit\builtin\ls-files.c" />\r
310     <ClCompile Include="..\tgit\builtin\ls-remote.c" />\r
311     <ClCompile Include="..\tgit\builtin\ls-tree.c" />\r
312     <ClCompile Include="..\tgit\builtin\mailinfo.c" />\r
313     <ClCompile Include="..\tgit\builtin\mailsplit.c" />\r
314     <ClCompile Include="..\tgit\builtin\merge-base.c" />\r
315     <ClCompile Include="..\tgit\builtin\merge-file.c">\r
316       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
317     </ClCompile>\r
318     <ClCompile Include="..\tgit\builtin\merge-index.c" />\r
319     <ClCompile Include="..\tgit\builtin\merge-ours.c" />\r
320     <ClCompile Include="..\tgit\builtin\merge-recursive.c">\r
321       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
322     </ClCompile>\r
323     <ClCompile Include="..\tgit\builtin\merge-tree.c" />\r
324     <ClCompile Include="..\tgit\builtin\merge.c">\r
325       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
326     </ClCompile>\r
327     <ClCompile Include="..\tgit\builtin\mktag.c" />\r
328     <ClCompile Include="..\tgit\builtin\mktree.c" />\r
329     <ClCompile Include="..\tgit\builtin\mv.c" />\r
330     <ClCompile Include="..\tgit\builtin\name-rev.c" />\r
331     <ClCompile Include="..\tgit\builtin\notes.c">\r
332       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
333     </ClCompile>\r
334     <ClCompile Include="..\tgit\builtin\pack-objects.c">\r
335       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
336     </ClCompile>\r
337     <ClCompile Include="..\tgit\builtin\pack-redundant.c" />\r
338     <ClCompile Include="..\tgit\builtin\pack-refs.c">\r
339       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
340     </ClCompile>\r
341     <ClCompile Include="..\tgit\builtin\patch-id.c" />\r
342     <ClCompile Include="..\tgit\builtin\prune-packed.c" />\r
343     <ClCompile Include="..\tgit\builtin\prune.c" />\r
344     <ClCompile Include="..\tgit\builtin\push.c" />\r
345     <ClCompile Include="..\tgit\builtin\read-tree.c" />\r
346     <ClCompile Include="..\tgit\builtin\receive-pack.c" />\r
347     <ClCompile Include="..\tgit\builtin\reflog.c" />\r
348     <ClCompile Include="..\tgit\builtin\remote-ext.c" />\r
349     <ClCompile Include="..\tgit\builtin\remote-fd.c" />\r
350     <ClCompile Include="..\tgit\builtin\remote.c">\r
351       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
352     </ClCompile>\r
353     <ClCompile Include="..\tgit\builtin\replace.c" />\r
354     <ClCompile Include="..\tgit\builtin\rerere.c">\r
355       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
356     </ClCompile>\r
357     <ClCompile Include="..\tgit\builtin\reset.c" />\r
358     <ClCompile Include="..\tgit\builtin\rev-list.c" />\r
359     <ClCompile Include="..\tgit\builtin\rev-parse.c" />\r
360     <ClCompile Include="..\tgit\builtin\revert.c" />\r
361     <ClCompile Include="..\tgit\builtin\rm.c" />\r
362     <ClCompile Include="..\tgit\builtin\send-pack.c">\r
363       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
364     </ClCompile>\r
365     <ClCompile Include="..\tgit\builtin\show-branch.c" />\r
366     <ClCompile Include="..\tgit\builtin\show-ref.c" />\r
367     <ClCompile Include="..\tgit\builtin\stripspace.c" />\r
368     <ClCompile Include="..\tgit\builtin\symbolic-ref.c" />\r
369     <ClCompile Include="..\tgit\builtin\tag.c">\r
370       <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>\r
371     </ClCompile>\r
372     <ClCompile Include="..\tgit\builtin\unpack-file.c" />\r
373     <ClCompile Include="..\tgit\builtin\unpack-objects.c" />\r
374     <ClCompile Include="..\tgit\builtin\update-index.c" />\r
375     <ClCompile Include="..\tgit\builtin\update-ref.c" />\r
376     <ClCompile Include="..\tgit\builtin\update-server-info.c" />\r
377     <ClCompile Include="..\tgit\builtin\upload-archive.c" />\r
378     <ClCompile Include="..\tgit\builtin\var.c" />\r
379     <ClCompile Include="..\tgit\builtin\verify-pack.c" />\r
380     <ClCompile Include="..\tgit\builtin\verify-tag.c" />\r
381     <ClCompile Include="..\tgit\builtin\write-tree.c" />\r
382   </ItemGroup>\r
383   <ItemGroup>\r
384     <ClInclude Include="..\tgit\apply.h" />\r
385     <ClInclude Include="..\tgit\commit-slab.h" />\r
386     <ClInclude Include="..\tgit\compat\msvc.h" />\r
387     <ClInclude Include="..\tgit\archive.h" />\r
388     <ClInclude Include="..\tgit\argv-array.h" />\r
389     <ClInclude Include="..\tgit\attr.h" />\r
390     <ClInclude Include="..\tgit\blob.h" />\r
391     <ClInclude Include="..\tgit\branch.h" />\r
392     <ClInclude Include="..\tgit\builtin.h" />\r
393     <ClInclude Include="..\tgit\bulk-checkin.h" />\r
394     <ClInclude Include="..\tgit\bundle.h" />\r
395     <ClInclude Include="..\tgit\cache-tree.h" />\r
396     <ClInclude Include="..\tgit\cache.h" />\r
397     <ClInclude Include="..\tgit\color.h" />\r
398     <ClInclude Include="..\tgit\column.h" />\r
399     <ClInclude Include="..\tgit\commit.h" />\r
400     <ClInclude Include="..\tgit\config.h" />\r
401     <ClInclude Include="..\tgit\connect.h" />\r
402     <ClInclude Include="..\tgit\connected.h" />\r
403     <ClInclude Include="..\tgit\csum-file.h" />\r
404     <ClInclude Include="..\tgit\decorate.h" />\r
405     <ClInclude Include="..\tgit\delta.h" />\r
406     <ClInclude Include="..\tgit\diff.h" />\r
407     <ClInclude Include="..\tgit\diffcore.h" />\r
408     <ClInclude Include="..\tgit\dir-iterator.h" />\r
409     <ClInclude Include="..\tgit\dir.h" />\r
410     <ClInclude Include="..\tgit\ewah\ewok.h" />\r
411     <ClInclude Include="..\tgit\ewah\ewok_rlw.h" />\r
412     <ClInclude Include="..\tgit\exec_cmd.h" />\r
413     <ClInclude Include="..\tgit\fetch-pack.h" />\r
414     <ClInclude Include="..\tgit\fsck.h" />\r
415     <ClInclude Include="..\tgit\git-compat-util.h" />\r
416     <ClInclude Include="..\tgit\gpg-interface.h" />\r
417     <ClInclude Include="..\tgit\graph.h" />\r
418     <ClInclude Include="..\tgit\grep.h" />\r
419     <ClInclude Include="..\tgit\hash.h" />\r
420     <ClInclude Include="..\tgit\hashmap.h" />\r
421     <ClInclude Include="..\tgit\help.h" />\r
422     <ClInclude Include="..\tgit\iterator.h" />\r
423     <ClInclude Include="..\tgit\kwset.h" />\r
424     <ClInclude Include="..\tgit\levenshtein.h" />\r
425     <ClInclude Include="..\tgit\line-log.h" />\r
426     <ClInclude Include="..\tgit\line-range.h" />\r
427     <ClInclude Include="..\tgit\list-objects.h" />\r
428     <ClInclude Include="..\tgit\list.h" />\r
429     <ClInclude Include="..\tgit\ll-merge.h" />\r
430     <ClInclude Include="..\tgit\log-tree.h" />\r
431     <ClInclude Include="..\tgit\mailmap.h" />\r
432     <ClInclude Include="..\tgit\merge-blobs.h" />\r
433     <ClInclude Include="..\tgit\merge-recursive.h" />\r
434     <ClInclude Include="..\tgit\mergesort.h" />\r
435     <ClInclude Include="..\tgit\mru.h" />\r
436     <ClInclude Include="..\tgit\notes-merge.h" />\r
437     <ClInclude Include="..\tgit\notes-utils.h" />\r
438     <ClInclude Include="..\tgit\notes.h" />\r
439     <ClInclude Include="..\tgit\object.h" />\r
440     <ClInclude Include="..\tgit\oidset.h" />\r
441     <ClInclude Include="..\tgit\pack-bitmap.h" />\r
442     <ClInclude Include="..\tgit\pack-objects.h" />\r
443     <ClInclude Include="..\tgit\pack-revindex.h" />\r
444     <ClInclude Include="..\tgit\pack.h" />\r
445     <ClInclude Include="..\tgit\parse-options.h" />\r
446     <ClInclude Include="..\tgit\patch-ids.h" />\r
447     <ClInclude Include="..\tgit\pathspec.h" />\r
448     <ClInclude Include="..\tgit\pkt-line.h" />\r
449     <ClInclude Include="..\tgit\prio-queue.h" />\r
450     <ClInclude Include="..\tgit\progress.h" />\r
451     <ClInclude Include="..\tgit\quote.h" />\r
452     <ClInclude Include="..\tgit\reachable.h" />\r
453     <ClInclude Include="..\tgit\ref-filter.h" />\r
454     <ClInclude Include="..\tgit\reflog-walk.h" />\r
455     <ClInclude Include="..\tgit\refs.h" />\r
456     <ClInclude Include="..\tgit\refs\ref-cache.h" />\r
457     <ClInclude Include="..\tgit\refs\refs-internal.h" />\r
458     <ClInclude Include="..\tgit\remote.h" />\r
459     <ClInclude Include="..\tgit\repository.h" />\r
460     <ClInclude Include="..\tgit\rerere.h" />\r
461     <ClInclude Include="..\tgit\revision.h" />\r
462     <ClInclude Include="..\tgit\run-command.h" />\r
463     <ClInclude Include="..\tgit\send-pack.h" />\r
464     <ClInclude Include="..\tgit\sequencer.h" />\r
465     <ClInclude Include="..\tgit\sha1-array.h" />\r
466     <ClInclude Include="..\tgit\sha1-lookup.h" />\r
467     <ClInclude Include="..\tgit\shortlog.h" />\r
468     <ClInclude Include="..\tgit\sideband.h" />\r
469     <ClInclude Include="..\tgit\sigchain.h" />\r
470     <ClInclude Include="..\tgit\split-index.h" />\r
471     <ClInclude Include="..\tgit\strbuf.h" />\r
472     <ClInclude Include="..\tgit\streaming.h" />\r
473     <ClInclude Include="..\tgit\string-list.h" />\r
474     <ClInclude Include="..\tgit\sub-process.h" />\r
475     <ClInclude Include="..\tgit\submodule-config.h" />\r
476     <ClInclude Include="..\tgit\tag.h" />\r
477     <ClInclude Include="..\tgit\tar.h" />\r
478     <ClInclude Include="..\tgit\tempfile.h" />\r
479     <ClInclude Include="..\tgit\thread-utils.h" />\r
480     <ClInclude Include="..\tgit\tmp-objdir.h" />\r
481     <ClInclude Include="..\tgit\trailer.h" />\r
482     <ClInclude Include="..\tgit\transport.h" />\r
483     <ClInclude Include="..\tgit\tree-walk.h" />\r
484     <ClInclude Include="..\tgit\tree.h" />\r
485     <ClInclude Include="..\tgit\unpack-trees.h" />\r
486     <ClInclude Include="..\tgit\urlmatch.h" />\r
487     <ClInclude Include="..\tgit\userdiff.h" />\r
488     <ClInclude Include="..\tgit\utf8.h" />\r
489     <ClInclude Include="..\tgit\varint.h" />\r
490     <ClInclude Include="..\tgit\version.h" />\r
491     <ClInclude Include="..\tgit\walker.h" />\r
492     <ClInclude Include="..\tgit\wildmatch.h" />\r
493     <ClInclude Include="..\tgit\worktree.h" />\r
494     <ClInclude Include="..\tgit\wt-status.h" />\r
495     <ClInclude Include="..\tgit\xdiff-interface.h" />\r
496     <ClInclude Include="..\tgit\compat\mingw.h" />\r
497     <ClInclude Include="..\tgit\compat\obstack.h" />\r
498     <ClInclude Include="..\tgit\compat\poll\poll.h" />\r
499     <ClInclude Include="..\tgit\compat\regex\regex.h" />\r
500     <ClInclude Include="..\tgit\compat\win32.h" />\r
501     <ClInclude Include="..\tgit\xdiff\xdiff.h" />\r
502     <ClInclude Include="..\tgit\xdiff\xdiffi.h" />\r
503     <ClInclude Include="..\tgit\xdiff\xemit.h" />\r
504     <ClInclude Include="..\tgit\xdiff\xinclude.h" />\r
505     <ClInclude Include="..\tgit\xdiff\xmacros.h" />\r
506     <ClInclude Include="..\tgit\xdiff\xprepare.h" />\r
507     <ClInclude Include="..\tgit\xdiff\xtypes.h" />\r
508     <ClInclude Include="..\tgit\xdiff\xutils.h" />\r
509     <ClInclude Include="libgit-defines.h" />\r
510   </ItemGroup>\r
511   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
512   <ImportGroup Label="ExtensionTargets">\r
513   </ImportGroup>\r
514 </Project>