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