Updated hunspell to 1.3.2
[TortoiseGit.git] / src / TortoiseProc / TortoiseProc.vcxproj
blob8fb9cdaf7a943cf2559e27e65948cd9ca97c9ecd
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     <ProjectName>TortoiseGitProc</ProjectName>\r
23     <ProjectGuid>{50797F06-39C5-4802-8E2B-7B7A4EF03214}</ProjectGuid>\r
24     <RootNamespace>TortoiseProc</RootNamespace>\r
25     <Keyword>MFCProj</Keyword>\r
26   </PropertyGroup>\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
29     <ConfigurationType>Application</ConfigurationType>\r
30     <PlatformToolset>v110_xp</PlatformToolset>\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     <PlatformToolset>v110_xp</PlatformToolset>\r
38     <UseOfMfc>Dynamic</UseOfMfc>\r
39     <CharacterSet>Unicode</CharacterSet>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
42     <ConfigurationType>Application</ConfigurationType>\r
43     <PlatformToolset>v110_xp</PlatformToolset>\r
44     <UseOfMfc>Dynamic</UseOfMfc>\r
45     <CharacterSet>Unicode</CharacterSet>\r
46     <WholeProgramOptimization>true</WholeProgramOptimization>\r
47   </PropertyGroup>\r
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
49     <ConfigurationType>Application</ConfigurationType>\r
50     <PlatformToolset>v110_xp</PlatformToolset>\r
51     <UseOfMfc>Dynamic</UseOfMfc>\r
52     <CharacterSet>Unicode</CharacterSet>\r
53   </PropertyGroup>\r
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
55   <ImportGroup Label="ExtensionSettings">\r
56   </ImportGroup>\r
57   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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   </ImportGroup>\r
61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
63     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
64   </ImportGroup>\r
65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
67     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
68   </ImportGroup>\r
69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
71     <Import Project="$(SolutionDir)TortoiseGit.common.props" />\r
72   </ImportGroup>\r
73   <PropertyGroup Label="UserMacros" />\r
74   <PropertyGroup>\r
75     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>\r
76   </PropertyGroup>\r
77   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
78     <ClCompile>\r
79       <AdditionalIncludeDirectories>..\TortoiseProc;..\Resources;$InputDir;..\..\ext\ResizableLib;..\Git;..\Utils;..\..\ext\hunspell;..\..\ext\scintilla\include;..\Utils\TreePropSheet;..\Utils\MiscUI;..\TortoiseShell;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib;..\..\ext\OGDF;..\AsyncFramework;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
80       <PreprocessorDefinitions>HUNSPELL_STATIC;THESAURUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
81       <ExceptionHandling>Async</ExceptionHandling>\r
82     </ClCompile>\r
83     <ResourceCompile>\r
84       <AdditionalIncludeDirectories>$(IntDir);..\TortoiseShell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
85     </ResourceCompile>\r
86     <Link>\r
87       <AdditionalDependencies>Crypt32.lib;gdiplus.lib;shfolder.lib;shell32.lib;comctl32.lib;ws2_32.lib;rpcrt4.lib;shlwapi.lib;wininet.lib;version.lib;Dnsapi.lib;UxTheme.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
88     </Link>\r
89   </ItemDefinitionGroup>\r
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
91     <ClCompile>\r
92       <AdditionalIncludeDirectories>..\TortoiseProc;..\Resources;$InputDir;..\..\ext\ResizableLib;..\Git;..\Utils;..\..\ext\hunspell;..\..\ext\scintilla\include;..\Utils\TreePropSheet;..\Utils\MiscUI;..\TortoiseShell;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib;..\..\ext\OGDF;..\AsyncFramework;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
93       <PreprocessorDefinitions>HUNSPELL_STATIC;THESAURUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
94       <ExceptionHandling>Async</ExceptionHandling>\r
95     </ClCompile>\r
96     <ResourceCompile>\r
97       <AdditionalIncludeDirectories>$(IntDir);..\TortoiseShell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
98     </ResourceCompile>\r
99     <Link>\r
100       <AdditionalDependencies>Crypt32.lib;gdiplus.lib;shfolder.lib;shell32.lib;comctl32.lib;ws2_32.lib;rpcrt4.lib;shlwapi.lib;wininet.lib;version.lib;Dnsapi.lib;UxTheme.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
101     </Link>\r
102   </ItemDefinitionGroup>\r
103   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
104     <ClCompile>\r
105       <AdditionalIncludeDirectories>..\TortoiseProc;..\Resources;$InputDir;..\..\ext\ResizableLib;..\Git;..\Utils;..\..\ext\hunspell;..\..\ext\scintilla\include;..\Utils\TreePropSheet;..\Utils\MiscUI;..\TortoiseShell;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib;..\..\ext\OGDF;..\AsyncFramework;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
106       <PreprocessorDefinitions>HUNSPELL_STATIC;THESAURUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
107       <ExceptionHandling>Async</ExceptionHandling>\r
108     </ClCompile>\r
109     <ResourceCompile>\r
110       <AdditionalIncludeDirectories>$(IntDir);..\TortoiseShell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
111     </ResourceCompile>\r
112     <Link>\r
113       <AdditionalDependencies>Crypt32.lib;gdiplus.lib;shfolder.lib;shell32.lib;comctl32.lib;ws2_32.lib;rpcrt4.lib;shlwapi.lib;wininet.lib;version.lib;Dnsapi.lib;UxTheme.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
114     </Link>\r
115   </ItemDefinitionGroup>\r
116   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
117     <ClCompile>\r
118       <AdditionalIncludeDirectories>..\TortoiseProc;..\Resources;$InputDir;..\..\ext\ResizableLib;..\Git;..\Utils;..\..\ext\hunspell;..\..\ext\scintilla\include;..\Utils\TreePropSheet;..\Utils\MiscUI;..\TortoiseShell;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib;..\..\ext\OGDF;..\AsyncFramework;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
119       <PreprocessorDefinitions>HUNSPELL_STATIC;THESAURUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
120       <ExceptionHandling>Async</ExceptionHandling>\r
121     </ClCompile>\r
122     <ResourceCompile>\r
123       <AdditionalIncludeDirectories>$(IntDir);..\TortoiseShell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
124     </ResourceCompile>\r
125     <Link>\r
126       <AdditionalDependencies>Crypt32.lib;gdiplus.lib;shfolder.lib;shell32.lib;comctl32.lib;ws2_32.lib;rpcrt4.lib;shlwapi.lib;wininet.lib;version.lib;Dnsapi.lib;UxTheme.lib;%(AdditionalDependencies)</AdditionalDependencies>\r
127     </Link>\r
128   </ItemDefinitionGroup>\r
129   <ItemGroup>\r
130     <ClCompile Include="..\Utils\Graphviz.cpp" />\r
131     <ClCompile Include="AddRemoteDlg.cpp" />\r
132     <ClCompile Include="..\TGitCache\CacheInterface.cpp" />\r
133     <ClCompile Include="SendMail.cpp" />\r
134     <ClCompile Include="FindDlg.cpp" />\r
135     <ClCompile Include="..\Utils\Libraries.cpp" />\r
136     <ClCompile Include="GitProgressList.cpp" />\r
137     <ClCompile Include="LogFile.cpp" />\r
138     <ClCompile Include="LogOrdering.cpp" />\r
139     <ClCompile Include="MassiveGitTask.cpp" />\r
140     <ClCompile Include="Patch.cpp" />\r
141     <ClCompile Include="ProjectProperties.cpp" />\r
142     <ClCompile Include="Settings\SettingGitCredential.cpp" />\r
143     <ClCompile Include="SinglePropSheetDlg.cpp" />\r
144     <ClCompile Include="AppUtils.cpp" />\r
145     <ClCompile Include="DeleteConflictDlg.cpp" />\r
146     <ClCompile Include="HistoryDlg.cpp" />\r
147     <ClCompile Include="Colors.cpp" />\r
148     <ClCompile Include="..\Utils\MiscUI\HorizontalResizableStandAloneDialog.cpp" />\r
149     <ClCompile Include="..\Utils\MiscUI\LinkControl.cpp" />\r
150     <ClCompile Include="..\Utils\MiscUI\SciEdit.cpp" />\r
151     <ClCompile Include="..\Utils\MiscUI\StandAloneDlg.cpp" />\r
152     <ClCompile Include="Commands\Command.cpp" />\r
153     <ClCompile Include="Commands\CommitCommand.cpp" />\r
154     <ClCompile Include="CommitDlg.cpp" />\r
155     <ClCompile Include="PatchViewDlg.cpp" />\r
156     <ClCompile Include="Commands\AboutCommand.cpp" />\r
157     <ClCompile Include="AboutDlg.cpp" />\r
158     <ClCompile Include="Commands\BlameCommand.cpp" />\r
159     <ClCompile Include="GitLogCache.cpp" />\r
160     <ClCompile Include="GitLogListAction.cpp" />\r
161     <ClCompile Include="GitLogListBase.cpp" />\r
162     <ClCompile Include="lanes.cpp" />\r
163     <ClCompile Include="Commands\LogCommand.cpp" />\r
164     <ClCompile Include="LogDataVector.cpp" />\r
165     <ClCompile Include="LogDlg.cpp" />\r
166     <ClCompile Include="LogDlgHelper.cpp" />\r
167     <ClCompile Include="LoglistUtils.cpp" />\r
168     <ClCompile Include="StatGraphDlg.cpp" />\r
169     <ClCompile Include="Commands\RefLogCommand.cpp" />\r
170     <ClCompile Include="RefLogDlg.cpp" />\r
171     <ClCompile Include="RefLoglist.cpp" />\r
172     <ClCompile Include="SubmoduleAddDlg.cpp" />\r
173     <ClCompile Include="Commands\SubmoduleCommand.cpp" />\r
174     <ClCompile Include="SubmoduleUpdateDlg.cpp" />\r
175     <ClCompile Include="Commands\DropMoveCommand.cpp" />\r
176     <ClCompile Include="Commands\RenameCommand.cpp" />\r
177     <ClCompile Include="RenameDlg.cpp" />\r
178     <ClCompile Include="Commands\RemoveCommand.cpp" />\r
179     <ClCompile Include="Commands\RevertCommand.cpp" />\r
180     <ClCompile Include="RevertDlg.cpp" />\r
181     <ClCompile Include="CleanTypeDlg.cpp" />\r
182     <ClCompile Include="Commands\CleanupCommand.cpp" />\r
183     <ClCompile Include="Commands\CloneCommand.cpp" />\r
184     <ClCompile Include="CloneDlg.cpp" />\r
185     <ClCompile Include="Commands\FetchCommand.cpp" />\r
186     <ClCompile Include="Commands\PullCommand.cpp" />\r
187     <ClCompile Include="PullFetchDlg.cpp" />\r
188     <ClCompile Include="Commands\PushCommand.cpp" />\r
189     <ClCompile Include="PushDlg.cpp" />\r
190     <ClCompile Include="Commands\BranchCommand.cpp" />\r
191     <ClCompile Include="CreateBranchTagDlg.cpp" />\r
192     <ClCompile Include="Commands\TagCommand.cpp" />\r
193     <ClCompile Include="Commands\ExportCommand.cpp" />\r
194     <ClCompile Include="ExportDlg.cpp" />\r
195     <ClCompile Include="Commands\AddCommand.cpp" />\r
196     <ClCompile Include="AddDlg.cpp" />\r
197     <ClCompile Include="Commands\IgnoreCommand.cpp" />\r
198     <ClCompile Include="Commands\FormatPatchCommand.cpp" />\r
199     <ClCompile Include="FormatPatchDlg.cpp" />\r
200     <ClCompile Include="Commands\ImportPatchCommand.cpp" />\r
201     <ClCompile Include="ImportPatchDlg.cpp" />\r
202     <ClCompile Include="Commands\CatCommand.cpp" />\r
203     <ClCompile Include="..\TortoiseShell\MenuInfo.cpp" />\r
204     <ClCompile Include="Settings\SetBugTraq.cpp" />\r
205     <ClCompile Include="Settings\SetBugTraqAdv.cpp" />\r
206     <ClCompile Include="Settings\SetDialogs.cpp" />\r
207     <ClCompile Include="Settings\SetHooks.cpp" />\r
208     <ClCompile Include="Settings\SetHooksAdv.cpp" />\r
209     <ClCompile Include="Settings\SetLookAndFeelPage.cpp" />\r
210     <ClCompile Include="Settings\SetMainPage.cpp" />\r
211     <ClCompile Include="Settings\SetOverlayHandlers.cpp" />\r
212     <ClCompile Include="Settings\SetOverlayIcons.cpp" />\r
213     <ClCompile Include="Settings\SetOverlayPage.cpp" />\r
214     <ClCompile Include="Settings\SetProgsAdvDlg.cpp" />\r
215     <ClCompile Include="Settings\SetProxyPage.cpp" />\r
216     <ClCompile Include="Settings\SetSavedDataPage.cpp" />\r
217     <ClCompile Include="Settings\SettingGitConfig.cpp" />\r
218     <ClCompile Include="Settings\SettingGitRemote.cpp" />\r
219     <ClCompile Include="Settings\Settings.cpp" />\r
220     <ClCompile Include="Settings\SettingsAdvanced.cpp" />\r
221     <ClCompile Include="Settings\SettingsBugtraqConfig.cpp" />\r
222     <ClCompile Include="Settings\SettingsColors.cpp" />\r
223     <ClCompile Include="Settings\SettingsColors2.cpp" />\r
224     <ClCompile Include="Settings\SettingsColors3.cpp" />\r
225     <ClCompile Include="Commands\SettingsCommand.cpp" />\r
226     <ClCompile Include="Settings\SettingSMTP.cpp" />\r
227     <ClCompile Include="Settings\SettingsProgsAlternativeEditor.cpp" />\r
228     <ClCompile Include="Settings\SettingsProgsDiff.cpp" />\r
229     <ClCompile Include="Settings\SettingsProgsMerge.cpp" />\r
230     <ClCompile Include="Settings\SettingsPropPage.cpp" />\r
231     <ClCompile Include="Settings\SettingsTBlame.cpp" />\r
232     <ClCompile Include="Settings\ToolAssocDlg.cpp" />\r
233     <ClCompile Include="GitSwitchDlg.cpp" />\r
234     <ClCompile Include="Commands\SwitchCommand.cpp" />\r
235     <ClCompile Include="Commands\PrevDiffCommand.cpp" />\r
236     <ClCompile Include="Commands\DiffCommand.cpp" />\r
237     <ClCompile Include="Commands\ShowCompareCommand.cpp" />\r
238     <ClCompile Include="Commands\ConflictEditorCommand.cpp" />\r
239     <ClCompile Include="Commands\ResolveCommand.cpp" />\r
240     <ClCompile Include="ResolveDlg.cpp" />\r
241     <ClCompile Include="Commands\RebaseCommand.cpp" />\r
242     <ClCompile Include="RebaseDlg.cpp" />\r
243     <ClCompile Include="Commands\MergeCommand.cpp" />\r
244     <ClCompile Include="MergeDlg.cpp" />\r
245     <ClCompile Include="Commands\RepoStatusCommand.cpp" />\r
246     <ClCompile Include="Commands\DropCopyAddCommand.cpp" />\r
247     <ClCompile Include="Commands\DropCopyCommand.cpp" />\r
248     <ClCompile Include="Commands\SendMailCommand.cpp" />\r
249     <ClCompile Include="SendMailDlg.cpp" />\r
250     <ClCompile Include="Commands\StashCommand.cpp" />\r
251     <ClCompile Include="StashSave.cpp" />\r
252     <ClCompile Include="BrowseRefsDlg.cpp" />\r
253     <ClCompile Include="Commands\SVNDCommitCommand.cpp" />\r
254     <ClCompile Include="SVNDCommitDlg.cpp" />\r
255     <ClCompile Include="Commands\SVNFetchCommand.cpp" />\r
256     <ClCompile Include="Commands\SVNIgnoreCommand.cpp" />\r
257     <ClCompile Include="SVNIgnoreTypeDlg.cpp" />\r
258     <ClCompile Include="Commands\SVNRebaseCommand.cpp" />\r
259     <ClCompile Include="Commands\SyncCommand.cpp" />\r
260     <ClCompile Include="SyncDlg.cpp" />\r
261     <ClCompile Include="CheckForUpdatesDlg.cpp" />\r
262     <ClCompile Include="Commands\UpdateCheckCommand.cpp" />\r
263     <ClCompile Include="UpdateListCtrl.cpp" />\r
264     <ClCompile Include="Commands\PasteCopyCommand.cpp" />\r
265     <ClCompile Include="Commands\PasteMoveCommand.cpp" />\r
266     <ClCompile Include="Commands\RequestPullCommand.cpp" />\r
267     <ClCompile Include="RequestPullDlg.cpp" />\r
268     <ClCompile Include="CreateRepoDlg.cpp" />\r
269     <ClCompile Include="Commands\CreateRepositoryCommand.cpp" />\r
270     <ClCompile Include="Commands\BisectCommand.cpp" />\r
271     <ClCompile Include="BisectStartDlg.cpp" />\r
272     <ClCompile Include="RepositoryBrowser.cpp" />\r
273     <ClCompile Include="Commands\RepositoryBrowserCommand.cpp" />\r
274     <ClCompile Include="RevisionGraph\RevGraphFilterDlg.cpp" />\r
275     <ClCompile Include="Commands\RevisionGraphCommand.cpp" />\r
276     <ClCompile Include="RevisionGraph\RevisionGraphDlg.cpp" />\r
277     <ClCompile Include="RevisionGraph\RevisionGraphDlgDraw.cpp" />\r
278     <ClCompile Include="RevisionGraph\RevisionGraphDlgFunc.cpp" />\r
279     <ClCompile Include="RevisionGraph\RevisionGraphWnd.cpp" />\r
280     <ClCompile Include="ChangedDlg.cpp" />\r
281     <ClCompile Include="DeleteRemoteTagDlg.cpp" />\r
282     <ClCompile Include="FileDiffDlg.cpp" />\r
283     <ClCompile Include="GitProgressDlg.cpp" />\r
284     <ClCompile Include="IgnoreDlg.cpp" />\r
285     <ClCompile Include="InputDlg.cpp" />\r
286     <ClCompile Include="ProgressDlg.cpp" />\r
287     <ClCompile Include="ResetDlg.cpp" />\r
288     <ClCompile Include="SubmoduleDiffDlg.cpp" />\r
289     <ClCompile Include="GitDiff.cpp" />\r
290     <ClCompile Include="..\Git\GitStatusListCtrl.cpp" />\r
291     <ClCompile Include="GitStatusListCtrlHelpers.cpp" />\r
292     <ClCompile Include="PatchListCtrl.cpp" />\r
293     <ClCompile Include="stdafx.cpp">\r
294       <PrecompiledHeader>Create</PrecompiledHeader>\r
295     </ClCompile>\r
296     <ClCompile Include="TortoiseProc.cpp" />\r
297     <ClCompile Include="UserPassword.cpp" />\r
298   </ItemGroup>\r
299   <ItemGroup>\r
300     <ClInclude Include="..\Utils\Graphviz.h" />\r
301     <ClInclude Include="AddRemoteDlg.h" />\r
302     <ClInclude Include="SendMail.h" />\r
303     <ClInclude Include="FindDlg.h" />\r
304     <ClInclude Include="GitProgressList.h" />\r
305     <ClInclude Include="LogFile.h" />\r
306     <ClInclude Include="LogOrdering.h" />\r
307     <ClInclude Include="MassiveGitTask.h" />\r
308     <ClInclude Include="Patch.h" />\r
309     <ClInclude Include="ProjectProperties.h" />\r
310     <ClInclude Include="..\TortoiseShell\resource.h" />\r
311     <ClInclude Include="Settings\SettingGitCredential.h" />\r
312     <ClInclude Include="SinglePropSheetDlg.h" />\r
313     <ClInclude Include="DeleteConflictDlg.h" />\r
314     <ClInclude Include="HistoryDlg.h" />\r
315     <ClInclude Include="..\Utils\MiscUI\HorizontalResizableStandAloneDialog.h" />\r
316     <ClInclude Include="..\Utils\MiscUI\LinkControl.h" />\r
317     <ClInclude Include="..\Utils\MiscUI\SciEdit.h" />\r
318     <ClInclude Include="..\Utils\MiscUI\StandAloneDlg.h" />\r
319     <ClInclude Include="Commands\Command.h" />\r
320     <ClInclude Include="Commands\CommitCommand.h" />\r
321     <ClInclude Include="CommitDlg.h" />\r
322     <ClInclude Include="PatchViewDlg.h" />\r
323     <ClInclude Include="Commands\AboutCommand.h" />\r
324     <ClInclude Include="AboutDlg.h" />\r
325     <ClInclude Include="Commands\BlameCommand.h" />\r
326     <ClInclude Include="gitlogcache.h" />\r
327     <ClInclude Include="GitLogList.h" />\r
328     <ClInclude Include="GitLogListBase.h" />\r
329     <ClInclude Include="lanes.h" />\r
330     <ClInclude Include="Commands\LogCommand.h" />\r
331     <ClInclude Include="LogDlg.h" />\r
332     <ClInclude Include="LogDlgHelper.h" />\r
333     <ClInclude Include="LoglistUtils.h" />\r
334     <ClInclude Include="StatGraphDlg.h" />\r
335     <ClInclude Include="Commands\RefLogCommand.h" />\r
336     <ClInclude Include="RefLogDlg.h" />\r
337     <ClInclude Include="RefLoglist.h" />\r
338     <ClInclude Include="SubmoduleAddDlg.h" />\r
339     <ClInclude Include="Commands\SubmoduleCommand.h" />\r
340     <ClInclude Include="SubmoduleUpdateDlg.h" />\r
341     <ClInclude Include="Commands\DropMoveCommand.h" />\r
342     <ClInclude Include="Commands\RenameCommand.h" />\r
343     <ClInclude Include="RenameDlg.h" />\r
344     <ClInclude Include="Commands\RemoveCommand.h" />\r
345     <ClInclude Include="Commands\RevertCommand.h" />\r
346     <ClInclude Include="RevertDlg.h" />\r
347     <ClInclude Include="CleanTypeDlg.h" />\r
348     <ClInclude Include="Commands\CleanupCommand.h" />\r
349     <ClInclude Include="Commands\CloneCommand.h" />\r
350     <ClInclude Include="CloneDlg.h" />\r
351     <ClInclude Include="Commands\FetchCommand.h" />\r
352     <ClInclude Include="Commands\PullCommand.h" />\r
353     <ClInclude Include="PullFetchDlg.h" />\r
354     <ClInclude Include="Commands\PushCommand.h" />\r
355     <ClInclude Include="PushDlg.h" />\r
356     <ClInclude Include="Commands\BranchCommand.h" />\r
357     <ClInclude Include="CreateBranchTagDlg.h" />\r
358     <ClInclude Include="Commands\TagCommand.h" />\r
359     <ClInclude Include="Commands\ExportCommand.h" />\r
360     <ClInclude Include="ExportDlg.h" />\r
361     <ClInclude Include="Commands\AddCommand.h" />\r
362     <ClInclude Include="AddDlg.h" />\r
363     <ClInclude Include="Commands\IgnoreCommand.h" />\r
364     <ClInclude Include="Commands\FormatPatchCommand.h" />\r
365     <ClInclude Include="FormatPatchDlg.h" />\r
366     <ClInclude Include="Commands\ImportPatchCommand.h" />\r
367     <ClInclude Include="ImportPatchDlg.h" />\r
368     <ClInclude Include="Commands\CatCommand.h" />\r
369     <ClInclude Include="Settings\SetBugTraq.h" />\r
370     <ClInclude Include="Settings\SetBugTraqAdv.h" />\r
371     <ClInclude Include="Settings\SetDialogs.h" />\r
372     <ClInclude Include="Settings\SetExtMenu.h" />\r
373     <ClInclude Include="Settings\SetHooks.h" />\r
374     <ClInclude Include="Settings\SetHooksAdv.h" />\r
375     <ClInclude Include="Settings\SetLookAndFeelPage.h" />\r
376     <ClInclude Include="Settings\SetMainPage.h" />\r
377     <ClInclude Include="Settings\SetOverlayHandlers.h" />\r
378     <ClInclude Include="Settings\SetOverlayIcons.h" />\r
379     <ClInclude Include="Settings\SetOverlayPage.h" />\r
380     <ClInclude Include="Settings\SetProgsAdvDlg.h" />\r
381     <ClInclude Include="Settings\SetProxyPage.h" />\r
382     <ClInclude Include="Settings\SetSavedDataPage.h" />\r
383     <ClInclude Include="Settings\SettingGitConfig.h" />\r
384     <ClInclude Include="Settings\SettingGitRemote.h" />\r
385     <ClInclude Include="Settings\Settings.h" />\r
386     <ClInclude Include="Settings\SettingsAdvanced.h" />\r
387     <ClInclude Include="Settings\SettingsBugtraqConfig.h" />\r
388     <ClInclude Include="Settings\SettingsColors.h" />\r
389     <ClInclude Include="Settings\SettingsColors2.h" />\r
390     <ClInclude Include="Settings\SettingsColors3.h" />\r
391     <ClInclude Include="Commands\SettingsCommand.h" />\r
392     <ClInclude Include="Settings\SettingSMTP.h" />\r
393     <ClInclude Include="Settings\SettingsProgsAlternativeEditor.h" />\r
394     <ClInclude Include="Settings\SettingsPropPage.h" />\r
395     <ClInclude Include="Settings\SettingsTBlame.h" />\r
396     <ClInclude Include="Settings\ToolAssocDlg.h" />\r
397     <ClInclude Include="GitSwitchDlg.h" />\r
398     <ClInclude Include="Commands\SwitchCommand.h" />\r
399     <ClInclude Include="Commands\PrevDiffCommand.h" />\r
400     <ClInclude Include="Commands\DiffCommand.h" />\r
401     <ClInclude Include="Commands\ShowCompareCommand.h" />\r
402     <ClInclude Include="Commands\ConflictEditorCommand.h" />\r
403     <ClInclude Include="Commands\ResolveCommand.h" />\r
404     <ClInclude Include="ResolveDlg.h" />\r
405     <ClInclude Include="Commands\RebaseCommand.h" />\r
406     <ClInclude Include="RebaseDlg.h" />\r
407     <ClInclude Include="Commands\MergeCommand.h" />\r
408     <ClInclude Include="MergeDlg.h" />\r
409     <ClInclude Include="Commands\RepoStatusCommand.h" />\r
410     <ClInclude Include="Commands\DropCopyAddCommand.h" />\r
411     <ClInclude Include="Commands\DropCopyCommand.h" />\r
412     <ClInclude Include="Commands\SendMailCommand.h" />\r
413     <ClInclude Include="SendMailDlg.h" />\r
414     <ClInclude Include="Commands\StashCommand.h" />\r
415     <ClInclude Include="StashSave.h" />\r
416     <ClInclude Include="BrowseRefsDlg.h" />\r
417     <ClInclude Include="Commands\RefBrowseCommand.h" />\r
418     <ClInclude Include="Commands\SVNDCommitCommand.h" />\r
419     <ClInclude Include="SVNDCommitDlg.h" />\r
420     <ClInclude Include="Commands\SVNFetchCommand.h" />\r
421     <ClInclude Include="Commands\SVNIgnoreCommand.h" />\r
422     <ClInclude Include="SVNIgnoreTypeDlg.h" />\r
423     <ClInclude Include="Commands\SVNRebaseCommand.h" />\r
424     <ClInclude Include="Commands\SyncCommand.h" />\r
425     <ClInclude Include="SyncDlg.h" />\r
426     <ClInclude Include="CheckForUpdatesDlg.h" />\r
427     <ClInclude Include="Commands\UpdateCheckCommand.h" />\r
428     <ClInclude Include="UpdateListCtrl.h" />\r
429     <ClInclude Include="Commands\RequestPullCommand.h" />\r
430     <ClInclude Include="RequestPullDlg.h" />\r
431     <ClInclude Include="CreateRepoDlg.h" />\r
432     <ClInclude Include="Commands\CreateRepositoryCommand.h" />\r
433     <ClInclude Include="Commands\BisectCommand.h" />\r
434     <ClInclude Include="BisectStartDlg.h" />\r
435     <ClInclude Include="RepositoryBrowser.h" />\r
436     <ClInclude Include="Commands\RepositoryBrowserCommand.h" />\r
437     <ClInclude Include="RevisionGraph\RevGraphFilterDlg.h" />\r
438     <ClInclude Include="Commands\RevisionGraphCommand.h" />\r
439     <ClInclude Include="RevisionGraph\RevisionGraphDlg.h" />\r
440     <ClInclude Include="RevisionGraph\RevisionGraphWnd.h" />\r
441     <ClInclude Include="BranchCombox.h" />\r
442     <ClInclude Include="ChangedDlg.h" />\r
443     <ClInclude Include="ChooseVersion.h" />\r
444     <ClInclude Include="DeleteRemoteTagDlg.h" />\r
445     <ClInclude Include="FileDiffDlg.h" />\r
446     <ClInclude Include="GitProgressDlg.h" />\r
447     <ClInclude Include="IgnoreDlg.h" />\r
448     <ClInclude Include="InputDlg.h" />\r
449     <ClInclude Include="ProgressDlg.h" />\r
450     <ClInclude Include="ResetDlg.h" />\r
451     <ClInclude Include="SubmoduleDiffDlg.h" />\r
452     <ClInclude Include="GitDiff.h" />\r
453     <ClInclude Include="..\Git\GitStatusListCtrl.h" />\r
454     <ClInclude Include="PatchListCtrl.h" />\r
455     <ClInclude Include="Resource.h" />\r
456     <ClInclude Include="stdafx.h" />\r
457     <ClInclude Include="TortoiseProc.h" />\r
458     <ClInclude Include="UserPassword.h" />\r
459   </ItemGroup>\r
460   <ItemGroup>\r
461     <Image Include="..\Resources\actionad.ico" />\r
462     <Image Include="..\Resources\actionadded.ico" />\r
463     <Image Include="..\Resources\actiondeleted.ico" />\r
464     <Image Include="..\Resources\actionfetching.ico" />\r
465     <Image Include="..\Resources\actionmodified.ico" />\r
466     <Image Include="..\Resources\actionreplaced.ico" />\r
467     <Image Include="..\Resources\AddBackground.ico" />\r
468     <Image Include="..\Resources\AddedIcon.ico" />\r
469     <Image Include="..\Resources\bitmap2.bmp" />\r
470     <Image Include="..\Resources\bugtraq.ico" />\r
471     <Image Include="..\Resources\cache.ico" />\r
472     <Image Include="..\Resources\CacheList.ico" />\r
473     <Image Include="..\Resources\cancel-highlight.bmp" />\r
474     <Image Include="..\Resources\cancel-normal.ico" />\r
475     <Image Include="..\Resources\cancel-pressed.ico" />\r
476     <Image Include="..\Resources\CFMBackground.ico" />\r
477     <Image Include="..\Resources\checkout.ico" />\r
478     <Image Include="..\Resources\clippaste.ico" />\r
479     <Image Include="..\Resources\CommitBackground.ico" />\r
480     <Image Include="..\Resources\ConflictIcon.ico" />\r
481     <Image Include="..\Resources\copy.ico" />\r
482     <Image Include="..\Resources\CopyBackground.ico" />\r
483     <Image Include="..\Resources\DeletedIcon.ico" />\r
484     <Image Include="..\Resources\DelunversionedBackground.ico" />\r
485     <Image Include="..\Resources\dialogs.ico" />\r
486     <Image Include="..\Resources\Drives.ico" />\r
487     <Image Include="..\Resources\explorer.ico" />\r
488     <Image Include="..\Resources\ExportBackground.ico" />\r
489     <Image Include="..\Resources\extwarning.ico" />\r
490     <Image Include="..\Resources\filteredit.ico" />\r
491     <Image Include="..\Resources\general.ico" />\r
492     <Image Include="..\Resources\git.bmp" />\r
493     <Image Include="..\Resources\gitconfig.ico" />\r
494     <Image Include="..\Resources\gitcredential.ico" />\r
495     <Image Include="..\Resources\gitremote.ico" />\r
496     <Image Include="..\Resources\graph-bar-stacked.ico" />\r
497     <Image Include="..\Resources\graph-bar.ico" />\r
498     <Image Include="..\Resources\graph-line-stacked.ico" />\r
499     <Image Include="..\Resources\graph-line.ico" />\r
500     <Image Include="..\Resources\graph-pie.ico" />\r
501     <Image Include="..\Resources\hook.ico" />\r
502     <Image Include="..\Resources\icon1.ico" />\r
503     <Image Include="..\Resources\iconset.ico" />\r
504     <Image Include="..\Resources\ImportBackground.ico" />\r
505     <Image Include="..\Resources\ImportPatchesBackground.ico" />\r
506     <Image Include="..\Resources\InSubVersionIcon.ico" />\r
507     <Image Include="..\Resources\jumpdown.ico" />\r
508     <Image Include="..\Resources\jumpup.ico" />\r
509     <Image Include="..\Resources\Library.ico" />\r
510     <Image Include="..\Resources\lineadded.ico" />\r
511     <Image Include="..\Resources\lineconflicted.ico" />\r
512     <Image Include="..\Resources\lineremoved.ico" />\r
513     <Image Include="..\Resources\logfilter.ico" />\r
514     <Image Include="..\Resources\lookandfeel.ico" />\r
515     <Image Include="..\Resources\menuabout.ico" />\r
516     <Image Include="..\Resources\menuadd.ico" />\r
517     <Image Include="..\Resources\menublame.ico" />\r
518     <Image Include="..\Resources\menucheckout.ico" />\r
519     <Image Include="..\Resources\menucleanup.ico" />\r
520     <Image Include="..\Resources\menucommit.ico" />\r
521     <Image Include="..\Resources\menucompare.ico" />\r
522     <Image Include="..\Resources\menuconflict.ico" />\r
523     <Image Include="..\Resources\menucopy.ico" />\r
524     <Image Include="..\Resources\menucreaterepos.ico" />\r
525     <Image Include="..\Resources\menudelete.ico" />\r
526     <Image Include="..\Resources\menudelunversioned.ico" />\r
527     <Image Include="..\Resources\menudiff.ico" />\r
528     <Image Include="..\Resources\menuexport.ico" />\r
529     <Image Include="..\Resources\menuhelp.ico" />\r
530     <Image Include="..\Resources\menuignore.ico" />\r
531     <Image Include="..\Resources\menuimport.ico" />\r
532     <Image Include="..\Resources\menulog.ico" />\r
533     <Image Include="..\Resources\menumerge.ico" />\r
534     <Image Include="..\Resources\menupatch.ico" />\r
535     <Image Include="..\Resources\menuproperties.ico" />\r
536     <Image Include="..\Resources\menurelocate.ico" />\r
537     <Image Include="..\Resources\menurename.ico" />\r
538     <Image Include="..\Resources\menuresolve.ico" />\r
539     <Image Include="..\Resources\menurevert.ico" />\r
540     <Image Include="..\Resources\menusettings.ico" />\r
541     <Image Include="..\Resources\menushowchanged.ico" />\r
542     <Image Include="..\Resources\menuswitch.ico" />\r
543     <Image Include="..\Resources\menuupdate.ico" />\r
544     <Image Include="..\Resources\MergeBackground.ico" />\r
545     <Image Include="..\Resources\misc.ico" />\r
546     <Image Include="..\Resources\ModifiedIcon.ico" />\r
547     <Image Include="..\Resources\newfolder.ico" />\r
548     <Image Include="..\Resources\open.ico" />\r
549     <Image Include="..\Resources\Overlays.ico" />\r
550     <Image Include="..\Resources\proxy.ico" />\r
551     <Image Include="..\Resources\pull1.ico" />\r
552     <Image Include="..\Resources\refresh.ico" />\r
553     <Image Include="..\Resources\reftype.bmp" />\r
554     <Image Include="..\Resources\RenameBackground.ico" />\r
555     <Image Include="..\Resources\RepoBrowserBackground.ico" />\r
556     <Image Include="..\Resources\ResolveBackground.ico" />\r
557     <Image Include="..\Resources\restore.ico" />\r
558     <Image Include="..\Resources\restoreovl.ico" />\r
559     <Image Include="..\Resources\RevertBackground.ico" />\r
560     <Image Include="..\Resources\revgraph_added.ico" />\r
561     <Image Include="..\Resources\revgraph_addedplus.ico" />\r
562     <Image Include="..\Resources\revgraph_deleted.ico" />\r
563     <Image Include="..\Resources\revgraph_lastcommit.ico" />\r
564     <Image Include="..\Resources\revgraph_renamed.ico" />\r
565     <Image Include="..\Resources\revgraph_replaced.ico" />\r
566     <Image Include="..\Resources\revgraph_tag.ico" />\r
567     <Image Include="..\Resources\revgraphbar.bmp" />\r
568     <Image Include="..\Resources\revgraphglyphs.bmp" />\r
569     <Image Include="..\Resources\save.ico" />\r
570     <Image Include="..\Resources\saveas.ico" />\r
571     <Image Include="..\Resources\saveddata.ico" />\r
572     <Image Include="..\Resources\showbranches.ico" />\r
573     <Image Include="..\Resources\UpdateBackground.ico" />\r
574     <Image Include="..\TortoiseBlame\small.ico" />\r
575     <Image Include="..\Resources\ssh.ico" />\r
576     <Image Include="..\Resources\switch.ico" />\r
577     <Image Include="..\Resources\SwitchBackground.ico" />\r
578     <Image Include="..\Resources\Toolbar.bmp" />\r
579     <Image Include="..\Resources\Tortoise.ico" />\r
580     <Image Include="..\Resources\Tortoise13by13.ico" />\r
581     <Image Include="..\Resources\Tortoise16by16.ico" />\r
582     <Image Include="..\Resources\Tortoise20by16.ico" />\r
583     <Image Include="..\Resources\TortoiseBlame.ico" />\r
584     <Image Include="..\Resources\tortoisegit_logoflipped.bmp" />\r
585     <Image Include="..\Resources\TortoiseMerge.ico" />\r
586     <Image Include="..\Resources\TortoiseSmall.ico" />\r
587     <Image Include="..\Resources\tsvnmenufile.ico" />\r
588     <Image Include="..\Resources\tsvnmenufolder.ico" />\r
589     <Image Include="..\Resources\tsvnmenulink.ico" />\r
590     <Image Include="..\Resources\tsvnmenumultiple.ico" />\r
591     <Image Include="..\Resources\ttf_glyph.bmp" />\r
592     <Image Include="..\Resources\up.ico" />\r
593     <Image Include="..\Resources\update1.ico" />\r
594     <Image Include="..\Resources\warning-general.ico" />\r
595   </ItemGroup>\r
596   <ItemGroup>\r
597     <None Include="..\Resources\bin167.avi" />\r
598     <None Include="..\Resources\bin168.avi" />\r
599     <None Include="..\Resources\cleananim.avi" />\r
600     <None Include="..\Resources\download.avi" />\r
601     <None Include="..\Resources\pan.cur" />\r
602     <None Include="..\Resources\pandown.cur" />\r
603     <None Include="..\Resources\search.avi" />\r
604   </ItemGroup>\r
605   <ItemGroup>\r
606     <ResourceCompile Include="..\Resources\TortoiseProcENG.rc" />\r
607   </ItemGroup>\r
608   <ItemGroup>\r
609     <ProjectReference Include="..\..\ext\build\libgit2.vcxproj">\r
610       <Project>{2b4f366c-93ba-491e-87af-5ef7b37f75f7}</Project>\r
611       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
612     </ProjectReference>\r
613     <ProjectReference Include="..\..\ext\build\ScintillaLexer.vcxproj">\r
614       <Project>{a5498556-ce09-4095-8335-08fc8370552d}</Project>\r
615       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
616     </ProjectReference>\r
617     <ProjectReference Include="..\..\ext\gitdll\gitdll.vcxproj">\r
618       <Project>{4f0a55de-dafd-4a0b-a03d-2c14cb77e08f}</Project>\r
619       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
620     </ProjectReference>\r
621     <ProjectReference Include="..\..\ext\hunspell\hunspell.vcxproj">\r
622       <Project>{12e5b4ae-d7ef-4a57-a22d-6f9f9d8ce1fb}</Project>\r
623       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
624     </ProjectReference>\r
625     <ProjectReference Include="..\..\ext\build\ogdf.vcxproj">\r
626       <Project>{7801d1be-e2fe-476b-a4b4-5d27f387f479}</Project>\r
627       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
628     </ProjectReference>\r
629     <ProjectReference Include="..\..\ext\ResizableLib\ResizableLib.vcxproj">\r
630       <Project>{4be529fb-c2f2-49f7-a897-054b955564cf}</Project>\r
631       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
632     </ProjectReference>\r
633     <ProjectReference Include="..\AsyncFramework\AsyncFramework.vcxproj">\r
634       <Project>{98e4e6d3-0ef6-4570-a29e-274dacf3b784}</Project>\r
635       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
636     </ProjectReference>\r
637     <ProjectReference Include="..\Git\Git.vcxproj">\r
638       <Project>{7ca5b1eb-8cc9-40a6-96d8-83649c1a870b}</Project>\r
639       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
640     </ProjectReference>\r
641     <ProjectReference Include="..\IBugTraqProvider\IBugTraqProvider.vcxproj">\r
642       <Project>{2c879469-db8f-4bf0-b016-ae864d2a7bbc}</Project>\r
643       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
644     </ProjectReference>\r
645     <ProjectReference Include="..\Utils\Utils.vcxproj">\r
646       <Project>{a2c38606-3d96-4a2c-b5c5-22ceac523b37}</Project>\r
647       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>\r
648     </ProjectReference>\r
649   </ItemGroup>\r
650   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
651   <ImportGroup Label="ExtensionTargets">\r
652   </ImportGroup>\r
653 </Project>