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\apply.c" />
\r
50 <ClCompile Include="..\tgit\bloom.c" />
\r
51 <ClCompile Include="..\tgit\chdir-notify.c" />
\r
52 <ClCompile Include="..\tgit\commit-graph.c" />
\r
53 <ClCompile Include="..\tgit\commit-reach.c" />
\r
54 <ClCompile Include="..\tgit\compat\fileno.c" />
\r
55 <ClCompile Include="..\tgit\compat\msvc.c" />
\r
56 <ClCompile Include="..\tgit\compat\basename.c" />
\r
57 <ClCompile Include="..\tgit\compat\qsort_s.c" />
\r
58 <ClCompile Include="..\tgit\compat\win32\dirent.c" />
\r
59 <ClCompile Include="..\tgit\compat\fopen.c" />
\r
60 <ClCompile Include="..\tgit\compat\memmem.c" />
\r
61 <ClCompile Include="..\tgit\compat\mkdtemp.c" />
\r
62 <ClCompile Include="..\tgit\compat\obstack.c" />
\r
63 <ClCompile Include="..\tgit\compat\poll\poll.c" />
\r
64 <ClCompile Include="..\tgit\compat\pread.c" />
\r
65 <ClCompile Include="..\tgit\compat\regex\regex.c" />
\r
66 <ClCompile Include="..\tgit\compat\setenv.c" />
\r
67 <ClCompile Include="..\tgit\compat\snprintf.c" />
\r
68 <ClCompile Include="..\tgit\compat\strcasestr.c" />
\r
69 <ClCompile Include="..\tgit\compat\strlcpy.c" />
\r
70 <ClCompile Include="..\tgit\compat\strtoimax.c" />
\r
71 <ClCompile Include="..\tgit\compat\strtoumax.c" />
\r
72 <ClCompile Include="..\tgit\compat\win32mmap.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\attr.c" />
\r
81 <ClCompile Include="..\tgit\base85.c" />
\r
82 <ClCompile Include="..\tgit\bisect.c" />
\r
83 <ClCompile Include="..\tgit\blob.c" />
\r
84 <ClCompile Include="..\tgit\branch.c" />
\r
85 <ClCompile Include="..\tgit\bulk-checkin.c" />
\r
86 <ClCompile Include="..\tgit\bundle.c" />
\r
87 <ClCompile Include="..\tgit\cache-tree.c" />
\r
88 <ClCompile Include="..\tgit\color.c" />
\r
89 <ClCompile Include="..\tgit\column.c" />
\r
90 <ClCompile Include="..\tgit\combine-diff.c" />
\r
91 <ClCompile Include="..\tgit\commit.c" />
\r
92 <ClCompile Include="..\tgit\compat\win32\fscache.c" />
\r
93 <ClCompile Include="..\tgit\compat\win32\path-utils.c" />
\r
94 <ClCompile Include="..\tgit\compat\win32\pthread.c" />
\r
95 <ClCompile Include="..\tgit\compat\win32\syslog.c" />
\r
96 <ClCompile Include="..\tgit\compat\win32\trace2_win32_process_info.c" />
\r
97 <ClCompile Include="..\tgit\compat\winansi.c" />
\r
98 <ClCompile Include="..\tgit\config.c" />
\r
99 <ClCompile Include="..\tgit\connect.c" />
\r
100 <ClCompile Include="..\tgit\connected.c" />
\r
101 <ClCompile Include="..\tgit\convert.c" />
\r
102 <ClCompile Include="..\tgit\copy.c" />
\r
103 <ClCompile Include="..\tgit\csum-file.c" />
\r
104 <ClCompile Include="..\tgit\ctype.c" />
\r
105 <ClCompile Include="..\tgit\date.c" />
\r
106 <ClCompile Include="..\tgit\decorate.c" />
\r
107 <ClCompile Include="..\tgit\delta-islands.c" />
\r
108 <ClCompile Include="..\tgit\diff-delta.c" />
\r
109 <ClCompile Include="..\tgit\diff-lib.c" />
\r
110 <ClCompile Include="..\tgit\diff-no-index.c" />
\r
111 <ClCompile Include="..\tgit\diff.c" />
\r
112 <ClCompile Include="..\tgit\diffcore-break.c" />
\r
113 <ClCompile Include="..\tgit\diffcore-delta.c" />
\r
114 <ClCompile Include="..\tgit\diffcore-order.c" />
\r
115 <ClCompile Include="..\tgit\diffcore-pickaxe.c" />
\r
116 <ClCompile Include="..\tgit\diffcore-rename.c" />
\r
117 <ClCompile Include="..\tgit\dir-iterator.c" />
\r
118 <ClCompile Include="..\tgit\dir.c" />
\r
119 <ClCompile Include="..\tgit\editor.c" />
\r
120 <ClCompile Include="..\tgit\entry.c" />
\r
121 <ClCompile Include="..\tgit\environment.c" />
\r
122 <ClCompile Include="..\tgit\ewah\bitmap.c" />
\r
123 <ClCompile Include="..\tgit\ewah\ewah_bitmap.c" />
\r
124 <ClCompile Include="..\tgit\ewah\ewah_io.c" />
\r
125 <ClCompile Include="..\tgit\ewah\ewah_rlw.c" />
\r
126 <ClCompile Include="..\tgit\exec-cmd.c" />
\r
127 <ClCompile Include="..\tgit\fetch-negotiator.c" />
\r
128 <ClCompile Include="..\tgit\fetch-pack.c" />
\r
129 <ClCompile Include="..\tgit\fsck.c" />
\r
130 <ClCompile Include="..\tgit\fsmonitor.c" />
\r
131 <ClCompile Include="..\tgit\gettext.c" />
\r
132 <ClCompile Include="..\tgit\gpg-interface.c" />
\r
133 <ClCompile Include="..\tgit\graph.c" />
\r
134 <ClCompile Include="..\tgit\grep.c" />
\r
135 <ClCompile Include="..\tgit\hashmap.c" />
\r
136 <ClCompile Include="..\tgit\help.c" />
\r
137 <ClCompile Include="..\tgit\hex.c" />
\r
138 <ClCompile Include="..\tgit\ident.c" />
\r
139 <ClCompile Include="..\tgit\json-writer.c" />
\r
140 <ClCompile Include="..\tgit\kwset.c" />
\r
141 <ClCompile Include="..\tgit\levenshtein.c" />
\r
142 <ClCompile Include="..\tgit\line-log.c" />
\r
143 <ClCompile Include="..\tgit\line-range.c" />
\r
144 <ClCompile Include="..\tgit\linear-assignment.c" />
\r
145 <ClCompile Include="..\tgit\list-objects-filter-options.c" />
\r
146 <ClCompile Include="..\tgit\list-objects-filter.c" />
\r
147 <ClCompile Include="..\tgit\list-objects.c" />
\r
148 <ClCompile Include="..\tgit\ll-merge.c" />
\r
149 <ClCompile Include="..\tgit\lockfile.c" />
\r
150 <ClCompile Include="..\tgit\log-tree.c" />
\r
151 <ClCompile Include="..\tgit\mailmap.c" />
\r
152 <ClCompile Include="..\tgit\match-trees.c" />
\r
153 <ClCompile Include="..\tgit\mem-pool.c" />
\r
154 <ClCompile Include="..\tgit\merge-blobs.c" />
\r
155 <ClCompile Include="..\tgit\merge-recursive.c" />
\r
156 <ClCompile Include="..\tgit\merge.c" />
\r
157 <ClCompile Include="..\tgit\mergesort.c" />
\r
158 <ClCompile Include="..\tgit\midx.c" />
\r
159 <ClCompile Include="..\tgit\name-hash.c" />
\r
160 <ClCompile Include="..\tgit\negotiator\default.c" />
\r
161 <ClCompile Include="..\tgit\negotiator\skipping.c" />
\r
162 <ClCompile Include="..\tgit\notes-cache.c" />
\r
163 <ClCompile Include="..\tgit\notes-merge.c" />
\r
164 <ClCompile Include="..\tgit\notes-utils.c" />
\r
165 <ClCompile Include="..\tgit\notes.c" />
\r
166 <ClCompile Include="..\tgit\object.c" />
\r
167 <ClCompile Include="..\tgit\oid-array.c" />
\r
168 <ClCompile Include="..\tgit\oidmap.c" />
\r
169 <ClCompile Include="..\tgit\oidset.c" />
\r
170 <ClCompile Include="..\tgit\pack-bitmap-write.c" />
\r
171 <ClCompile Include="..\tgit\pack-bitmap.c" />
\r
172 <ClCompile Include="..\tgit\pack-check.c" />
\r
173 <ClCompile Include="..\tgit\pack-objects.c" />
\r
174 <ClCompile Include="..\tgit\pack-revindex.c" />
\r
175 <ClCompile Include="..\tgit\pack-write.c" />
\r
176 <ClCompile Include="..\tgit\packfile.c" />
\r
177 <ClCompile Include="..\tgit\pager.c" />
\r
178 <ClCompile Include="..\tgit\parse-options-cb.c" />
\r
179 <ClCompile Include="..\tgit\parse-options.c" />
\r
180 <ClCompile Include="..\tgit\patch-delta.c" />
\r
181 <ClCompile Include="..\tgit\patch-ids.c" />
\r
182 <ClCompile Include="..\tgit\path.c" />
\r
183 <ClCompile Include="..\tgit\pathspec.c" />
\r
184 <ClCompile Include="..\tgit\pkt-line.c" />
\r
185 <ClCompile Include="..\tgit\preload-index.c" />
\r
186 <ClCompile Include="..\tgit\pretty.c" />
\r
187 <ClCompile Include="..\tgit\prio-queue.c" />
\r
188 <ClCompile Include="..\tgit\progress.c" />
\r
189 <ClCompile Include="..\tgit\promisor-remote.c" />
\r
190 <ClCompile Include="..\tgit\protocol.c" />
\r
191 <ClCompile Include="..\tgit\quote.c" />
\r
192 <ClCompile Include="..\tgit\range-diff.c" />
\r
193 <ClCompile Include="..\tgit\reachable.c" />
\r
194 <ClCompile Include="..\tgit\read-cache.c" />
\r
195 <ClCompile Include="..\tgit\rebase-interactive.c" />
\r
196 <ClCompile Include="..\tgit\ref-filter.c" />
\r
197 <ClCompile Include="..\tgit\reflog-walk.c" />
\r
198 <ClCompile Include="..\tgit\refs.c" />
\r
199 <ClCompile Include="..\tgit\refspec.c" />
\r
200 <ClCompile Include="..\tgit\refs\debug.c" />
\r
201 <ClCompile Include="..\tgit\refs\files-backend.c" />
\r
202 <ClCompile Include="..\tgit\refs\iterator.c" />
\r
203 <ClCompile Include="..\tgit\refs\packed-backend.c" />
\r
204 <ClCompile Include="..\tgit\refs\ref-cache.c" />
\r
205 <ClCompile Include="..\tgit\remote.c" />
\r
206 <ClCompile Include="..\tgit\replace-object.c" />
\r
207 <ClCompile Include="..\tgit\repo-settings.c" />
\r
208 <ClCompile Include="..\tgit\repository.c" />
\r
209 <ClCompile Include="..\tgit\rerere.c" />
\r
210 <ClCompile Include="..\tgit\reset.c" />
\r
211 <ClCompile Include="..\tgit\resolve-undo.c" />
\r
212 <ClCompile Include="..\tgit\revision.c" />
\r
213 <ClCompile Include="..\tgit\run-command.c" />
\r
214 <ClCompile Include="..\tgit\send-pack.c" />
\r
215 <ClCompile Include="..\tgit\sequencer.c" />
\r
216 <ClCompile Include="..\tgit\server-info.c" />
\r
217 <ClCompile Include="..\tgit\setup.c" />
\r
218 <ClCompile Include="..\tgit\sha1-file.c" />
\r
219 <ClCompile Include="..\tgit\sha1-lookup.c" />
\r
220 <ClCompile Include="..\tgit\sha1-name.c" />
\r
221 <ClCompile Include="..\tgit\sha1dc_git.c" />
\r
222 <ClCompile Include="..\tgit\shallow.c" />
\r
223 <ClCompile Include="..\tgit\builtin\shortlog.c" />
\r
224 <ClCompile Include="..\tgit\sideband.c" />
\r
225 <ClCompile Include="..\tgit\sigchain.c" />
\r
226 <ClCompile Include="..\tgit\split-index.c" />
\r
227 <ClCompile Include="..\tgit\stable-qsort.c" />
\r
228 <ClCompile Include="..\tgit\strbuf.c" />
\r
229 <ClCompile Include="..\tgit\streaming.c" />
\r
230 <ClCompile Include="..\tgit\string-list.c" />
\r
231 <ClCompile Include="..\tgit\strvec.c" />
\r
232 <ClCompile Include="..\tgit\sub-process.c" />
\r
233 <ClCompile Include="..\tgit\submodule-config.c" />
\r
234 <ClCompile Include="..\tgit\submodule.c" />
\r
235 <ClCompile Include="..\tgit\symlinks.c" />
\r
236 <ClCompile Include="..\tgit\tag.c" />
\r
237 <ClCompile Include="..\tgit\tempfile.c" />
\r
238 <ClCompile Include="..\tgit\thread-utils.c" />
\r
239 <ClCompile Include="..\tgit\tmp-objdir.c" />
\r
240 <ClCompile Include="..\tgit\trace.c" />
\r
241 <ClCompile Include="..\tgit\trace2.c" />
\r
242 <ClCompile Include="..\tgit\trace2\tr2_cfg.c" />
\r
243 <ClCompile Include="..\tgit\trace2\tr2_cmd_name.c" />
\r
244 <ClCompile Include="..\tgit\trace2\tr2_dst.c" />
\r
245 <ClCompile Include="..\tgit\trace2\tr2_sid.c" />
\r
246 <ClCompile Include="..\tgit\trace2\tr2_sysenv.c" />
\r
247 <ClCompile Include="..\tgit\trace2\tr2_tbuf.c" />
\r
248 <ClCompile Include="..\tgit\trace2\tr2_tgt_event.c" />
\r
249 <ClCompile Include="..\tgit\trace2\tr2_tgt_normal.c" />
\r
250 <ClCompile Include="..\tgit\trace2\tr2_tgt_perf.c" />
\r
251 <ClCompile Include="..\tgit\trace2\tr2_tls.c" />
\r
252 <ClCompile Include="..\tgit\trailer.c" />
\r
253 <ClCompile Include="..\tgit\transport-helper.c" />
\r
254 <ClCompile Include="..\tgit\transport.c" />
\r
255 <ClCompile Include="..\tgit\tree-diff.c" />
\r
256 <ClCompile Include="..\tgit\tree-walk.c" />
\r
257 <ClCompile Include="..\tgit\tree.c" />
\r
258 <ClCompile Include="..\tgit\unpack-trees.c" />
\r
259 <ClCompile Include="..\tgit\upload-pack.c" />
\r
260 <ClCompile Include="..\tgit\url.c" />
\r
261 <ClCompile Include="..\tgit\urlmatch.c" />
\r
262 <ClCompile Include="..\tgit\usage.c" />
\r
263 <ClCompile Include="..\tgit\userdiff.c" />
\r
264 <ClCompile Include="..\tgit\utf8.c" />
\r
265 <ClCompile Include="..\tgit\varint.c" />
\r
266 <ClCompile Include="..\tgit\version.c" />
\r
267 <ClCompile Include="..\tgit\versioncmp.c" />
\r
268 <ClCompile Include="..\tgit\walker.c" />
\r
269 <ClCompile Include="..\tgit\wildmatch.c" />
\r
270 <ClCompile Include="..\tgit\worktree.c" />
\r
271 <ClCompile Include="..\tgit\wrapper.c" />
\r
272 <ClCompile Include="..\tgit\write-or-die.c" />
\r
273 <ClCompile Include="..\tgit\ws.c" />
\r
274 <ClCompile Include="..\tgit\wt-status.c" />
\r
275 <ClCompile Include="..\tgit\xdiff-interface.c" />
\r
276 <ClCompile Include="..\tgit\zlib.c" />
\r
277 <ClCompile Include="..\tgit\xdiff\xdiffi.c" />
\r
278 <ClCompile Include="..\tgit\xdiff\xemit.c" />
\r
279 <ClCompile Include="..\tgit\xdiff\xhistogram.c" />
\r
280 <ClCompile Include="..\tgit\xdiff\xmerge.c" />
\r
281 <ClCompile Include="..\tgit\xdiff\xpatience.c" />
\r
282 <ClCompile Include="..\tgit\xdiff\xprepare.c" />
\r
283 <ClCompile Include="..\tgit\xdiff\xutils.c" />
\r
284 <ClCompile Include="..\tgit\builtin\log.c" />
\r
285 <ClCompile Include="..\tgit\builtin\update-index.c" />
\r
286 <ClCompile Include="..\tgit\sha1dc\sha1.c" />
\r
287 <ClCompile Include="..\tgit\sha1dc\ubc_check.c" />
\r
288 <ClCompile Include="..\tgit\sha256\block\sha256.c" />
\r
291 <ClInclude Include="..\tgit\apply.h" />
\r
292 <ClInclude Include="..\tgit\banned.h" />
\r
293 <ClInclude Include="..\tgit\bloom.h" />
\r
294 <ClInclude Include="..\tgit\chdir-notify.h" />
\r
295 <ClInclude Include="..\tgit\commit-graph.h" />
\r
296 <ClInclude Include="..\tgit\commit-reach.h" />
\r
297 <ClInclude Include="..\tgit\commit-slab.h" />
\r
298 <ClInclude Include="..\tgit\compat\msvc.h" />
\r
299 <ClInclude Include="..\tgit\archive.h" />
\r
300 <ClInclude Include="..\tgit\attr.h" />
\r
301 <ClInclude Include="..\tgit\blob.h" />
\r
302 <ClInclude Include="..\tgit\branch.h" />
\r
303 <ClInclude Include="..\tgit\builtin.h" />
\r
304 <ClInclude Include="..\tgit\bulk-checkin.h" />
\r
305 <ClInclude Include="..\tgit\bundle.h" />
\r
306 <ClInclude Include="..\tgit\cache-tree.h" />
\r
307 <ClInclude Include="..\tgit\cache.h" />
\r
308 <ClInclude Include="..\tgit\color.h" />
\r
309 <ClInclude Include="..\tgit\column.h" />
\r
310 <ClInclude Include="..\tgit\commit.h" />
\r
311 <ClInclude Include="..\tgit\compat\win32\alloca.h" />
\r
312 <ClInclude Include="..\tgit\compat\win32\dirent.h" />
\r
313 <ClInclude Include="..\tgit\compat\win32\exit-process.h" />
\r
314 <ClInclude Include="..\tgit\compat\win32\fscache.h" />
\r
315 <ClInclude Include="..\tgit\compat\win32\lazyload.h" />
\r
316 <ClInclude Include="..\tgit\compat\win32\ntifs.h" />
\r
317 <ClInclude Include="..\tgit\compat\win32\path-utils.h" />
\r
318 <ClInclude Include="..\tgit\compat\win32\pthread.h" />
\r
319 <ClInclude Include="..\tgit\compat\win32\syslog.h" />
\r
320 <ClInclude Include="..\tgit\config.h" />
\r
321 <ClInclude Include="..\tgit\connect.h" />
\r
322 <ClInclude Include="..\tgit\connected.h" />
\r
323 <ClInclude Include="..\tgit\csum-file.h" />
\r
324 <ClInclude Include="..\tgit\decorate.h" />
\r
325 <ClInclude Include="..\tgit\delta-islands.h" />
\r
326 <ClInclude Include="..\tgit\delta.h" />
\r
327 <ClInclude Include="..\tgit\diff.h" />
\r
328 <ClInclude Include="..\tgit\diffcore.h" />
\r
329 <ClInclude Include="..\tgit\dir-iterator.h" />
\r
330 <ClInclude Include="..\tgit\dir.h" />
\r
331 <ClInclude Include="..\tgit\ewah\ewok.h" />
\r
332 <ClInclude Include="..\tgit\ewah\ewok_rlw.h" />
\r
333 <ClInclude Include="..\tgit\exec-cmd.h" />
\r
334 <ClInclude Include="..\tgit\fetch-negotiator.h" />
\r
335 <ClInclude Include="..\tgit\fetch-pack.h" />
\r
336 <ClInclude Include="..\tgit\fsck.h" />
\r
337 <ClInclude Include="..\tgit\fsmonitor.h" />
\r
338 <ClInclude Include="..\tgit\gettext.h" />
\r
339 <ClInclude Include="..\tgit\git-compat-util.h" />
\r
340 <ClInclude Include="..\tgit\gpg-interface.h" />
\r
341 <ClInclude Include="..\tgit\graph.h" />
\r
342 <ClInclude Include="..\tgit\grep.h" />
\r
343 <ClInclude Include="..\tgit\hash.h" />
\r
344 <ClInclude Include="..\tgit\hashmap.h" />
\r
345 <ClInclude Include="..\tgit\help.h" />
\r
346 <ClInclude Include="..\tgit\iterator.h" />
\r
347 <ClInclude Include="..\tgit\json-writer.h" />
\r
348 <ClInclude Include="..\tgit\kwset.h" />
\r
349 <ClInclude Include="..\tgit\levenshtein.h" />
\r
350 <ClInclude Include="..\tgit\line-log.h" />
\r
351 <ClInclude Include="..\tgit\line-range.h" />
\r
352 <ClInclude Include="..\tgit\linear-assignment.h" />
\r
353 <ClInclude Include="..\tgit\list-objects-filter-options.h" />
\r
354 <ClInclude Include="..\tgit\list-objects-filter.h" />
\r
355 <ClInclude Include="..\tgit\list-objects.h" />
\r
356 <ClInclude Include="..\tgit\list.h" />
\r
357 <ClInclude Include="..\tgit\ll-merge.h" />
\r
358 <ClInclude Include="..\tgit\log-tree.h" />
\r
359 <ClInclude Include="..\tgit\mailmap.h" />
\r
360 <ClInclude Include="..\tgit\mem-pool.h" />
\r
361 <ClInclude Include="..\tgit\merge-blobs.h" />
\r
362 <ClInclude Include="..\tgit\merge-recursive.h" />
\r
363 <ClInclude Include="..\tgit\mergesort.h" />
\r
364 <ClInclude Include="..\tgit\midx.h" />
\r
365 <ClInclude Include="..\tgit\negotiator\default.h" />
\r
366 <ClInclude Include="..\tgit\negotiator\skipping.h" />
\r
367 <ClInclude Include="..\tgit\notes-merge.h" />
\r
368 <ClInclude Include="..\tgit\notes-utils.h" />
\r
369 <ClInclude Include="..\tgit\notes.h" />
\r
370 <ClInclude Include="..\tgit\object.h" />
\r
371 <ClInclude Include="..\tgit\oid-array.h" />
\r
372 <ClInclude Include="..\tgit\oidmap.h" />
\r
373 <ClInclude Include="..\tgit\oidset.h" />
\r
374 <ClInclude Include="..\tgit\pack-bitmap.h" />
\r
375 <ClInclude Include="..\tgit\pack-objects.h" />
\r
376 <ClInclude Include="..\tgit\pack-revindex.h" />
\r
377 <ClInclude Include="..\tgit\pack.h" />
\r
378 <ClInclude Include="..\tgit\packfile.h" />
\r
379 <ClInclude Include="..\tgit\parse-options.h" />
\r
380 <ClInclude Include="..\tgit\patch-ids.h" />
\r
381 <ClInclude Include="..\tgit\pathspec.h" />
\r
382 <ClInclude Include="..\tgit\pkt-line.h" />
\r
383 <ClInclude Include="..\tgit\prio-queue.h" />
\r
384 <ClInclude Include="..\tgit\progress.h" />
\r
385 <ClInclude Include="..\tgit\promisor-remote.h" />
\r
386 <ClInclude Include="..\tgit\protocol.h" />
\r
387 <ClInclude Include="..\tgit\quote.h" />
\r
388 <ClInclude Include="..\tgit\range-diff.h" />
\r
389 <ClInclude Include="..\tgit\reachable.h" />
\r
390 <ClInclude Include="..\tgit\rebase-interactive.h" />
\r
391 <ClInclude Include="..\tgit\ref-filter.h" />
\r
392 <ClInclude Include="..\tgit\reflog-walk.h" />
\r
393 <ClInclude Include="..\tgit\refs.h" />
\r
394 <ClInclude Include="..\tgit\refspec.h" />
\r
395 <ClInclude Include="..\tgit\refs\packed-backend.h" />
\r
396 <ClInclude Include="..\tgit\refs\ref-cache.h" />
\r
397 <ClInclude Include="..\tgit\refs\refs-internal.h" />
\r
398 <ClInclude Include="..\tgit\remote.h" />
\r
399 <ClInclude Include="..\tgit\replace-object.h" />
\r
400 <ClInclude Include="..\tgit\repository.h" />
\r
401 <ClInclude Include="..\tgit\rerere.h" />
\r
402 <ClInclude Include="..\tgit\reset.h" />
\r
403 <ClInclude Include="..\tgit\revision.h" />
\r
404 <ClInclude Include="..\tgit\run-command.h" />
\r
405 <ClInclude Include="..\tgit\send-pack.h" />
\r
406 <ClInclude Include="..\tgit\sequencer.h" />
\r
407 <ClInclude Include="..\tgit\sha1-lookup.h" />
\r
408 <ClInclude Include="..\tgit\sha1dc_git.h" />
\r
409 <ClInclude Include="..\tgit\shortlog.h" />
\r
410 <ClInclude Include="..\tgit\sideband.h" />
\r
411 <ClInclude Include="..\tgit\sigchain.h" />
\r
412 <ClInclude Include="..\tgit\split-index.h" />
\r
413 <ClInclude Include="..\tgit\strbuf.h" />
\r
414 <ClInclude Include="..\tgit\streaming.h" />
\r
415 <ClInclude Include="..\tgit\string-list.h" />
\r
416 <ClInclude Include="..\tgit\strvec.h" />
\r
417 <ClInclude Include="..\tgit\sub-process.h" />
\r
418 <ClInclude Include="..\tgit\submodule-config.h" />
\r
419 <ClInclude Include="..\tgit\tag.h" />
\r
420 <ClInclude Include="..\tgit\tar.h" />
\r
421 <ClInclude Include="..\tgit\tempfile.h" />
\r
422 <ClInclude Include="..\tgit\thread-utils.h" />
\r
423 <ClInclude Include="..\tgit\tmp-objdir.h" />
\r
424 <ClInclude Include="..\tgit\trace2.h" />
\r
425 <ClInclude Include="..\tgit\trace2\tr2_cfg.h" />
\r
426 <ClInclude Include="..\tgit\trace2\tr2_cmd_name.h" />
\r
427 <ClInclude Include="..\tgit\trace2\tr2_dst.h" />
\r
428 <ClInclude Include="..\tgit\trace2\tr2_sid.h" />
\r
429 <ClInclude Include="..\tgit\trace2\tr2_sysenv.h" />
\r
430 <ClInclude Include="..\tgit\trace2\tr2_tbuf.h" />
\r
431 <ClInclude Include="..\tgit\trace2\tr2_tgt.h" />
\r
432 <ClInclude Include="..\tgit\trace2\tr2_tls.h" />
\r
433 <ClInclude Include="..\tgit\trailer.h" />
\r
434 <ClInclude Include="..\tgit\transport.h" />
\r
435 <ClInclude Include="..\tgit\tree-walk.h" />
\r
436 <ClInclude Include="..\tgit\tree.h" />
\r
437 <ClInclude Include="..\tgit\unpack-trees.h" />
\r
438 <ClInclude Include="..\tgit\urlmatch.h" />
\r
439 <ClInclude Include="..\tgit\userdiff.h" />
\r
440 <ClInclude Include="..\tgit\utf8.h" />
\r
441 <ClInclude Include="..\tgit\varint.h" />
\r
442 <ClInclude Include="..\tgit\version.h" />
\r
443 <ClInclude Include="..\tgit\walker.h" />
\r
444 <ClInclude Include="..\tgit\wildmatch.h" />
\r
445 <ClInclude Include="..\tgit\worktree.h" />
\r
446 <ClInclude Include="..\tgit\wt-status.h" />
\r
447 <ClInclude Include="..\tgit\xdiff-interface.h" />
\r
448 <ClInclude Include="..\tgit\compat\mingw.h" />
\r
449 <ClInclude Include="..\tgit\compat\obstack.h" />
\r
450 <ClInclude Include="..\tgit\compat\poll\poll.h" />
\r
451 <ClInclude Include="..\tgit\compat\regex\regex.h" />
\r
452 <ClInclude Include="..\tgit\compat\win32.h" />
\r
453 <ClInclude Include="..\tgit\xdiff\xdiff.h" />
\r
454 <ClInclude Include="..\tgit\xdiff\xdiffi.h" />
\r
455 <ClInclude Include="..\tgit\xdiff\xemit.h" />
\r
456 <ClInclude Include="..\tgit\xdiff\xinclude.h" />
\r
457 <ClInclude Include="..\tgit\xdiff\xmacros.h" />
\r
458 <ClInclude Include="..\tgit\xdiff\xprepare.h" />
\r
459 <ClInclude Include="..\tgit\xdiff\xtypes.h" />
\r
460 <ClInclude Include="..\tgit\xdiff\xutils.h" />
\r
461 <ClInclude Include="..\tgit\sha1dc\sha1.h" />
\r
462 <ClInclude Include="..\tgit\sha1dc\ubc_check.h" />
\r
463 <ClInclude Include="..\tgit\sha256\block\sha256.h" />
\r
464 <ClInclude Include="libgit-defines.h" />
\r
466 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
467 <ImportGroup Label="ExtensionTargets">
\r