1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ItemGroup Label="ProjectConfigurations">
\r
4 <ProjectConfiguration Include="Debug|Win32">
\r
5 <Configuration>Debug</Configuration>
\r
6 <Platform>Win32</Platform>
\r
7 </ProjectConfiguration>
\r
8 <ProjectConfiguration Include="Debug|x64">
\r
9 <Configuration>Debug</Configuration>
\r
10 <Platform>x64</Platform>
\r
11 </ProjectConfiguration>
\r
12 <ProjectConfiguration Include="Release|Win32">
\r
13 <Configuration>Release</Configuration>
\r
14 <Platform>Win32</Platform>
\r
15 </ProjectConfiguration>
\r
16 <ProjectConfiguration Include="Release|x64">
\r
17 <Configuration>Release</Configuration>
\r
18 <Platform>x64</Platform>
\r
19 </ProjectConfiguration>
\r
21 <PropertyGroup Label="Globals">
\r
22 <ProjectName>TortoiseGitProc</ProjectName>
\r
23 <ProjectGuid>{50797F06-39C5-4802-8E2B-7B7A4EF03214}</ProjectGuid>
\r
24 <RootNamespace>TortoiseProc</RootNamespace>
\r
25 <Keyword>MFCProj</Keyword>
\r
27 <Import Project="$(SolutionDir)TortoiseGit.toolset.props" />
\r
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
\r
29 <PropertyGroup Label="Configuration">
\r
30 <ConfigurationType>Application</ConfigurationType>
\r
31 <UseOfMfc>Dynamic</UseOfMfc>
\r
32 <CharacterSet>Unicode</CharacterSet>
\r
34 <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
\r
35 <WholeProgramOptimization>true</WholeProgramOptimization>
\r
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
\r
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
\r
39 <Import Project="$(SolutionDir)TortoiseGit.common.props" />
\r
40 <PropertyGroup Label="UserMacros" />
\r
41 <ItemDefinitionGroup>
\r
43 <AdditionalIncludeDirectories>$(ProjectDir);..\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;..\TortoiseMerge;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
44 <PreprocessorDefinitions>HUNSPELL_STATIC;THESAURUS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
\r
45 <ExceptionHandling>SyncCThrow</ExceptionHandling>
\r
48 <AdditionalIncludeDirectories>$(IntDir);..\TortoiseShell;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
\r
51 <AdditionalDependencies>Winmm.lib;gdiplus.lib;shfolder.lib;comctl32.lib;ws2_32.lib;shlwapi.lib;wininet.lib;UxTheme.lib;%(AdditionalDependencies)</AdditionalDependencies>
\r
53 </ItemDefinitionGroup>
\r
55 <ClCompile Include="..\Git\Git.cpp" />
\r
56 <ClCompile Include="..\Git\GitAdminDir.cpp" />
\r
57 <ClCompile Include="..\Git\GitDataObject.cpp" />
\r
58 <ClCompile Include="..\Git\GitRev.cpp" />
\r
59 <ClCompile Include="..\Git\GitRevLoglist.cpp" />
\r
60 <ClCompile Include="..\Git\GitRevRefBrowser.cpp" />
\r
61 <ClCompile Include="..\Git\MassiveGitTaskBase.cpp" />
\r
62 <ClCompile Include="..\Git\TGitPath.cpp" />
\r
63 <ClCompile Include="..\TortoiseMerge\FileTextLines.cpp" />
\r
64 <ClCompile Include="..\TortoiseShell\ShellCache.cpp" />
\r
65 <ClCompile Include="..\Utils\ACEdit.cpp" />
\r
66 <ClCompile Include="..\Utils\ACListWnd.cpp" />
\r
67 <ClCompile Include="..\Utils\BugTraqAssociations.cpp" />
\r
68 <ClCompile Include="..\Utils\CmdLineParser.cpp" />
\r
69 <ClCompile Include="..\Utils\COMError.cpp" />
\r
70 <ClCompile Include="..\Utils\CommonAppUtils.cpp" />
\r
71 <ClCompile Include="..\Utils\DebugOutput.cpp" />
\r
72 <ClCompile Include="..\Utils\DirFileEnum.cpp" />
\r
73 <ClCompile Include="..\Utils\DragDropImpl.cpp" />
\r
74 <ClCompile Include="..\Utils\Graphviz.cpp" />
\r
75 <ClCompile Include="..\Utils\Hooks.cpp" />
\r
76 <ClCompile Include="..\Utils\HwSMTP.cpp" />
\r
77 <ClCompile Include="..\Utils\JumpListHelpers.cpp" />
\r
78 <ClCompile Include="..\Utils\LangDll.cpp" />
\r
79 <ClCompile Include="..\Utils\MailMsg.cpp" />
\r
80 <ClCompile Include="..\Utils\MiscUI\AnimationManager.cpp" />
\r
81 <ClCompile Include="..\Utils\MiscUI\BrowseFolder.cpp" />
\r
82 <ClCompile Include="..\Utils\MiscUI\BufferDC.cpp" />
\r
83 <ClCompile Include="..\Utils\MiscUI\DIB.cpp" />
\r
84 <ClCompile Include="..\Utils\MiscUI\FileDlgEventHandler.cpp" />
\r
85 <ClCompile Include="..\Utils\MiscUI\FileDropEdit.cpp" />
\r
86 <ClCompile Include="..\Utils\MiscUI\FilterEdit.cpp" />
\r
87 <ClCompile Include="..\Utils\MiscUI\HistoryCombo.cpp" />
\r
88 <ClCompile Include="..\Utils\MiscUI\HyperLink.cpp" />
\r
89 <ClCompile Include="..\Utils\MiscUI\IconBitmapUtils.cpp" />
\r
90 <ClCompile Include="..\Utils\MiscUI\IconMenu.cpp" />
\r
91 <ClCompile Include="..\Utils\MiscUI\MenuButton.cpp" />
\r
92 <ClCompile Include="..\Utils\MiscUI\MessageBox.cpp" />
\r
93 <ClCompile Include="..\Utils\MiscUI\MyGraph.cpp" />
\r
94 <ClCompile Include="..\Utils\MiscUI\Picture.cpp" />
\r
95 <ClCompile Include="..\Utils\MiscUI\RegexEdit.cpp" />
\r
96 <ClCompile Include="..\Utils\MiscUI\SplitterControl.cpp" />
\r
97 <ClCompile Include="..\Utils\MiscUI\SVG.cpp" />
\r
98 <ClCompile Include="..\Utils\MiscUI\SysProgressDlg.cpp" />
\r
99 <ClCompile Include="..\Utils\MiscUI\Tooltip.cpp" />
\r
100 <ClCompile Include="..\Utils\MiscUI\WaterEffect.cpp" />
\r
101 <ClCompile Include="..\Utils\PathUtils.cpp" />
\r
102 <ClCompile Include="..\Utils\PathWatcher.cpp" />
\r
103 <ClCompile Include="..\Utils\PersonalDictionary.cpp" />
\r
104 <ClCompile Include="..\Utils\ReaderWriterLock.cpp" />
\r
105 <ClCompile Include="..\Utils\RegHistory.cpp" />
\r
106 <ClCompile Include="..\Utils\Registry.cpp" />
\r
107 <ClCompile Include="..\Utils\ShellUpdater.cpp" />
\r
108 <ClCompile Include="..\Utils\StringUtils.cpp" />
\r
109 <ClCompile Include="..\Utils\SysImageList.cpp" />
\r
110 <ClCompile Include="..\Utils\SysInfo.cpp" />
\r
111 <ClCompile Include="..\Utils\TaskbarUUID.cpp" />
\r
112 <ClCompile Include="..\Utils\TempFile.cpp" />
\r
113 <ClCompile Include="..\Utils\TreePropSheet\PropPageFrame.cpp" />
\r
114 <ClCompile Include="..\Utils\TreePropSheet\PropPageFrameDefault.cpp" />
\r
115 <ClCompile Include="..\Utils\TreePropSheet\TreePropSheet.cpp" />
\r
116 <ClCompile Include="..\Utils\UnicodeUtils.cpp" />
\r
117 <ClCompile Include="..\Utils\WindowsCredentialsStore.cpp" />
\r
118 <ClCompile Include="AddRemoteDlg.cpp" />
\r
119 <ClCompile Include="..\TGitCache\CacheInterface.cpp" />
\r
120 <ClCompile Include="AutoTextTestDlg.cpp" />
\r
121 <ClCompile Include="BugtraqRegexTestDlg.cpp" />
\r
122 <ClCompile Include="CheckCertificateDlg.cpp" />
\r
123 <ClCompile Include="ColumnManager.cpp" />
\r
124 <ClCompile Include="Commands\CommitIsOnRefsCommand.cpp" />
\r
125 <ClCompile Include="Commands\DaemonCommand.cpp" />
\r
126 <ClCompile Include="CommitIsOnRefsDlg.cpp" />
\r
127 <ClCompile Include="FindBar.cpp" />
\r
128 <ClCompile Include="FirstStartWizard.cpp" />
\r
129 <ClCompile Include="FirstStartWizardAuthentication.cpp" />
\r
130 <ClCompile Include="FirstStartWizardBasePage.cpp" />
\r
131 <ClCompile Include="FirstStartWizardGit.cpp" />
\r
132 <ClCompile Include="FirstStartWizardLanguage.cpp" />
\r
133 <ClCompile Include="FirstStartWizardStart.cpp" />
\r
134 <ClCompile Include="FirstStartWizardUser.cpp" />
\r
135 <ClCompile Include="GitTagCompareList.cpp" />
\r
136 <ClCompile Include="GravatarPictureBox.cpp" />
\r
137 <ClCompile Include="MergeAbortDlg.cpp" />
\r
138 <ClCompile Include="GitRefCompareList.cpp" />
\r
139 <ClCompile Include="ProgressCommands\AddProgressCommand.cpp" />
\r
140 <ClCompile Include="ProgressCommands\CloneProgressCommand.cpp" />
\r
141 <ClCompile Include="ProgressCommands\FetchProgressCommand.cpp" />
\r
142 <ClCompile Include="ProgressCommands\RemoteProgressCommand.cpp" />
\r
143 <ClCompile Include="ProgressCommands\ResetProgressCommand.cpp" />
\r
144 <ClCompile Include="ProgressCommands\ResolveProgressCommand.cpp" />
\r
145 <ClCompile Include="ProgressCommands\RevertProgressCommand.cpp" />
\r
146 <ClCompile Include="ProgressCommands\SendMailProgressCommand.cpp" />
\r
147 <ClCompile Include="SendMail.cpp" />
\r
148 <ClCompile Include="FindDlg.cpp" />
\r
149 <ClCompile Include="..\Utils\Libraries.cpp" />
\r
150 <ClCompile Include="GitProgressList.cpp" />
\r
151 <ClCompile Include="LogFile.cpp" />
\r
152 <ClCompile Include="LogOrdering.cpp" />
\r
153 <ClCompile Include="MassiveGitTask.cpp" />
\r
154 <ClCompile Include="SendMailPatch.cpp" />
\r
155 <ClCompile Include="ProjectProperties.cpp" />
\r
156 <ClCompile Include="SerialPatch.cpp" />
\r
157 <ClCompile Include="Settings\SetDialogs2.cpp" />
\r
158 <ClCompile Include="Settings\SetDialogs3.cpp" />
\r
159 <ClCompile Include="Settings\SettingGitCredential.cpp" />
\r
160 <ClCompile Include="Settings\SettingsTUDiff.cpp" />
\r
161 <ClCompile Include="SinglePropSheetDlg.cpp" />
\r
162 <ClCompile Include="AppUtils.cpp" />
\r
163 <ClCompile Include="DeleteConflictDlg.cpp" />
\r
164 <ClCompile Include="HistoryDlg.cpp" />
\r
165 <ClCompile Include="Colors.cpp" />
\r
166 <ClCompile Include="..\Utils\MiscUI\HorizontalResizableStandAloneDialog.cpp" />
\r
167 <ClCompile Include="..\Utils\MiscUI\LinkControl.cpp" />
\r
168 <ClCompile Include="..\Utils\MiscUI\SciEdit.cpp" />
\r
169 <ClCompile Include="..\Utils\MiscUI\StandAloneDlg.cpp" />
\r
170 <ClCompile Include="Commands\Command.cpp" />
\r
171 <ClCompile Include="Commands\CommitCommand.cpp" />
\r
172 <ClCompile Include="CommitDlg.cpp" />
\r
173 <ClCompile Include="PatchViewDlg.cpp" />
\r
174 <ClCompile Include="Commands\AboutCommand.cpp" />
\r
175 <ClCompile Include="AboutDlg.cpp" />
\r
176 <ClCompile Include="Commands\BlameCommand.cpp" />
\r
177 <ClCompile Include="GitLogCache.cpp" />
\r
178 <ClCompile Include="GitLogListAction.cpp" />
\r
179 <ClCompile Include="GitLogListBase.cpp" />
\r
180 <ClCompile Include="lanes.cpp" />
\r
181 <ClCompile Include="Commands\LogCommand.cpp" />
\r
182 <ClCompile Include="LogDataVector.cpp" />
\r
183 <ClCompile Include="LogDlg.cpp" />
\r
184 <ClCompile Include="LoglistUtils.cpp" />
\r
185 <ClCompile Include="StatGraphDlg.cpp" />
\r
186 <ClCompile Include="Commands\RefLogCommand.cpp" />
\r
187 <ClCompile Include="RefLogDlg.cpp" />
\r
188 <ClCompile Include="RefLoglist.cpp" />
\r
189 <ClCompile Include="SubmoduleAddDlg.cpp" />
\r
190 <ClCompile Include="Commands\SubmoduleCommand.cpp" />
\r
191 <ClCompile Include="SubmoduleResolveConflictDlg.cpp" />
\r
192 <ClCompile Include="SubmoduleUpdateDlg.cpp" />
\r
193 <ClCompile Include="Commands\DropMoveCommand.cpp" />
\r
194 <ClCompile Include="Commands\RenameCommand.cpp" />
\r
195 <ClCompile Include="RenameDlg.cpp" />
\r
196 <ClCompile Include="Commands\RemoveCommand.cpp" />
\r
197 <ClCompile Include="Commands\RevertCommand.cpp" />
\r
198 <ClCompile Include="RevertDlg.cpp" />
\r
199 <ClCompile Include="CleanTypeDlg.cpp" />
\r
200 <ClCompile Include="Commands\CleanupCommand.cpp" />
\r
201 <ClCompile Include="Commands\CloneCommand.cpp" />
\r
202 <ClCompile Include="CloneDlg.cpp" />
\r
203 <ClCompile Include="Commands\FetchCommand.cpp" />
\r
204 <ClCompile Include="Commands\PullCommand.cpp" />
\r
205 <ClCompile Include="PullFetchDlg.cpp" />
\r
206 <ClCompile Include="Commands\PushCommand.cpp" />
\r
207 <ClCompile Include="PushDlg.cpp" />
\r
208 <ClCompile Include="Commands\BranchCommand.cpp" />
\r
209 <ClCompile Include="CreateBranchTagDlg.cpp" />
\r
210 <ClCompile Include="Commands\TagCommand.cpp" />
\r
211 <ClCompile Include="Commands\ExportCommand.cpp" />
\r
212 <ClCompile Include="ExportDlg.cpp" />
\r
213 <ClCompile Include="Commands\AddCommand.cpp" />
\r
214 <ClCompile Include="AddDlg.cpp" />
\r
215 <ClCompile Include="Commands\IgnoreCommand.cpp" />
\r
216 <ClCompile Include="Commands\FormatPatchCommand.cpp" />
\r
217 <ClCompile Include="FormatPatchDlg.cpp" />
\r
218 <ClCompile Include="Commands\ImportPatchCommand.cpp" />
\r
219 <ClCompile Include="ImportPatchDlg.cpp" />
\r
220 <ClCompile Include="Commands\CatCommand.cpp" />
\r
221 <ClCompile Include="..\TortoiseShell\MenuInfo.cpp" />
\r
222 <ClCompile Include="Settings\SetBugTraq.cpp" />
\r
223 <ClCompile Include="Settings\SetBugTraqAdv.cpp" />
\r
224 <ClCompile Include="Settings\SetDialogs.cpp" />
\r
225 <ClCompile Include="Settings\SetHooks.cpp" />
\r
226 <ClCompile Include="Settings\SetHooksAdv.cpp" />
\r
227 <ClCompile Include="Settings\SetLookAndFeelPage.cpp" />
\r
228 <ClCompile Include="Settings\SetMainPage.cpp" />
\r
229 <ClCompile Include="Settings\SetOverlayHandlers.cpp" />
\r
230 <ClCompile Include="Settings\SetOverlayIcons.cpp" />
\r
231 <ClCompile Include="Settings\SetOverlayPage.cpp" />
\r
232 <ClCompile Include="Settings\SetProgsAdvDlg.cpp" />
\r
233 <ClCompile Include="Settings\SetProxyPage.cpp" />
\r
234 <ClCompile Include="Settings\SetSavedDataPage.cpp" />
\r
235 <ClCompile Include="Settings\SettingGitConfig.cpp" />
\r
236 <ClCompile Include="Settings\SettingGitRemote.cpp" />
\r
237 <ClCompile Include="Settings\Settings.cpp" />
\r
238 <ClCompile Include="Settings\SettingsAdvanced.cpp" />
\r
239 <ClCompile Include="Settings\SettingsBugtraqConfig.cpp" />
\r
240 <ClCompile Include="Settings\SettingsColors.cpp" />
\r
241 <ClCompile Include="Settings\SettingsColors2.cpp" />
\r
242 <ClCompile Include="Settings\SettingsColors3.cpp" />
\r
243 <ClCompile Include="Commands\SettingsCommand.cpp" />
\r
244 <ClCompile Include="Settings\SettingSMTP.cpp" />
\r
245 <ClCompile Include="Settings\SettingsProgsAlternativeEditor.cpp" />
\r
246 <ClCompile Include="Settings\SettingsProgsDiff.cpp" />
\r
247 <ClCompile Include="Settings\SettingsProgsMerge.cpp" />
\r
248 <ClCompile Include="Settings\SettingsPropPage.cpp" />
\r
249 <ClCompile Include="Settings\SettingsTBlame.cpp" />
\r
250 <ClCompile Include="Settings\ToolAssocDlg.cpp" />
\r
251 <ClCompile Include="GitSwitchDlg.cpp" />
\r
252 <ClCompile Include="Commands\SwitchCommand.cpp" />
\r
253 <ClCompile Include="Commands\PrevDiffCommand.cpp" />
\r
254 <ClCompile Include="Commands\DiffCommand.cpp" />
\r
255 <ClCompile Include="Commands\ShowCompareCommand.cpp" />
\r
256 <ClCompile Include="Commands\ConflictEditorCommand.cpp" />
\r
257 <ClCompile Include="Commands\ResolveCommand.cpp" />
\r
258 <ClCompile Include="ResolveDlg.cpp" />
\r
259 <ClCompile Include="Commands\RebaseCommand.cpp" />
\r
260 <ClCompile Include="RebaseDlg.cpp" />
\r
261 <ClCompile Include="Commands\MergeCommand.cpp" />
\r
262 <ClCompile Include="MergeDlg.cpp" />
\r
263 <ClCompile Include="Commands\RepoStatusCommand.cpp" />
\r
264 <ClCompile Include="Commands\DropCopyAddCommand.cpp" />
\r
265 <ClCompile Include="Commands\DropCopyCommand.cpp" />
\r
266 <ClCompile Include="Commands\SendMailCommand.cpp" />
\r
267 <ClCompile Include="SendMailDlg.cpp" />
\r
268 <ClCompile Include="Commands\StashCommand.cpp" />
\r
269 <ClCompile Include="StashSave.cpp" />
\r
270 <ClCompile Include="BrowseRefsDlg.cpp" />
\r
271 <ClCompile Include="Commands\SVNDCommitCommand.cpp" />
\r
272 <ClCompile Include="SVNDCommitDlg.cpp" />
\r
273 <ClCompile Include="Commands\SVNFetchCommand.cpp" />
\r
274 <ClCompile Include="Commands\SVNIgnoreCommand.cpp" />
\r
275 <ClCompile Include="SVNIgnoreTypeDlg.cpp" />
\r
276 <ClCompile Include="Commands\SVNRebaseCommand.cpp" />
\r
277 <ClCompile Include="Commands\SyncCommand.cpp" />
\r
278 <ClCompile Include="SyncDlg.cpp" />
\r
279 <ClCompile Include="CheckForUpdatesDlg.cpp" />
\r
280 <ClCompile Include="Commands\UpdateCheckCommand.cpp" />
\r
281 <ClCompile Include="SyncTabCtrl.cpp" />
\r
282 <ClCompile Include="UpdateCrypto.cpp" />
\r
283 <ClCompile Include="UpdateDownloader.cpp" />
\r
284 <ClCompile Include="UpdateListCtrl.cpp" />
\r
285 <ClCompile Include="Commands\PasteCopyCommand.cpp" />
\r
286 <ClCompile Include="Commands\PasteMoveCommand.cpp" />
\r
287 <ClCompile Include="Commands\RequestPullCommand.cpp" />
\r
288 <ClCompile Include="RequestPullDlg.cpp" />
\r
289 <ClCompile Include="CreateRepoDlg.cpp" />
\r
290 <ClCompile Include="Commands\CreateRepositoryCommand.cpp" />
\r
291 <ClCompile Include="Commands\BisectCommand.cpp" />
\r
292 <ClCompile Include="BisectStartDlg.cpp" />
\r
293 <ClCompile Include="RepositoryBrowser.cpp" />
\r
294 <ClCompile Include="Commands\RepositoryBrowserCommand.cpp" />
\r
295 <ClCompile Include="RevisionGraph\RevGraphFilterDlg.cpp" />
\r
296 <ClCompile Include="Commands\RevisionGraphCommand.cpp" />
\r
297 <ClCompile Include="RevisionGraph\RevisionGraphDlg.cpp" />
\r
298 <ClCompile Include="RevisionGraph\RevisionGraphDlgDraw.cpp" />
\r
299 <ClCompile Include="RevisionGraph\RevisionGraphDlgFunc.cpp" />
\r
300 <ClCompile Include="RevisionGraph\RevisionGraphWnd.cpp" />
\r
301 <ClCompile Include="ChangedDlg.cpp" />
\r
302 <ClCompile Include="DeleteRemoteTagDlg.cpp" />
\r
303 <ClCompile Include="FileDiffDlg.cpp" />
\r
304 <ClCompile Include="GitProgressDlg.cpp" />
\r
305 <ClCompile Include="IgnoreDlg.cpp" />
\r
306 <ClCompile Include="InputDlg.cpp" />
\r
307 <ClCompile Include="ProgressDlg.cpp" />
\r
308 <ClCompile Include="ResetDlg.cpp" />
\r
309 <ClCompile Include="SubmoduleDiffDlg.cpp" />
\r
310 <ClCompile Include="GitDiff.cpp" />
\r
311 <ClCompile Include="..\Git\GitStatusListCtrl.cpp" />
\r
312 <ClCompile Include="GitStatusListCtrlHelpers.cpp" />
\r
313 <ClCompile Include="PatchListCtrl.cpp" />
\r
314 <ClCompile Include="stdafx.cpp">
\r
315 <PrecompiledHeader>Create</PrecompiledHeader>
\r
317 <ClCompile Include="TortoiseProc.cpp" />
\r
318 <ClCompile Include="UserPassword.cpp" />
\r
319 <ClCompile Include="VersioncheckParser.cpp" />
\r
322 <ClInclude Include="..\Git\Git.h" />
\r
323 <ClInclude Include="..\Git\GitAdminDir.h" />
\r
324 <ClInclude Include="..\Git\GitDataObject.h" />
\r
325 <ClInclude Include="..\Git\GitForWindows.h" />
\r
326 <ClInclude Include="..\Git\GitHash.h" />
\r
327 <ClInclude Include="..\Git\GitRev.h" />
\r
328 <ClInclude Include="..\Git\GitRevLoglist.h" />
\r
329 <ClInclude Include="..\Git\GitRevRefBrowser.h" />
\r
330 <ClInclude Include="..\Git\GitStatus.h" />
\r
331 <ClInclude Include="..\Git\gittype.h" />
\r
332 <ClInclude Include="..\Git\MassiveGitTaskBase.h" />
\r
333 <ClInclude Include="..\Git\TGitPath.h" />
\r
334 <ClInclude Include="..\Resources\LoglistCommonResource.h" />
\r
335 <ClInclude Include="..\TortoiseMerge\FileTextLines.h" />
\r
336 <ClInclude Include="..\TortoiseShell\ShellCache.h" />
\r
337 <ClInclude Include="..\Utils\ACEdit.h" />
\r
338 <ClInclude Include="..\Utils\ACListWnd.h" />
\r
339 <ClInclude Include="..\Utils\BugTraqAssociations.h" />
\r
340 <ClInclude Include="..\Utils\CertificateValidationHelper.h" />
\r
341 <ClInclude Include="..\Utils\CmdLineParser.h" />
\r
342 <ClInclude Include="..\Utils\COMError.h" />
\r
343 <ClInclude Include="..\Utils\CommonAppUtils.h" />
\r
344 <ClInclude Include="..\Utils\CreateProcessHelper.h" />
\r
345 <ClInclude Include="..\Utils\DebugOutput.h" />
\r
346 <ClInclude Include="..\Utils\DirFileEnum.h" />
\r
347 <ClInclude Include="..\Utils\DragDropImpl.h" />
\r
348 <ClInclude Include="..\Utils\Graphviz.h" />
\r
349 <ClInclude Include="..\Utils\Hooks.h" />
\r
350 <ClInclude Include="..\Utils\HwSMTP.h" />
\r
351 <ClInclude Include="..\Utils\IInputValidator.h" />
\r
352 <ClInclude Include="..\Utils\JumpListHelpers.h" />
\r
353 <ClInclude Include="..\Utils\LangDll.h" />
\r
354 <ClInclude Include="..\Utils\Libraries.h" />
\r
355 <ClInclude Include="..\Utils\LruCache.h" />
\r
356 <ClInclude Include="..\Utils\MailMsg.h" />
\r
357 <ClInclude Include="..\Utils\MiscUI\AnimationManager.h" />
\r
358 <ClInclude Include="..\Utils\MiscUI\BrowseFolder.h" />
\r
359 <ClInclude Include="..\Utils\MiscUI\BufferDC.h" />
\r
360 <ClInclude Include="..\Utils\MiscUI\CommonDialogFunctions.h" />
\r
361 <ClInclude Include="..\Utils\MiscUI\ControlsBridge.h" />
\r
362 <ClInclude Include="..\Utils\MiscUI\DIB.h" />
\r
363 <ClInclude Include="..\Utils\MiscUI\FileDlgEventHandler.h" />
\r
364 <ClInclude Include="..\Utils\MiscUI\FileDropEdit.h" />
\r
365 <ClInclude Include="..\Utils\MiscUI\FilterEdit.h" />
\r
366 <ClInclude Include="..\Utils\MiscUI\GestureEnabledControl.h" />
\r
367 <ClInclude Include="..\Utils\MiscUI\HighColorTab.hpp" />
\r
368 <ClInclude Include="..\Utils\MiscUI\HintCtrl.h" />
\r
369 <ClInclude Include="..\Utils\MiscUI\HistoryCombo.h" />
\r
370 <ClInclude Include="..\Utils\MiscUI\HyperLink.h" />
\r
371 <ClInclude Include="..\Utils\MiscUI\IconBitmapUtils.h" />
\r
372 <ClInclude Include="..\Utils\MiscUI\IconMenu.h" />
\r
373 <ClInclude Include="..\Utils\MiscUI\MenuButton.h" />
\r
374 <ClInclude Include="..\Utils\MiscUI\MessageBox.h" />
\r
375 <ClInclude Include="..\Utils\MiscUI\MyGraph.h" />
\r
376 <ClInclude Include="..\Utils\MiscUI\Picture.h" />
\r
377 <ClInclude Include="..\Utils\MiscUI\RegexEdit.h" />
\r
378 <ClInclude Include="..\Utils\MiscUI\SplitterControl.h" />
\r
379 <ClInclude Include="..\Utils\MiscUI\SVG.h" />
\r
380 <ClInclude Include="..\Utils\MiscUI\SysProgressDlg.h" />
\r
381 <ClInclude Include="..\Utils\MiscUI\Tooltip.h" />
\r
382 <ClInclude Include="..\Utils\MiscUI\WaterEffect.h" />
\r
383 <ClInclude Include="..\Utils\PathUtils.h" />
\r
384 <ClInclude Include="..\Utils\PathWatcher.h" />
\r
385 <ClInclude Include="..\Utils\PersonalDictionary.h" />
\r
386 <ClInclude Include="..\Utils\ReaderWriterLock.h" />
\r
387 <ClInclude Include="..\Utils\RegHistory.h" />
\r
388 <ClInclude Include="..\Utils\registry.h" />
\r
389 <ClInclude Include="..\Utils\ShellUpdater.h" />
\r
390 <ClInclude Include="..\Utils\SmartHandle.h" />
\r
391 <ClInclude Include="..\Utils\SmartLibgit2Ref.h" />
\r
392 <ClInclude Include="..\Utils\StringUtils.h" />
\r
393 <ClInclude Include="..\Utils\SysImageList.h" />
\r
394 <ClInclude Include="..\Utils\SysInfo.h" />
\r
395 <ClInclude Include="..\Utils\TaskbarUUID.h" />
\r
396 <ClInclude Include="..\Utils\TempFile.h" />
\r
397 <ClInclude Include="..\Utils\TreePropSheet\PropPageFrame.h" />
\r
398 <ClInclude Include="..\Utils\TreePropSheet\PropPageFrameDefault.h" />
\r
399 <ClInclude Include="..\Utils\TreePropSheet\TreePropSheet.h" />
\r
400 <ClInclude Include="..\Utils\UnicodeUtils.h" />
\r
401 <ClInclude Include="..\Utils\WindowsCredentialsStore.h" />
\r
402 <ClInclude Include="AddRemoteDlg.h" />
\r
403 <ClInclude Include="AutoTextTestDlg.h" />
\r
404 <ClInclude Include="BstrSafeVector.h" />
\r
405 <ClInclude Include="BugtraqRegexTestDlg.h" />
\r
406 <ClInclude Include="CheckCertificateDlg.h" />
\r
407 <ClInclude Include="ColumnManager.h" />
\r
408 <ClInclude Include="Commands\AutoTextTestCommand.h" />
\r
409 <ClInclude Include="Commands\CommitIsOnRefsCommand.h" />
\r
410 <ClInclude Include="Commands\DaemonCommand.h" />
\r
411 <ClInclude Include="Commands\HelpCommand.h" />
\r
412 <ClInclude Include="Commands\RTFMCommand.h" />
\r
413 <ClInclude Include="CommitIsOnRefsDlg.h" />
\r
414 <ClInclude Include="ConfigureGitExe.h" />
\r
415 <ClInclude Include="FindBar.h" />
\r
416 <ClInclude Include="FirstStartWizard.h" />
\r
417 <ClInclude Include="FirstStartWizardAuthentication.h" />
\r
418 <ClInclude Include="FirstStartWizardBasePage.h" />
\r
419 <ClInclude Include="FirstStartWizardGit.h" />
\r
420 <ClInclude Include="FirstStartWizardLanguage.h" />
\r
421 <ClInclude Include="FirstStartWizardStart.h" />
\r
422 <ClInclude Include="FirstStartWizardUser.h" />
\r
423 <ClInclude Include="GitTagCompareList.h" />
\r
424 <ClInclude Include="GravatarPictureBox.h" />
\r
425 <ClInclude Include="MergeAbortDlg.h" />
\r
426 <ClInclude Include="GitRefCompareList.h" />
\r
427 <ClInclude Include="ProgressCommands\AddProgressCommand.h" />
\r
428 <ClInclude Include="ProgressCommands\CloneProgressCommand.h" />
\r
429 <ClInclude Include="ProgressCommands\FetchProgressCommand.h" />
\r
430 <ClInclude Include="ProgressCommands\RemoteProgressCommand.h" />
\r
431 <ClInclude Include="ProgressCommands\ResetProgressCommand.h" />
\r
432 <ClInclude Include="ProgressCommands\ResolveProgressCommand.h" />
\r
433 <ClInclude Include="ProgressCommands\RevertProgressCommand.h" />
\r
434 <ClInclude Include="ProgressCommands\SendMailProgressCommand.h" />
\r
435 <ClInclude Include="ResizableColumnsListCtrl.h" />
\r
436 <ClInclude Include="SendMail.h" />
\r
437 <ClInclude Include="FindDlg.h" />
\r
438 <ClInclude Include="GitProgressList.h" />
\r
439 <ClInclude Include="LogFile.h" />
\r
440 <ClInclude Include="LogOrdering.h" />
\r
441 <ClInclude Include="MassiveGitTask.h" />
\r
442 <ClInclude Include="SendMailPatch.h" />
\r
443 <ClInclude Include="ProjectProperties.h" />
\r
444 <ClInclude Include="..\TortoiseShell\resource.h" />
\r
445 <ClInclude Include="SerialPatch.h" />
\r
446 <ClInclude Include="Settings\GitSettings.h" />
\r
447 <ClInclude Include="Settings\SetDialogs2.h" />
\r
448 <ClInclude Include="Settings\SetDialogs3.h" />
\r
449 <ClInclude Include="Settings\SettingGitCredential.h" />
\r
450 <ClInclude Include="Settings\SettingsProgsDiff.h" />
\r
451 <ClInclude Include="Settings\SettingsProgsMerge.h" />
\r
452 <ClInclude Include="Settings\SettingsTUDiff.h" />
\r
453 <ClInclude Include="SinglePropSheetDlg.h" />
\r
454 <ClInclude Include="DeleteConflictDlg.h" />
\r
455 <ClInclude Include="HistoryDlg.h" />
\r
456 <ClInclude Include="..\Utils\MiscUI\HorizontalResizableStandAloneDialog.h" />
\r
457 <ClInclude Include="..\Utils\MiscUI\LinkControl.h" />
\r
458 <ClInclude Include="..\Utils\MiscUI\SciEdit.h" />
\r
459 <ClInclude Include="..\Utils\MiscUI\StandAloneDlg.h" />
\r
460 <ClInclude Include="Commands\Command.h" />
\r
461 <ClInclude Include="Commands\CommitCommand.h" />
\r
462 <ClInclude Include="CommitDlg.h" />
\r
463 <ClInclude Include="PatchViewDlg.h" />
\r
464 <ClInclude Include="Commands\AboutCommand.h" />
\r
465 <ClInclude Include="AboutDlg.h" />
\r
466 <ClInclude Include="Commands\BlameCommand.h" />
\r
467 <ClInclude Include="gitlogcache.h" />
\r
468 <ClInclude Include="GitLogList.h" />
\r
469 <ClInclude Include="GitLogListBase.h" />
\r
470 <ClInclude Include="lanes.h" />
\r
471 <ClInclude Include="Commands\LogCommand.h" />
\r
472 <ClInclude Include="LogDlg.h" />
\r
473 <ClInclude Include="LogDlgHelper.h" />
\r
474 <ClInclude Include="LoglistUtils.h" />
\r
475 <ClInclude Include="StatGraphDlg.h" />
\r
476 <ClInclude Include="Commands\RefLogCommand.h" />
\r
477 <ClInclude Include="RefLogDlg.h" />
\r
478 <ClInclude Include="RefLoglist.h" />
\r
479 <ClInclude Include="SubmoduleAddDlg.h" />
\r
480 <ClInclude Include="Commands\SubmoduleCommand.h" />
\r
481 <ClInclude Include="SubmoduleResolveConflictDlg.h" />
\r
482 <ClInclude Include="SubmoduleUpdateDlg.h" />
\r
483 <ClInclude Include="Commands\DropMoveCommand.h" />
\r
484 <ClInclude Include="Commands\RenameCommand.h" />
\r
485 <ClInclude Include="RenameDlg.h" />
\r
486 <ClInclude Include="Commands\RemoveCommand.h" />
\r
487 <ClInclude Include="Commands\RevertCommand.h" />
\r
488 <ClInclude Include="RevertDlg.h" />
\r
489 <ClInclude Include="CleanTypeDlg.h" />
\r
490 <ClInclude Include="Commands\CleanupCommand.h" />
\r
491 <ClInclude Include="Commands\CloneCommand.h" />
\r
492 <ClInclude Include="CloneDlg.h" />
\r
493 <ClInclude Include="Commands\FetchCommand.h" />
\r
494 <ClInclude Include="Commands\PullCommand.h" />
\r
495 <ClInclude Include="PullFetchDlg.h" />
\r
496 <ClInclude Include="Commands\PushCommand.h" />
\r
497 <ClInclude Include="PushDlg.h" />
\r
498 <ClInclude Include="Commands\BranchCommand.h" />
\r
499 <ClInclude Include="CreateBranchTagDlg.h" />
\r
500 <ClInclude Include="Commands\TagCommand.h" />
\r
501 <ClInclude Include="Commands\ExportCommand.h" />
\r
502 <ClInclude Include="ExportDlg.h" />
\r
503 <ClInclude Include="Commands\AddCommand.h" />
\r
504 <ClInclude Include="AddDlg.h" />
\r
505 <ClInclude Include="Commands\IgnoreCommand.h" />
\r
506 <ClInclude Include="Commands\FormatPatchCommand.h" />
\r
507 <ClInclude Include="FormatPatchDlg.h" />
\r
508 <ClInclude Include="Commands\ImportPatchCommand.h" />
\r
509 <ClInclude Include="ImportPatchDlg.h" />
\r
510 <ClInclude Include="Commands\CatCommand.h" />
\r
511 <ClInclude Include="Settings\SetBugTraq.h" />
\r
512 <ClInclude Include="Settings\SetBugTraqAdv.h" />
\r
513 <ClInclude Include="Settings\SetDialogs.h" />
\r
514 <ClInclude Include="Settings\SetExtMenu.h" />
\r
515 <ClInclude Include="Settings\SetHooks.h" />
\r
516 <ClInclude Include="Settings\SetHooksAdv.h" />
\r
517 <ClInclude Include="Settings\SetLookAndFeelPage.h" />
\r
518 <ClInclude Include="Settings\SetMainPage.h" />
\r
519 <ClInclude Include="Settings\SetOverlayHandlers.h" />
\r
520 <ClInclude Include="Settings\SetOverlayIcons.h" />
\r
521 <ClInclude Include="Settings\SetOverlayPage.h" />
\r
522 <ClInclude Include="Settings\SetProgsAdvDlg.h" />
\r
523 <ClInclude Include="Settings\SetProxyPage.h" />
\r
524 <ClInclude Include="Settings\SetSavedDataPage.h" />
\r
525 <ClInclude Include="Settings\SettingGitConfig.h" />
\r
526 <ClInclude Include="Settings\SettingGitRemote.h" />
\r
527 <ClInclude Include="Settings\Settings.h" />
\r
528 <ClInclude Include="Settings\SettingsAdvanced.h" />
\r
529 <ClInclude Include="Settings\SettingsBugtraqConfig.h" />
\r
530 <ClInclude Include="Settings\SettingsColors.h" />
\r
531 <ClInclude Include="Settings\SettingsColors2.h" />
\r
532 <ClInclude Include="Settings\SettingsColors3.h" />
\r
533 <ClInclude Include="Commands\SettingsCommand.h" />
\r
534 <ClInclude Include="Settings\SettingSMTP.h" />
\r
535 <ClInclude Include="Settings\SettingsProgsAlternativeEditor.h" />
\r
536 <ClInclude Include="Settings\SettingsPropPage.h" />
\r
537 <ClInclude Include="Settings\SettingsTBlame.h" />
\r
538 <ClInclude Include="Settings\ToolAssocDlg.h" />
\r
539 <ClInclude Include="GitSwitchDlg.h" />
\r
540 <ClInclude Include="Commands\SwitchCommand.h" />
\r
541 <ClInclude Include="Commands\PrevDiffCommand.h" />
\r
542 <ClInclude Include="Commands\DiffCommand.h" />
\r
543 <ClInclude Include="Commands\ShowCompareCommand.h" />
\r
544 <ClInclude Include="Commands\ConflictEditorCommand.h" />
\r
545 <ClInclude Include="Commands\ResolveCommand.h" />
\r
546 <ClInclude Include="ResolveDlg.h" />
\r
547 <ClInclude Include="Commands\RebaseCommand.h" />
\r
548 <ClInclude Include="RebaseDlg.h" />
\r
549 <ClInclude Include="Commands\MergeCommand.h" />
\r
550 <ClInclude Include="MergeDlg.h" />
\r
551 <ClInclude Include="Commands\RepoStatusCommand.h" />
\r
552 <ClInclude Include="Commands\DropCopyAddCommand.h" />
\r
553 <ClInclude Include="Commands\DropCopyCommand.h" />
\r
554 <ClInclude Include="Commands\SendMailCommand.h" />
\r
555 <ClInclude Include="SendMailDlg.h" />
\r
556 <ClInclude Include="Commands\StashCommand.h" />
\r
557 <ClInclude Include="StashSave.h" />
\r
558 <ClInclude Include="BrowseRefsDlg.h" />
\r
559 <ClInclude Include="Commands\RefBrowseCommand.h" />
\r
560 <ClInclude Include="Commands\SVNDCommitCommand.h" />
\r
561 <ClInclude Include="SVNDCommitDlg.h" />
\r
562 <ClInclude Include="Commands\SVNFetchCommand.h" />
\r
563 <ClInclude Include="Commands\SVNIgnoreCommand.h" />
\r
564 <ClInclude Include="SVNIgnoreTypeDlg.h" />
\r
565 <ClInclude Include="Commands\SVNRebaseCommand.h" />
\r
566 <ClInclude Include="Commands\SyncCommand.h" />
\r
567 <ClInclude Include="SyncDlg.h" />
\r
568 <ClInclude Include="CheckForUpdatesDlg.h" />
\r
569 <ClInclude Include="Commands\UpdateCheckCommand.h" />
\r
570 <ClInclude Include="SyncTabCtrl.h" />
\r
571 <ClInclude Include="UpdateCrypto.h" />
\r
572 <ClInclude Include="UpdateDownloader.h" />
\r
573 <ClInclude Include="UpdateListCtrl.h" />
\r
574 <ClInclude Include="Commands\RequestPullCommand.h" />
\r
575 <ClInclude Include="RequestPullDlg.h" />
\r
576 <ClInclude Include="CreateRepoDlg.h" />
\r
577 <ClInclude Include="Commands\CreateRepositoryCommand.h" />
\r
578 <ClInclude Include="Commands\BisectCommand.h" />
\r
579 <ClInclude Include="BisectStartDlg.h" />
\r
580 <ClInclude Include="RepositoryBrowser.h" />
\r
581 <ClInclude Include="Commands\RepositoryBrowserCommand.h" />
\r
582 <ClInclude Include="RevisionGraph\RevGraphFilterDlg.h" />
\r
583 <ClInclude Include="Commands\RevisionGraphCommand.h" />
\r
584 <ClInclude Include="RevisionGraph\RevisionGraphDlg.h" />
\r
585 <ClInclude Include="RevisionGraph\RevisionGraphWnd.h" />
\r
586 <ClInclude Include="BranchCombox.h" />
\r
587 <ClInclude Include="ChangedDlg.h" />
\r
588 <ClInclude Include="ChooseVersion.h" />
\r
589 <ClInclude Include="DeleteRemoteTagDlg.h" />
\r
590 <ClInclude Include="FileDiffDlg.h" />
\r
591 <ClInclude Include="GitProgressDlg.h" />
\r
592 <ClInclude Include="IgnoreDlg.h" />
\r
593 <ClInclude Include="InputDlg.h" />
\r
594 <ClInclude Include="ProgressDlg.h" />
\r
595 <ClInclude Include="ResetDlg.h" />
\r
596 <ClInclude Include="SubmoduleDiffDlg.h" />
\r
597 <ClInclude Include="GitDiff.h" />
\r
598 <ClInclude Include="..\Git\GitStatusListCtrl.h" />
\r
599 <ClInclude Include="PatchListCtrl.h" />
\r
600 <ClInclude Include="Resource.h" />
\r
601 <ClInclude Include="stdafx.h" />
\r
602 <ClInclude Include="TortoiseProc.h" />
\r
603 <ClInclude Include="UserPassword.h" />
\r
604 <ClInclude Include="VersioncheckParser.h" />
\r
607 <Image Include="..\Resources\actionadded.ico" />
\r
608 <Image Include="..\Resources\actionconflicted.ico" />
\r
609 <Image Include="..\Resources\actiondeleted.ico" />
\r
610 <Image Include="..\Resources\actionfetching.ico" />
\r
611 <Image Include="..\Resources\actionmodified.ico" />
\r
612 <Image Include="..\Resources\actionreplaced.ico" />
\r
613 <Image Include="..\Resources\AddBackground.ico" />
\r
614 <Image Include="..\Resources\bugtraq.ico" />
\r
615 <Image Include="..\Resources\cancel-normal.ico" />
\r
616 <Image Include="..\Resources\cancel-pressed.ico" />
\r
617 <Image Include="..\Resources\certcheck.ico" />
\r
618 <Image Include="..\Resources\CFMBackground.ico" />
\r
619 <Image Include="..\Resources\checkout.ico" />
\r
620 <Image Include="..\Resources\clippaste.ico" />
\r
621 <Image Include="..\Resources\code.ico" />
\r
622 <Image Include="..\Resources\CommitBackground.ico" />
\r
623 <Image Include="..\Resources\copy.ico" />
\r
624 <Image Include="..\Resources\dialogs.ico" />
\r
625 <Image Include="..\Resources\Drives.ico" />
\r
626 <Image Include="..\Resources\executableovl.ico" />
\r
627 <Image Include="..\Resources\explorer.ico" />
\r
628 <Image Include="..\Resources\externalovl.ico" />
\r
629 <Image Include="..\Resources\file.ico" />
\r
630 <Image Include="..\Resources\filteredit.ico" />
\r
631 <Image Include="..\Resources\general.ico" />
\r
632 <Image Include="..\Resources\gitconfig.ico" />
\r
633 <Image Include="..\Resources\gitcredential.ico" />
\r
634 <Image Include="..\Resources\gitremote.ico" />
\r
635 <Image Include="..\Resources\graph-bar-stacked.ico" />
\r
636 <Image Include="..\Resources\graph-bar.ico" />
\r
637 <Image Include="..\Resources\graph-line-stacked.ico" />
\r
638 <Image Include="..\Resources\graph-line.ico" />
\r
639 <Image Include="..\Resources\graph-pie.ico" />
\r
640 <Image Include="..\Resources\hook.ico" />
\r
641 <Image Include="..\Resources\iconset.ico" />
\r
642 <Image Include="..\Resources\ImportPatchesBackground.ico" />
\r
643 <Image Include="..\Resources\jumpdown.ico" />
\r
644 <Image Include="..\Resources\jumpup.ico" />
\r
645 <Image Include="..\Resources\Library.ico" />
\r
646 <Image Include="..\Resources\lineadded.ico" />
\r
647 <Image Include="..\Resources\lineconflicted.ico" />
\r
648 <Image Include="..\Resources\lineremoved.ico" />
\r
649 <Image Include="..\Resources\logfilter.ico" />
\r
650 <Image Include="..\Resources\lookandfeel.ico" />
\r
651 <Image Include="..\Resources\menuabout.ico" />
\r
652 <Image Include="..\Resources\menuadd.ico" />
\r
653 <Image Include="..\Resources\menucheckout.ico" />
\r
654 <Image Include="..\Resources\menucleanup.ico" />
\r
655 <Image Include="..\Resources\menucommit.ico" />
\r
656 <Image Include="..\Resources\menucompare.ico" />
\r
657 <Image Include="..\Resources\menuconflict.ico" />
\r
658 <Image Include="..\Resources\menucopy.ico" />
\r
659 <Image Include="..\Resources\menucreaterepos.ico" />
\r
660 <Image Include="..\Resources\menudelete.ico" />
\r
661 <Image Include="..\Resources\menudiff.ico" />
\r
662 <Image Include="..\Resources\menuexport.ico" />
\r
663 <Image Include="..\Resources\menuhelp.ico" />
\r
664 <Image Include="..\Resources\menuignore.ico" />
\r
665 <Image Include="..\Resources\menulog.ico" />
\r
666 <Image Include="..\Resources\menumerge.ico" />
\r
667 <Image Include="..\Resources\menupatch.ico" />
\r
668 <Image Include="..\Resources\menurelocate.ico" />
\r
669 <Image Include="..\Resources\menurename.ico" />
\r
670 <Image Include="..\Resources\menuresolve.ico" />
\r
671 <Image Include="..\Resources\menurevert.ico" />
\r
672 <Image Include="..\Resources\menusettings.ico" />
\r
673 <Image Include="..\Resources\menushowchanged.ico" />
\r
674 <Image Include="..\Resources\menuswitch.ico" />
\r
675 <Image Include="..\Resources\menuupdate.ico" />
\r
676 <Image Include="..\Resources\misc.ico" />
\r
677 <Image Include="..\Resources\open.ico" />
\r
678 <Image Include="..\Resources\Overlays.ico" />
\r
679 <Image Include="..\Resources\proxy.ico" />
\r
680 <Image Include="..\Resources\pull1.ico" />
\r
681 <Image Include="..\Resources\refresh.ico" />
\r
682 <Image Include="..\Resources\reftype.bmp" />
\r
683 <Image Include="..\Resources\RepoBrowserBackground.ico" />
\r
684 <Image Include="..\Resources\ResolveBackground.ico" />
\r
685 <Image Include="..\Resources\restore.ico" />
\r
686 <Image Include="..\Resources\restoreovl.ico" />
\r
687 <Image Include="..\Resources\RevertBackground.ico" />
\r
688 <Image Include="..\Resources\revgraphbar.bmp" />
\r
689 <Image Include="..\Resources\revgraphglyphs.bmp" />
\r
690 <Image Include="..\Resources\save.ico" />
\r
691 <Image Include="..\Resources\saveas.ico" />
\r
692 <Image Include="..\Resources\saveddata.ico" />
\r
693 <Image Include="..\Resources\showbranches.ico" />
\r
694 <Image Include="..\Resources\snippet.ico" />
\r
695 <Image Include="..\Resources\spell.ico" />
\r
696 <Image Include="..\Resources\UpdateBackground.ico" />
\r
697 <Image Include="..\Resources\switch.ico" />
\r
698 <Image Include="..\Resources\SwitchBackground.ico" />
\r
699 <Image Include="..\Resources\symlinkovl.ico" />
\r
700 <Image Include="..\Resources\Toolbar.bmp" />
\r
701 <Image Include="..\Resources\Tortoise.ico" />
\r
702 <Image Include="..\Resources\TortoiseGitBlame.ico" />
\r
703 <Image Include="..\Resources\tortoisegit_logoflipped.bmp" />
\r
704 <Image Include="..\Resources\TortoiseMerge.ico" />
\r
705 <Image Include="..\Resources\TortoiseSmall.ico" />
\r
706 <Image Include="..\Resources\tsvnmenufile.ico" />
\r
707 <Image Include="..\Resources\tsvnmenufolder.ico" />
\r
708 <Image Include="..\Resources\tsvnmenulink.ico" />
\r
709 <Image Include="..\Resources\tsvnmenumultiple.ico" />
\r
710 <Image Include="..\Resources\update1.ico" />
\r
711 <Image Include="..\Resources\warning-general.ico" />
\r
712 <Image Include="..\TortoiseUDiff\TortoiseUDiff.ico" />
\r
713 <Image Include="..\Resources\library-win10.ico" />
\r
716 <None Include="..\Resources\download.avi" />
\r
717 <None Include="..\Resources\pan.cur" />
\r
718 <None Include="..\Resources\pandown.cur" />
\r
719 <None Include="..\Resources\TortoiseLoglistCommon.rc2" />
\r
722 <ResourceCompile Include="..\Resources\TortoiseProcENG.rc" />
\r
725 <ProjectReference Include="..\..\ext\build\libgit2.vcxproj">
\r
726 <Project>{2b4f366c-93ba-491e-87af-5ef7b37f75f7}</Project>
\r
727 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
728 </ProjectReference>
\r
729 <ProjectReference Include="..\..\ext\build\ScintillaLexer.vcxproj">
\r
730 <Project>{a5498556-ce09-4095-8335-08fc8370552d}</Project>
\r
731 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
732 </ProjectReference>
\r
733 <ProjectReference Include="..\..\ext\gitdll\gitdll.vcxproj">
\r
734 <Project>{4f0a55de-dafd-4a0b-a03d-2c14cb77e08f}</Project>
\r
735 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
736 </ProjectReference>
\r
737 <ProjectReference Include="..\..\ext\hunspell\hunspell.vcxproj">
\r
738 <Project>{12e5b4ae-d7ef-4a57-a22d-6f9f9d8ce1fb}</Project>
\r
739 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
740 </ProjectReference>
\r
741 <ProjectReference Include="..\..\ext\build\ogdf.vcxproj">
\r
742 <Project>{7801d1be-e2fe-476b-a4b4-5d27f387f479}</Project>
\r
743 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
744 </ProjectReference>
\r
745 <ProjectReference Include="..\..\ext\ResizableLib\ResizableLib.vcxproj">
\r
746 <Project>{4be529fb-c2f2-49f7-a897-054b955564cf}</Project>
\r
747 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
748 </ProjectReference>
\r
749 <ProjectReference Include="..\AsyncFramework\AsyncFramework.vcxproj">
\r
750 <Project>{98e4e6d3-0ef6-4570-a29e-274dacf3b784}</Project>
\r
751 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
752 </ProjectReference>
\r
753 <ProjectReference Include="..\IBugTraqProvider\IBugTraqProvider.vcxproj">
\r
754 <Project>{2c879469-db8f-4bf0-b016-ae864d2a7bbc}</Project>
\r
755 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
\r
756 </ProjectReference>
\r
758 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
\r
759 <ImportGroup Label="ExtensionTargets">
\r