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
21 <PropertyGroup Label="Globals">
\r
22 <ProjectGuid>{F6DEC8C3-B803-4A86-8848-430F08B499E3}</ProjectGuid>
\r
23 <RootNamespace>libgit</RootNamespace>
\r
24 <Keyword>Win32Proj</Keyword>
\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
32 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
\r
33 <WholeProgramOptimization>true</WholeProgramOptimization>
\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
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
47 </ItemDefinitionGroup>
\r
49 <ClCompile Include="..\tgit\builtin\check-mailmap.c" />
\r
50 <ClCompile Include="..\tgit\builtin\get-tar-commit-id.c" />
\r
51 <ClCompile Include="..\tgit\builtin\repack.c" />
\r
52 <ClCompile Include="..\tgit\compat\msvc.c" />
\r
53 <ClCompile Include="..\tgit\block-sha1\sha1.c" />
\r
54 <ClCompile Include="..\tgit\compat\basename.c" />
\r
55 <ClCompile Include="..\tgit\compat\win32\dirent.c" />
\r
56 <ClCompile Include="..\tgit\compat\fnmatch\fnmatch.c" />
\r
57 <ClCompile Include="..\tgit\compat\fopen.c" />
\r
58 <ClCompile Include="..\tgit\compat\memmem.c" />
\r
59 <ClCompile Include="..\tgit\compat\mkdtemp.c" />
\r
60 <ClCompile Include="..\tgit\compat\obstack.c" />
\r
61 <ClCompile Include="..\tgit\compat\poll\poll.c" />
\r
62 <ClCompile Include="..\tgit\compat\pread.c" />
\r
63 <ClCompile Include="..\tgit\compat\qsort.c" />
\r
64 <ClCompile Include="..\tgit\compat\regex\regex.c" />
\r
65 <ClCompile Include="..\tgit\compat\setenv.c" />
\r
66 <ClCompile Include="..\tgit\compat\snprintf.c" />
\r
67 <ClCompile Include="..\tgit\compat\strcasestr.c" />
\r
68 <ClCompile Include="..\tgit\compat\strlcpy.c" />
\r
69 <ClCompile Include="..\tgit\compat\strtoimax.c" />
\r
70 <ClCompile Include="..\tgit\compat\strtoumax.c" />
\r
71 <ClCompile Include="..\tgit\compat\win32mmap.c" />
\r
72 <ClCompile Include="..\tgit\compat\winansi.c" />
\r
73 <ClCompile Include="..\tgit\abspath.c" />
\r
74 <ClCompile Include="..\tgit\advice.c" />
\r
75 <ClCompile Include="..\tgit\alias.c" />
\r
76 <ClCompile Include="..\tgit\alloc.c" />
\r
77 <ClCompile Include="..\tgit\archive-tar.c" />
\r
78 <ClCompile Include="..\tgit\archive-zip.c" />
\r
79 <ClCompile Include="..\tgit\archive.c" />
\r
80 <ClCompile Include="..\tgit\argv-array.c" />
\r
81 <ClCompile Include="..\tgit\attr.c" />
\r
82 <ClCompile Include="..\tgit\base85.c" />
\r
83 <ClCompile Include="..\tgit\bisect.c" />
\r
84 <ClCompile Include="..\tgit\blob.c" />
\r
85 <ClCompile Include="..\tgit\branch.c" />
\r
86 <ClCompile Include="..\tgit\bulk-checkin.c" />
\r
87 <ClCompile Include="..\tgit\bundle.c" />
\r
88 <ClCompile Include="..\tgit\cache-tree.c" />
\r
89 <ClCompile Include="..\tgit\color.c" />
\r
90 <ClCompile Include="..\tgit\column.c" />
\r
91 <ClCompile Include="..\tgit\combine-diff.c" />
\r
92 <ClCompile Include="..\tgit\commit.c" />
\r
93 <ClCompile Include="..\tgit\config.c" />
\r
94 <ClCompile Include="..\tgit\connect.c" />
\r
95 <ClCompile Include="..\tgit\connected.c" />
\r
96 <ClCompile Include="..\tgit\convert.c" />
\r
97 <ClCompile Include="..\tgit\copy.c" />
\r
98 <ClCompile Include="..\tgit\csum-file.c" />
\r
99 <ClCompile Include="..\tgit\ctype.c" />
\r
100 <ClCompile Include="..\tgit\date.c" />
\r
101 <ClCompile Include="..\tgit\decorate.c" />
\r
102 <ClCompile Include="..\tgit\diff-delta.c" />
\r
103 <ClCompile Include="..\tgit\diff-lib.c" />
\r
104 <ClCompile Include="..\tgit\diff-no-index.c" />
\r
105 <ClCompile Include="..\tgit\diff.c" />
\r
106 <ClCompile Include="..\tgit\diffcore-break.c" />
\r
107 <ClCompile Include="..\tgit\diffcore-delta.c" />
\r
108 <ClCompile Include="..\tgit\diffcore-order.c" />
\r
109 <ClCompile Include="..\tgit\diffcore-pickaxe.c" />
\r
110 <ClCompile Include="..\tgit\diffcore-rename.c" />
\r
111 <ClCompile Include="..\tgit\dir.c" />
\r
112 <ClCompile Include="..\tgit\editor.c" />
\r
113 <ClCompile Include="..\tgit\entry.c" />
\r
114 <ClCompile Include="..\tgit\environment.c" />
\r
115 <ClCompile Include="..\tgit\exec_cmd.c" />
\r
116 <ClCompile Include="..\tgit\fetch-pack.c" />
\r
117 <ClCompile Include="..\tgit\fsck.c" />
\r
118 <ClCompile Include="..\tgit\gpg-interface.c" />
\r
119 <ClCompile Include="..\tgit\graph.c" />
\r
120 <ClCompile Include="..\tgit\grep.c" />
\r
121 <ClCompile Include="..\tgit\hash.c" />
\r
122 <ClCompile Include="..\tgit\help.c" />
\r
123 <ClCompile Include="..\tgit\hex.c" />
\r
124 <ClCompile Include="..\tgit\ident.c" />
\r
125 <ClCompile Include="..\tgit\kwset.c" />
\r
126 <ClCompile Include="..\tgit\levenshtein.c" />
\r
127 <ClCompile Include="..\tgit\line-log.c" />
\r
128 <ClCompile Include="..\tgit\line-range.c" />
\r
129 <ClCompile Include="..\tgit\list-objects.c" />
\r
130 <ClCompile Include="..\tgit\ll-merge.c" />
\r
131 <ClCompile Include="..\tgit\lockfile.c" />
\r
132 <ClCompile Include="..\tgit\log-tree.c" />
\r
133 <ClCompile Include="..\tgit\mailmap.c" />
\r
134 <ClCompile Include="..\tgit\match-trees.c" />
\r
135 <ClCompile Include="..\tgit\merge-blobs.c" />
\r
136 <ClCompile Include="..\tgit\merge-recursive.c" />
\r
137 <ClCompile Include="..\tgit\merge.c" />
\r
138 <ClCompile Include="..\tgit\mergesort.c" />
\r
139 <ClCompile Include="..\tgit\name-hash.c" />
\r
140 <ClCompile Include="..\tgit\notes-cache.c" />
\r
141 <ClCompile Include="..\tgit\notes-merge.c" />
\r
142 <ClCompile Include="..\tgit\notes-utils.c" />
\r
143 <ClCompile Include="..\tgit\notes.c" />
\r
144 <ClCompile Include="..\tgit\object.c" />
\r
145 <ClCompile Include="..\tgit\pack-check.c" />
\r
146 <ClCompile Include="..\tgit\pack-revindex.c" />
\r
147 <ClCompile Include="..\tgit\pack-write.c" />
\r
148 <ClCompile Include="..\tgit\pager.c" />
\r
149 <ClCompile Include="..\tgit\parse-options-cb.c" />
\r
150 <ClCompile Include="..\tgit\parse-options.c" />
\r
151 <ClCompile Include="..\tgit\patch-delta.c" />
\r
152 <ClCompile Include="..\tgit\patch-ids.c" />
\r
153 <ClCompile Include="..\tgit\path.c" />
\r
154 <ClCompile Include="..\tgit\pathspec.c" />
\r
155 <ClCompile Include="..\tgit\pkt-line.c" />
\r
156 <ClCompile Include="..\tgit\preload-index.c" />
\r
157 <ClCompile Include="..\tgit\pretty.c" />
\r
158 <ClCompile Include="..\tgit\prio-queue.c" />
\r
159 <ClCompile Include="..\tgit\progress.c" />
\r
160 <ClCompile Include="..\tgit\quote.c" />
\r
161 <ClCompile Include="..\tgit\reachable.c" />
\r
162 <ClCompile Include="..\tgit\read-cache.c" />
\r
163 <ClCompile Include="..\tgit\reflog-walk.c" />
\r
164 <ClCompile Include="..\tgit\refs.c" />
\r
165 <ClCompile Include="..\tgit\remote.c" />
\r
166 <ClCompile Include="..\tgit\replace_object.c" />
\r
167 <ClCompile Include="..\tgit\rerere.c" />
\r
168 <ClCompile Include="..\tgit\resolve-undo.c" />
\r
169 <ClCompile Include="..\tgit\revision.c" />
\r
170 <ClCompile Include="..\tgit\run-command.c" />
\r
171 <ClCompile Include="..\tgit\send-pack.c" />
\r
172 <ClCompile Include="..\tgit\sequencer.c" />
\r
173 <ClCompile Include="..\tgit\server-info.c" />
\r
174 <ClCompile Include="..\tgit\setup.c" />
\r
175 <ClCompile Include="..\tgit\sha1-array.c" />
\r
176 <ClCompile Include="..\tgit\sha1-lookup.c" />
\r
177 <ClCompile Include="..\tgit\sha1_file.c" />
\r
178 <ClCompile Include="..\tgit\sha1_name.c" />
\r
179 <ClCompile Include="..\tgit\shallow.c" />
\r
180 <ClCompile Include="..\tgit\builtin\shortlog.c" />
\r
181 <ClCompile Include="..\tgit\sideband.c" />
\r
182 <ClCompile Include="..\tgit\sigchain.c" />
\r
183 <ClCompile Include="..\tgit\strbuf.c" />
\r
184 <ClCompile Include="..\tgit\streaming.c" />
\r
185 <ClCompile Include="..\tgit\string-list.c" />
\r
186 <ClCompile Include="..\tgit\submodule.c" />
\r
187 <ClCompile Include="..\tgit\symlinks.c" />
\r
188 <ClCompile Include="..\tgit\tag.c" />
\r
189 <ClCompile Include="..\tgit\trace.c" />
\r
190 <ClCompile Include="..\tgit\transport-helper.c" />
\r
191 <ClCompile Include="..\tgit\transport.c" />
\r
192 <ClCompile Include="..\tgit\tree-diff.c" />
\r
193 <ClCompile Include="..\tgit\tree-walk.c" />
\r
194 <ClCompile Include="..\tgit\tree.c" />
\r
195 <ClCompile Include="..\tgit\unpack-trees.c" />
\r
196 <ClCompile Include="..\tgit\upload-pack.c" />
\r
197 <ClCompile Include="..\tgit\url.c" />
\r
198 <ClCompile Include="..\tgit\urlmatch.c" />
\r
199 <ClCompile Include="..\tgit\usage.c" />
\r
200 <ClCompile Include="..\tgit\userdiff.c" />
\r
201 <ClCompile Include="..\tgit\utf8.c" />
\r
202 <ClCompile Include="..\tgit\varint.c" />
\r
203 <ClCompile Include="..\tgit\version.c" />
\r
204 <ClCompile Include="..\tgit\walker.c" />
\r
205 <ClCompile Include="..\tgit\wildmatch.c" />
\r
206 <ClCompile Include="..\tgit\wrapper.c" />
\r
207 <ClCompile Include="..\tgit\write_or_die.c" />
\r
208 <ClCompile Include="..\tgit\ws.c" />
\r
209 <ClCompile Include="..\tgit\wt-status.c" />
\r
210 <ClCompile Include="..\tgit\xdiff-interface.c" />
\r
211 <ClCompile Include="..\tgit\zlib.c" />
\r
212 <ClCompile Include="..\tgit\xdiff\xdiffi.c" />
\r
213 <ClCompile Include="..\tgit\xdiff\xemit.c" />
\r
214 <ClCompile Include="..\tgit\xdiff\xhistogram.c" />
\r
215 <ClCompile Include="..\tgit\xdiff\xmerge.c" />
\r
216 <ClCompile Include="..\tgit\xdiff\xpatience.c" />
\r
217 <ClCompile Include="..\tgit\xdiff\xprepare.c" />
\r
218 <ClCompile Include="..\tgit\xdiff\xutils.c" />
\r
219 <ClCompile Include="..\tgit\builtin\add.c" />
\r
220 <ClCompile Include="..\tgit\builtin\annotate.c" />
\r
221 <ClCompile Include="..\tgit\builtin\apply.c" />
\r
222 <ClCompile Include="..\tgit\builtin\archive.c">
\r
223 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
225 <ClCompile Include="..\tgit\builtin\bisect--helper.c" />
\r
226 <ClCompile Include="..\tgit\builtin\blame.c" />
\r
227 <ClCompile Include="..\tgit\builtin\branch.c">
\r
228 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
230 <ClCompile Include="..\tgit\builtin\bundle.c">
\r
231 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
233 <ClCompile Include="..\tgit\builtin\cat-file.c" />
\r
234 <ClCompile Include="..\tgit\builtin\check-attr.c" />
\r
235 <ClCompile Include="..\tgit\builtin\check-ref-format.c" />
\r
236 <ClCompile Include="..\tgit\builtin\checkout-index.c" />
\r
237 <ClCompile Include="..\tgit\builtin\checkout.c" />
\r
238 <ClCompile Include="..\tgit\builtin\clean.c" />
\r
239 <ClCompile Include="..\tgit\builtin\clone.c" />
\r
240 <ClCompile Include="..\tgit\builtin\commit-tree.c" />
\r
241 <ClCompile Include="..\tgit\builtin\commit.c">
\r
242 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
244 <ClCompile Include="..\tgit\builtin\config.c">
\r
245 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
247 <ClCompile Include="..\tgit\builtin\count-objects.c" />
\r
248 <ClCompile Include="..\tgit\builtin\describe.c" />
\r
249 <ClCompile Include="..\tgit\builtin\diff-files.c" />
\r
250 <ClCompile Include="..\tgit\builtin\diff-index.c" />
\r
251 <ClCompile Include="..\tgit\builtin\diff-tree.c" />
\r
252 <ClCompile Include="..\tgit\builtin\diff.c">
\r
253 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
255 <ClCompile Include="..\tgit\builtin\fast-export.c" />
\r
256 <ClCompile Include="..\tgit\builtin\fetch-pack.c">
\r
257 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
259 <ClCompile Include="..\tgit\builtin\fetch.c" />
\r
260 <ClCompile Include="..\tgit\builtin\fmt-merge-msg.c" />
\r
261 <ClCompile Include="..\tgit\builtin\for-each-ref.c" />
\r
262 <ClCompile Include="..\tgit\builtin\fsck.c">
\r
263 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
265 <ClCompile Include="..\tgit\builtin\gc.c" />
\r
266 <ClCompile Include="..\tgit\builtin\grep.c">
\r
267 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
269 <ClCompile Include="..\tgit\builtin\hash-object.c" />
\r
270 <ClCompile Include="..\tgit\builtin\help.c">
\r
271 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
273 <ClCompile Include="..\tgit\builtin\index-pack.c" />
\r
274 <ClCompile Include="..\tgit\builtin\init-db.c" />
\r
275 <ClCompile Include="..\tgit\builtin\log.c" />
\r
276 <ClCompile Include="..\tgit\builtin\ls-files.c" />
\r
277 <ClCompile Include="..\tgit\builtin\ls-remote.c" />
\r
278 <ClCompile Include="..\tgit\builtin\ls-tree.c" />
\r
279 <ClCompile Include="..\tgit\builtin\mailinfo.c" />
\r
280 <ClCompile Include="..\tgit\builtin\mailsplit.c" />
\r
281 <ClCompile Include="..\tgit\builtin\merge-base.c" />
\r
282 <ClCompile Include="..\tgit\builtin\merge-file.c">
\r
283 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
285 <ClCompile Include="..\tgit\builtin\merge-index.c" />
\r
286 <ClCompile Include="..\tgit\builtin\merge-ours.c" />
\r
287 <ClCompile Include="..\tgit\builtin\merge-recursive.c">
\r
288 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
290 <ClCompile Include="..\tgit\builtin\merge-tree.c" />
\r
291 <ClCompile Include="..\tgit\builtin\merge.c">
\r
292 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
294 <ClCompile Include="..\tgit\builtin\mktag.c" />
\r
295 <ClCompile Include="..\tgit\builtin\mktree.c" />
\r
296 <ClCompile Include="..\tgit\builtin\mv.c" />
\r
297 <ClCompile Include="..\tgit\builtin\name-rev.c" />
\r
298 <ClCompile Include="..\tgit\builtin\notes.c">
\r
299 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
301 <ClCompile Include="..\tgit\builtin\pack-objects.c" />
\r
302 <ClCompile Include="..\tgit\builtin\pack-redundant.c" />
\r
303 <ClCompile Include="..\tgit\builtin\pack-refs.c">
\r
304 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
306 <ClCompile Include="..\tgit\builtin\patch-id.c" />
\r
307 <ClCompile Include="..\tgit\builtin\prune-packed.c" />
\r
308 <ClCompile Include="..\tgit\builtin\prune.c" />
\r
309 <ClCompile Include="..\tgit\builtin\push.c" />
\r
310 <ClCompile Include="..\tgit\builtin\read-tree.c" />
\r
311 <ClCompile Include="..\tgit\builtin\receive-pack.c" />
\r
312 <ClCompile Include="..\tgit\builtin\reflog.c" />
\r
313 <ClCompile Include="..\tgit\builtin\remote-ext.c" />
\r
314 <ClCompile Include="..\tgit\builtin\remote-fd.c" />
\r
315 <ClCompile Include="..\tgit\builtin\remote.c">
\r
316 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
318 <ClCompile Include="..\tgit\builtin\replace.c" />
\r
319 <ClCompile Include="..\tgit\builtin\rerere.c">
\r
320 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
322 <ClCompile Include="..\tgit\builtin\reset.c" />
\r
323 <ClCompile Include="..\tgit\builtin\rev-list.c" />
\r
324 <ClCompile Include="..\tgit\builtin\rev-parse.c" />
\r
325 <ClCompile Include="..\tgit\builtin\revert.c" />
\r
326 <ClCompile Include="..\tgit\builtin\rm.c" />
\r
327 <ClCompile Include="..\tgit\builtin\send-pack.c">
\r
328 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
330 <ClCompile Include="..\tgit\builtin\show-branch.c" />
\r
331 <ClCompile Include="..\tgit\builtin\show-ref.c" />
\r
332 <ClCompile Include="..\tgit\builtin\stripspace.c" />
\r
333 <ClCompile Include="..\tgit\builtin\symbolic-ref.c" />
\r
334 <ClCompile Include="..\tgit\builtin\tag.c">
\r
335 <ObjectFileName>$(IntDir)BuildIn%(Filename).obj</ObjectFileName>
\r
337 <ClCompile Include="..\tgit\builtin\unpack-file.c" />
\r
338 <ClCompile Include="..\tgit\builtin\unpack-objects.c" />
\r
339 <ClCompile Include="..\tgit\builtin\update-index.c" />
\r
340 <ClCompile Include="..\tgit\builtin\update-ref.c" />
\r
341 <ClCompile Include="..\tgit\builtin\update-server-info.c" />
\r
342 <ClCompile Include="..\tgit\builtin\upload-archive.c" />
\r
343 <ClCompile Include="..\tgit\builtin\var.c" />
\r
344 <ClCompile Include="..\tgit\builtin\verify-pack.c" />
\r
345 <ClCompile Include="..\tgit\builtin\verify-tag.c" />
\r
346 <ClCompile Include="..\tgit\builtin\write-tree.c" />
\r
349 <ClInclude Include="..\tgit\commit-slab.h" />
\r
350 <ClInclude Include="..\tgit\compat\msvc.h" />
\r
351 <ClInclude Include="..\tgit\archive.h" />
\r
352 <ClInclude Include="..\tgit\argv-array.h" />
\r
353 <ClInclude Include="..\tgit\attr.h" />
\r
354 <ClInclude Include="..\tgit\blob.h" />
\r
355 <ClInclude Include="..\tgit\branch.h" />
\r
356 <ClInclude Include="..\tgit\builtin.h" />
\r
357 <ClInclude Include="..\tgit\bulk-checkin.h" />
\r
358 <ClInclude Include="..\tgit\bundle.h" />
\r
359 <ClInclude Include="..\tgit\cache-tree.h" />
\r
360 <ClInclude Include="..\tgit\cache.h" />
\r
361 <ClInclude Include="..\tgit\color.h" />
\r
362 <ClInclude Include="..\tgit\column.h" />
\r
363 <ClInclude Include="..\tgit\commit.h" />
\r
364 <ClInclude Include="..\tgit\connect.h" />
\r
365 <ClInclude Include="..\tgit\connected.h" />
\r
366 <ClInclude Include="..\tgit\csum-file.h" />
\r
367 <ClInclude Include="..\tgit\decorate.h" />
\r
368 <ClInclude Include="..\tgit\delta.h" />
\r
369 <ClInclude Include="..\tgit\diff.h" />
\r
370 <ClInclude Include="..\tgit\diffcore.h" />
\r
371 <ClInclude Include="..\tgit\dir.h" />
\r
372 <ClInclude Include="..\tgit\exec_cmd.h" />
\r
373 <ClInclude Include="..\tgit\fetch-pack.h" />
\r
374 <ClInclude Include="..\tgit\fsck.h" />
\r
375 <ClInclude Include="..\tgit\git-compat-util.h" />
\r
376 <ClInclude Include="..\tgit\gpg-interface.h" />
\r
377 <ClInclude Include="..\tgit\graph.h" />
\r
378 <ClInclude Include="..\tgit\grep.h" />
\r
379 <ClInclude Include="..\tgit\hash.h" />
\r
380 <ClInclude Include="..\tgit\help.h" />
\r
381 <ClInclude Include="..\tgit\kwset.h" />
\r
382 <ClInclude Include="..\tgit\levenshtein.h" />
\r
383 <ClInclude Include="..\tgit\line-log.h" />
\r
384 <ClInclude Include="..\tgit\line-range.h" />
\r
385 <ClInclude Include="..\tgit\list-objects.h" />
\r
386 <ClInclude Include="..\tgit\ll-merge.h" />
\r
387 <ClInclude Include="..\tgit\log-tree.h" />
\r
388 <ClInclude Include="..\tgit\mailmap.h" />
\r
389 <ClInclude Include="..\tgit\merge-blobs.h" />
\r
390 <ClInclude Include="..\tgit\merge-recursive.h" />
\r
391 <ClInclude Include="..\tgit\mergesort.h" />
\r
392 <ClInclude Include="..\tgit\notes-merge.h" />
\r
393 <ClInclude Include="..\tgit\notes-utils.h" />
\r
394 <ClInclude Include="..\tgit\notes.h" />
\r
395 <ClInclude Include="..\tgit\object.h" />
\r
396 <ClInclude Include="..\tgit\pack-revindex.h" />
\r
397 <ClInclude Include="..\tgit\pack.h" />
\r
398 <ClInclude Include="..\tgit\parse-options.h" />
\r
399 <ClInclude Include="..\tgit\patch-ids.h" />
\r
400 <ClInclude Include="..\tgit\pathspec.h" />
\r
401 <ClInclude Include="..\tgit\pkt-line.h" />
\r
402 <ClInclude Include="..\tgit\prio-queue.h" />
\r
403 <ClInclude Include="..\tgit\progress.h" />
\r
404 <ClInclude Include="..\tgit\quote.h" />
\r
405 <ClInclude Include="..\tgit\reachable.h" />
\r
406 <ClInclude Include="..\tgit\reflog-walk.h" />
\r
407 <ClInclude Include="..\tgit\refs.h" />
\r
408 <ClInclude Include="..\tgit\remote.h" />
\r
409 <ClInclude Include="..\tgit\rerere.h" />
\r
410 <ClInclude Include="..\tgit\revision.h" />
\r
411 <ClInclude Include="..\tgit\run-command.h" />
\r
412 <ClInclude Include="..\tgit\send-pack.h" />
\r
413 <ClInclude Include="..\tgit\sequencer.h" />
\r
414 <ClInclude Include="..\tgit\sha1-array.h" />
\r
415 <ClInclude Include="..\tgit\sha1-lookup.h" />
\r
416 <ClInclude Include="..\tgit\shortlog.h" />
\r
417 <ClInclude Include="..\tgit\sideband.h" />
\r
418 <ClInclude Include="..\tgit\sigchain.h" />
\r
419 <ClInclude Include="..\tgit\strbuf.h" />
\r
420 <ClInclude Include="..\tgit\streaming.h" />
\r
421 <ClInclude Include="..\tgit\string-list.h" />
\r
422 <ClInclude Include="..\tgit\tag.h" />
\r
423 <ClInclude Include="..\tgit\tar.h" />
\r
424 <ClInclude Include="..\tgit\thread-utils.h" />
\r
425 <ClInclude Include="..\tgit\transport.h" />
\r
426 <ClInclude Include="..\tgit\tree-walk.h" />
\r
427 <ClInclude Include="..\tgit\tree.h" />
\r
428 <ClInclude Include="..\tgit\unpack-trees.h" />
\r
429 <ClInclude Include="..\tgit\urlmatch.h" />
\r
430 <ClInclude Include="..\tgit\userdiff.h" />
\r
431 <ClInclude Include="..\tgit\utf8.h" />
\r
432 <ClInclude Include="..\tgit\varint.h" />
\r
433 <ClInclude Include="..\tgit\version.h" />
\r
434 <ClInclude Include="..\tgit\walker.h" />
\r
435 <ClInclude Include="..\tgit\wildmatch.h" />
\r
436 <ClInclude Include="..\tgit\wt-status.h" />
\r
437 <ClInclude Include="..\tgit\xdiff-interface.h" />
\r
438 <ClInclude Include="..\tgit\compat\fnmatch\fnmatch.h" />
\r
439 <ClInclude Include="..\tgit\compat\mingw.h" />
\r
440 <ClInclude Include="..\tgit\compat\obstack.h" />
\r
441 <ClInclude Include="..\tgit\compat\poll\poll.h" />
\r
442 <ClInclude Include="..\tgit\compat\regex\regex.h" />
\r
443 <ClInclude Include="..\tgit\compat\win32.h" />
\r
444 <ClInclude Include="..\tgit\xdiff\xdiff.h" />
\r
445 <ClInclude Include="..\tgit\xdiff\xdiffi.h" />
\r
446 <ClInclude Include="..\tgit\xdiff\xemit.h" />
\r
447 <ClInclude Include="..\tgit\xdiff\xinclude.h" />
\r
448 <ClInclude Include="..\tgit\xdiff\xmacros.h" />
\r
449 <ClInclude Include="..\tgit\xdiff\xprepare.h" />
\r
450 <ClInclude Include="..\tgit\xdiff\xtypes.h" />
\r
451 <ClInclude Include="..\tgit\xdiff\xutils.h" />
\r
453 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
454 <ImportGroup Label="ExtensionTargets">
\r