Cleanup
[TortoiseGit.git] / src / TortoiseMerge / TortoiseMerge.vcxproj
blob276f749065d6e02bcb7cf017543aa86b00c23873
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     <ProjectName>TortoiseGitMerge</ProjectName>\r
23     <ProjectGuid>{8ABB4F84-891A-4748-8507-F5494842173E}</ProjectGuid>\r
24     <RootNamespace>TortoiseMerge</RootNamespace>\r
25     <Keyword>MFCProj</Keyword>\r
26   </PropertyGroup>\r
27   <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />\r
28   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
30     <ConfigurationType>Application</ConfigurationType>\r
31     <UseOfMfc>Dynamic</UseOfMfc>\r
32     <CharacterSet>Unicode</CharacterSet>\r
33     <WholeProgramOptimization>true</WholeProgramOptimization>\r
34   </PropertyGroup>\r
35   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
36     <ConfigurationType>Application</ConfigurationType>\r
37     <UseOfMfc>Dynamic</UseOfMfc>\r
38     <CharacterSet>Unicode</CharacterSet>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
41     <ConfigurationType>Application</ConfigurationType>\r
42     <UseOfMfc>Dynamic</UseOfMfc>\r
43     <CharacterSet>Unicode</CharacterSet>\r
44     <WholeProgramOptimization>true</WholeProgramOptimization>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
47     <ConfigurationType>Application</ConfigurationType>\r
48     <UseOfMfc>Dynamic</UseOfMfc>\r
49     <CharacterSet>Unicode</CharacterSet>\r
50   </PropertyGroup>\r
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
52   <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
53   <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
54   <PropertyGroup Label="UserMacros" />\r
55   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
56     <ClCompile>\r
57       <AdditionalIncludeDirectories>..\TortoiseMerge;..\..\ext\gitdll;..\git;.\svninclude;..\..\ext\apr\include;..\..\ext\apr-util\include;.\libsvn_diff;..\Utils;..\;..\Utils\MiscUI;..\..\ext\ResizableLib;..\..\ext\libgit2\include;..\..\ext\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
58       <PreprocessorDefinitions>APR_DECLARE_STATIC;APU_DECLARE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
59     </ClCompile>\r
60     <ResourceCompile>\r
61       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
62     </ResourceCompile>\r
63     <Link>\r
64       <AdditionalDependencies>Crypt32.lib;shlwapi.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
65     </Link>\r
66   </ItemDefinitionGroup>\r
67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
68     <ClCompile>\r
69       <AdditionalIncludeDirectories>..\TortoiseMerge;..\..\ext\gitdll;..\git;.\svninclude;..\..\ext\apr\include;..\..\ext\apr-util\include;.\libsvn_diff;..\Utils;..\;..\Utils\MiscUI;..\..\ext\ResizableLib;..\..\ext\libgit2\include;..\..\ext\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
70       <PreprocessorDefinitions>APR_DECLARE_STATIC;APU_DECLARE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
71     </ClCompile>\r
72     <ResourceCompile>\r
73       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
74     </ResourceCompile>\r
75     <Link>\r
76       <AdditionalDependencies>Crypt32.lib;shlwapi.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
77     </Link>\r
78   </ItemDefinitionGroup>\r
79   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
80     <ClCompile>\r
81       <AdditionalIncludeDirectories>..\TortoiseMerge;..\..\ext\gitdll;..\git;.\svninclude;..\..\ext\apr\include;..\..\ext\apr-util\include;.\libsvn_diff;..\Utils;..\;..\Utils\MiscUI;..\..\ext\ResizableLib;..\..\ext\libgit2\include;..\..\ext\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
82       <PreprocessorDefinitions>APR_DECLARE_STATIC;APU_DECLARE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
83     </ClCompile>\r
84     <ResourceCompile>\r
85       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
86     </ResourceCompile>\r
87     <Link>\r
88       <AdditionalDependencies>Crypt32.lib;shlwapi.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
89     </Link>\r
90   </ItemDefinitionGroup>\r
91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
92     <ClCompile>\r
93       <AdditionalIncludeDirectories>..\TortoiseMerge;..\..\ext\gitdll;..\git;.\svninclude;..\..\ext\apr\include;..\..\ext\apr-util\include;.\libsvn_diff;..\Utils;..\;..\Utils\MiscUI;..\..\ext\ResizableLib;..\..\ext\libgit2\include;..\..\ext\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
94       <PreprocessorDefinitions>APR_DECLARE_STATIC;APU_DECLARE_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
95     </ClCompile>\r
96     <ResourceCompile>\r
97       <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
98     </ResourceCompile>\r
99     <Link>\r
100       <AdditionalDependencies>Crypt32.lib;shlwapi.lib;Version.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
101     </Link>\r
102   </ItemDefinitionGroup>\r
103   <ItemGroup>\r
104     <ClCompile Include="..\Utils\accHelper.cpp">\r
105       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
106     </ClCompile>\r
107     <ClCompile Include="..\Utils\CommonAppUtils.cpp" />\r
108     <ClCompile Include="..\Utils\MiscUI\FileDlgEventHandler.cpp" />\r
109     <ClCompile Include="..\Utils\MiscUI\IconBitmapUtils.cpp" />\r
110     <ClCompile Include="..\Utils\MiscUI\IconMenu.cpp" />\r
111     <ClCompile Include="..\Utils\MiscUI\StandAloneDlg.cpp" />\r
112     <ClCompile Include="..\Utils\ProfilingInfo.cpp" />\r
113     <ClCompile Include="..\Utils\TaskbarUUID.cpp" />\r
114     <ClCompile Include="EncodingDlg.cpp" />\r
115     <ClCompile Include="EOL.cpp" />\r
116     <ClCompile Include="libsvn_diff\adler32.c">\r
117       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
118       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
119       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
120     </ClCompile>\r
121     <ClCompile Include="libsvn_diff\atomic.c">\r
122       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
123       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
124       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
125     </ClCompile>\r
126     <ClCompile Include="libsvn_diff\deprecated.c">\r
127       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
128       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
129       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
130     </ClCompile>\r
131     <ClCompile Include="libsvn_diff\eol.c">\r
132       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
133       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
134       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
135       <ObjectFileName>$(IntDir)eolc.obj</ObjectFileName>\r
136     </ClCompile>\r
137     <ClCompile Include="libsvn_diff\hash.c">\r
138       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
139       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
140       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
141     </ClCompile>\r
142     <ClCompile Include="libsvn_diff\iter.c">\r
143       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
144       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
145       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
146     </ClCompile>\r
147     <ClCompile Include="libsvn_diff\mergeinfo.c">\r
148       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
149       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
150       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
151     </ClCompile>\r
152     <ClCompile Include="libsvn_diff\mutex.c">\r
153       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
154       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
155       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
156     </ClCompile>\r
157     <ClCompile Include="libsvn_diff\properties.c">\r
158       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
159       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
160       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
161     </ClCompile>\r
162     <ClCompile Include="libsvn_diff\sorts.c">\r
163       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
164       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
165       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
166     </ClCompile>\r
167     <ClCompile Include="libsvn_diff\spillbuf.c">\r
168       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
169       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
170       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
171       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
172     </ClCompile>\r
173     <ClCompile Include="libsvn_diff\types.c">\r
174       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
175       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
176       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
177     </ClCompile>\r
178     <ClCompile Include="Patch.cpp" />\r
179     <ClCompile Include="TempFile.cpp" />\r
180     <ClCompile Include="AboutDlg.cpp" />\r
181     <ClCompile Include="BaseView.cpp" />\r
182     <ClCompile Include="BottomView.cpp" />\r
183     <ClCompile Include="DiffColors.cpp" />\r
184     <ClCompile Include="DiffData.cpp" />\r
185     <ClCompile Include="FilePatchesDlg.cpp" />\r
186     <ClCompile Include="FileTextLines.cpp" />\r
187     <ClCompile Include="FindDlg.cpp" />\r
188     <ClCompile Include="GotoLineDlg.cpp" />\r
189     <ClCompile Include="..\Git\GitPatch.cpp" />\r
190     <ClCompile Include="..\Utils\MiscUI\HTMLFormatter.cpp" />\r
191     <ClCompile Include="..\Utils\MiscUI\MessageBox.cpp" />\r
192     <ClCompile Include="LeftView.cpp" />\r
193     <ClCompile Include="LineDiffBar.cpp" />\r
194     <ClCompile Include="LocatorBar.cpp" />\r
195     <ClCompile Include="MainFrm.cpp" />\r
196     <ClCompile Include="MovedBlocks.cpp" />\r
197     <ClCompile Include="OpenDlg.cpp" />\r
198     <ClCompile Include="RegexFilterDlg.cpp" />\r
199     <ClCompile Include="RegexFiltersDlg.cpp" />\r
200     <ClCompile Include="..\Utils\MiscUI\SysProgressDlg.cpp" />\r
201     <ClCompile Include="RightView.cpp" />\r
202     <ClCompile Include="SetColorPage.cpp" />\r
203     <ClCompile Include="SetMainPage.cpp" />\r
204     <ClCompile Include="Settings.cpp" />\r
205     <ClCompile Include="stdafx.cpp">\r
206       <PrecompiledHeader>Create</PrecompiledHeader>\r
207     </ClCompile>\r
208     <ClCompile Include="..\Git\GitAdminDir.cpp" />\r
209     <ClCompile Include="TortoiseMerge.cpp" />\r
210     <ClCompile Include="Undo.cpp" />\r
211     <ClCompile Include="ViewData.cpp" />\r
212     <ClCompile Include="WorkingFile.cpp" />\r
213     <ClCompile Include="AppUtils.cpp" />\r
214     <ClCompile Include="..\Utils\MiscUI\BrowseFolder.cpp" />\r
215     <ClCompile Include="..\Utils\CmdLineParser.cpp" />\r
216     <ClCompile Include="..\Utils\MiscUI\DIB.cpp" />\r
217     <ClCompile Include="..\Utils\DirFileEnum.cpp" />\r
218     <ClCompile Include="..\Utils\DragDropImpl.cpp" />\r
219     <ClCompile Include="..\Utils\MiscUI\FileDropEdit.cpp" />\r
220     <ClCompile Include="..\Utils\MiscUI\HistoryCombo.cpp" />\r
221     <ClCompile Include="..\Utils\MiscUI\HyperLink.cpp" />\r
222     <ClCompile Include="..\Utils\PathUtils.cpp" />\r
223     <ClCompile Include="..\Utils\Registry.cpp" />\r
224     <ClCompile Include="..\Utils\MiscUI\ScrollTool.cpp" />\r
225     <ClCompile Include="..\Utils\StringUtils.cpp" />\r
226     <ClCompile Include="..\Utils\SysInfo.cpp" />\r
227     <ClCompile Include="..\Utils\UnicodeUtils.cpp" />\r
228     <ClCompile Include="..\Utils\MiscUI\WaterEffect.cpp" />\r
229     <ClCompile Include="XSplitter.cpp" />\r
230     <ClCompile Include="libsvn_diff\checksum.c">\r
231       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
232       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
233       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
234     </ClCompile>\r
235     <ClCompile Include="libsvn_diff\cmdline.c">\r
236       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
237       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
238       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
239     </ClCompile>\r
240     <ClCompile Include="libsvn_diff\ctype.c">\r
241       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
242       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
243       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
244     </ClCompile>\r
245     <ClCompile Include="libsvn_diff\diff.c">\r
246       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
247       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
248       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
249     </ClCompile>\r
250     <ClCompile Include="libsvn_diff\diff3.c">\r
251       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
252       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
253       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
254     </ClCompile>\r
255     <ClCompile Include="libsvn_diff\diff4.c">\r
256       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
257       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
258       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
259     </ClCompile>\r
260     <ClCompile Include="libsvn_diff\diff_file.c">\r
261       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
262       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
263       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
264     </ClCompile>\r
265     <ClCompile Include="libsvn_diff\diff_memory.c">\r
266       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
267       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
268       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
269     </ClCompile>\r
270     <ClCompile Include="libsvn_diff\dirent_uri.c">\r
271       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
272       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
273       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
274     </ClCompile>\r
275     <ClCompile Include="libsvn_diff\dso.c">\r
276       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
277       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
278       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
279     </ClCompile>\r
280     <ClCompile Include="libsvn_diff\error.c">\r
281       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
282       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
283       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
284     </ClCompile>\r
285     <ClCompile Include="libsvn_diff\io.c">\r
286       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
287       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
288       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
289     </ClCompile>\r
290     <ClCompile Include="libsvn_diff\lcs.c">\r
291       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
292       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
293       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
294     </ClCompile>\r
295     <ClCompile Include="libsvn_diff\md5.c">\r
296       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
297       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
298       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
299     </ClCompile>\r
300     <ClCompile Include="libsvn_diff\path.c">\r
301       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
302       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
303       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
304     </ClCompile>\r
305     <ClCompile Include="libsvn_diff\pool.c">\r
306       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
307       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
308       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
309     </ClCompile>\r
310     <ClCompile Include="libsvn_diff\sha1.c">\r
311       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
312       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
313       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
314     </ClCompile>\r
315     <ClCompile Include="libsvn_diff\stream.c">\r
316       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
317       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
318       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
319     </ClCompile>\r
320     <ClCompile Include="libsvn_diff\string.c">\r
321       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
322       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
323       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
324     </ClCompile>\r
325     <ClCompile Include="libsvn_diff\SVNLineDiff.cpp">\r
326       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
327       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
328       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
329     </ClCompile>\r
330     <ClCompile Include="libsvn_diff\token.c">\r
331       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
332       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
333       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
334     </ClCompile>\r
335     <ClCompile Include="libsvn_diff\utf.c">\r
336       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
337       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
338       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
339     </ClCompile>\r
340     <ClCompile Include="libsvn_diff\utf_validate.c">\r
341       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
342       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
343       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
344     </ClCompile>\r
345     <ClCompile Include="libsvn_diff\util.c">\r
346       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
347       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
348       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
349     </ClCompile>\r
350     <ClCompile Include="libsvn_diff\win32_xlate.c">\r
351       <PrecompiledHeader>NotUsing</PrecompiledHeader>\r
352       <PreprocessorDefinitions>WIN32;WINNT;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
353       <WarningLevel>TurnOffAllWarnings</WarningLevel>\r
354     </ClCompile>\r
355   </ItemGroup>\r
356   <ItemGroup>\r
357     <ClInclude Include="..\Utils\CommonAppUtils.h" />\r
358     <ClInclude Include="..\Utils\MiscUI\FileDlgEventHandler.h" />\r
359     <ClInclude Include="..\Utils\MiscUI\IconBitmapUtils.h" />\r
360     <ClInclude Include="..\Utils\MiscUI\IconMenu.h" />\r
361     <ClInclude Include="..\Utils\MiscUI\LineColors.h" />\r
362     <ClInclude Include="..\Utils\MiscUI\StandAloneDlg.h" />\r
363     <ClInclude Include="..\Utils\MiscUI\TripleClick.h" />\r
364     <ClInclude Include="..\Utils\ProfilingInfo.h" />\r
365     <ClInclude Include="..\Utils\SimpleIni.h" />\r
366     <ClInclude Include="..\Utils\TaskbarUUID.h" />\r
367     <ClInclude Include="EncodingDlg.h" />\r
368     <ClInclude Include="TempFile.h" />\r
369     <ClInclude Include="AboutDlg.h" />\r
370     <ClInclude Include="BaseView.h" />\r
371     <ClInclude Include="BottomView.h" />\r
372     <ClInclude Include="CustomMFCRibbonButton.h" />\r
373     <ClInclude Include="DiffColors.h" />\r
374     <ClInclude Include="DiffData.h" />\r
375     <ClInclude Include="DiffStates.h" />\r
376     <ClInclude Include="EOL.h" />\r
377     <ClInclude Include="FilePatchesDlg.h" />\r
378     <ClInclude Include="FileTextLines.h" />\r
379     <ClInclude Include="FindDlg.h" />\r
380     <ClInclude Include="GotoLineDlg.h" />\r
381     <ClInclude Include="..\Git\GitPatch.h" />\r
382     <ClInclude Include="..\Utils\MiscUI\HTMLFormatter.h" />\r
383     <ClInclude Include="LeftView.h" />\r
384     <ClInclude Include="LineDiffBar.h" />\r
385     <ClInclude Include="LocatorBar.h" />\r
386     <ClInclude Include="MainFrm.h" />\r
387     <ClInclude Include="MovedBlocks.h" />\r
388     <ClInclude Include="OpenDlg.h" />\r
389     <ClInclude Include="Patch.h" />\r
390     <ClInclude Include="RegexFilterDlg.h" />\r
391     <ClInclude Include="RegexFiltersDlg.h" />\r
392     <ClInclude Include="..\Utils\MiscUI\SysProgressDlg.h" />\r
393     <ClInclude Include="resource.h" />\r
394     <ClInclude Include="RightView.h" />\r
395     <ClInclude Include="SetColorPage.h" />\r
396     <ClInclude Include="SetMainPage.h" />\r
397     <ClInclude Include="Settings.h" />\r
398     <ClInclude Include="stdafx.h" />\r
399     <ClInclude Include="..\Git\GitAdminDir.h" />\r
400     <ClInclude Include="TortoiseMerge.h" />\r
401     <ClInclude Include="Undo.h" />\r
402     <ClInclude Include="ViewData.h" />\r
403     <ClInclude Include="WorkingFile.h" />\r
404     <ClInclude Include="AppUtils.h" />\r
405     <ClInclude Include="..\Utils\MiscUI\BrowseFolder.h" />\r
406     <ClInclude Include="..\Utils\CmdLineParser.h" />\r
407     <ClInclude Include="..\Utils\MiscUI\DIB.h" />\r
408     <ClInclude Include="..\Utils\DirFileEnum.h" />\r
409     <ClInclude Include="..\Utils\DragDropImpl.h" />\r
410     <ClInclude Include="..\Utils\MiscUI\FileDropEdit.h" />\r
411     <ClInclude Include="..\Utils\MiscUI\HistoryCombo.h" />\r
412     <ClInclude Include="..\Utils\MiscUI\HyperLink.h" />\r
413     <ClInclude Include="..\Utils\MiscUI\MessageBox.h" />\r
414     <ClInclude Include="..\Utils\PathUtils.h" />\r
415     <ClInclude Include="..\Utils\registry.h" />\r
416     <ClInclude Include="..\Utils\MiscUI\ScrollTool.h" />\r
417     <ClInclude Include="..\Utils\StringUtils.h" />\r
418     <ClInclude Include="..\Utils\SysInfo.h" />\r
419     <ClInclude Include="..\Utils\UnicodeUtils.h" />\r
420     <ClInclude Include="..\Utils\MiscUI\WaterEffect.h" />\r
421   </ItemGroup>\r
422   <ItemGroup>\r
423     <None Include="..\Resources\download.avi" />\r
424     <None Include="..\Resources\ignorecomments.txt" />\r
425     <None Include="..\Resources\lineadded.ico" />\r
426     <None Include="..\Resources\lineconflicted.ico" />\r
427     <None Include="..\Resources\lineconflictedignored.ico" />\r
428     <None Include="..\Resources\lineedited.ico" />\r
429     <None Include="..\Resources\LineEndingCR.ico" />\r
430     <None Include="..\Resources\LineEndingCRLF.ico" />\r
431     <None Include="..\Resources\LineEndingLF.ico" />\r
432     <None Include="..\Resources\lineequal.ico" />\r
433     <None Include="..\Resources\lineremoved.ico" />\r
434     <None Include="..\Resources\linewhitespace.ico" />\r
435     <None Include="..\Resources\Margin.cur" />\r
436     <None Include="..\Resources\moved.ico" />\r
437     <None Include="..\Resources\RegexFilter.ini" />\r
438     <None Include="..\Resources\ribbon.mfcribbon-ms" />\r
439     <None Include="..\Resources\ribbon\ribbonlarge.png" />\r
440     <None Include="..\Resources\ribbon\ribbonlargehdpi.png" />\r
441     <None Include="..\Resources\ribbon\ribbonsmall.png" />\r
442     <None Include="..\Resources\ribbon\ribbonsmallhdpi.png" />\r
443     <None Include="..\Resources\ribbon\TortoiseMerge.png" />\r
444     <None Include="..\Resources\Toolbar.bmp" />\r
445     <None Include="..\Resources\TortoiseMerge.ico" />\r
446     <None Include="..\Resources\TortoiseMerge.rc2" />\r
447     <None Include="..\Resources\tortoisemerge_logoflipped.bmp" />\r
448     <None Include="..\Resources\ttf_glyph.bmp" />\r
449   </ItemGroup>\r
450   <ItemGroup>\r
451     <ResourceCompile Include="..\Resources\TortoiseMergeENG.rc" />\r
452   </ItemGroup>\r
453   <ItemGroup>\r
454     <ProjectReference Include="..\..\ext\build\libapr.vcxproj">\r
455       <Project>{4472028d-4acf-474e-aa95-9b7e12b50f60}</Project>\r
456       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
457     </ProjectReference>\r
458     <ProjectReference Include="..\..\ext\build\libaprutil.vcxproj">\r
459       <Project>{6bd19bae-4041-4e85-b576-aac9d54caab9}</Project>\r
460       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
461     </ProjectReference>\r
462     <ProjectReference Include="..\..\ext\build\libgit2.vcxproj">\r
463       <Project>{2b4f366c-93ba-491e-87af-5ef7b37f75f7}</Project>\r
464     </ProjectReference>\r
465     <ProjectReference Include="..\..\ext\build\xml.vcxproj">\r
466       <Project>{ae6aafba-9992-452a-9eb8-dd69402a4ace}</Project>\r
467       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
468     </ProjectReference>\r
469     <ProjectReference Include="..\..\ext\ResizableLib\ResizableLib.vcxproj">\r
470       <Project>{4be529fb-c2f2-49f7-a897-054b955564cf}</Project>\r
471       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
472     </ProjectReference>\r
473     <ProjectReference Include="..\Git\Git.vcxproj">\r
474       <Project>{7ca5b1eb-8cc9-40a6-96d8-83649c1a870b}</Project>\r
475       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
476     </ProjectReference>\r
477   </ItemGroup>\r
478   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
479   <ImportGroup Label="ExtensionTargets">\r
480   </ImportGroup>\r
481 </Project>