Dropped auto_buffer
[TortoiseGit.git] / src / Git / Git.vcproj
blobfdfcffd6147d9a8506029122d932ebec0e99ceb0
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="Git"
6 ProjectGUID="{7CA5B1EB-8CC9-40A6-96D8-83649C1A870B}"
7 RootNamespace="Git"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
25 IntermediateDirectory="..\..\obj\git\$(ConfigurationName)"
26 ConfigurationType="4"
27 UseOfMFC="2"
28 UseOfATL="0"
29 CharacterSet="1"
31 <Tool
32 Name="VCPreBuildEventTool"
34 <Tool
35 Name="VCCustomBuildTool"
37 <Tool
38 Name="VCXMLDataGeneratorTool"
40 <Tool
41 Name="VCWebServiceProxyGeneratorTool"
43 <Tool
44 Name="VCMIDLTool"
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="..\TortoiseShell;..\utils;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib"
50 PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
51 MinimalRebuild="true"
52 BasicRuntimeChecks="3"
53 RuntimeLibrary="3"
54 UsePrecompiledHeader="2"
55 WarningLevel="3"
56 DebugInformationFormat="4"
58 <Tool
59 Name="VCManagedResourceCompilerTool"
61 <Tool
62 Name="VCResourceCompilerTool"
64 <Tool
65 Name="VCPreLinkEventTool"
67 <Tool
68 Name="VCLibrarianTool"
70 <Tool
71 Name="VCALinkTool"
73 <Tool
74 Name="VCXDCMakeTool"
76 <Tool
77 Name="VCBscMakeTool"
79 <Tool
80 Name="VCFxCopTool"
82 <Tool
83 Name="VCPostBuildEventTool"
85 </Configuration>
86 <Configuration
87 Name="Debug|x64"
88 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
89 IntermediateDirectory="..\..\obj\git\$(ConfigurationName)64"
90 ConfigurationType="4"
91 UseOfMFC="2"
92 UseOfATL="0"
93 CharacterSet="1"
95 <Tool
96 Name="VCPreBuildEventTool"
98 <Tool
99 Name="VCCustomBuildTool"
101 <Tool
102 Name="VCXMLDataGeneratorTool"
104 <Tool
105 Name="VCWebServiceProxyGeneratorTool"
107 <Tool
108 Name="VCMIDLTool"
109 TargetEnvironment="3"
111 <Tool
112 Name="VCCLCompilerTool"
113 Optimization="0"
114 AdditionalIncludeDirectories="..\TortoiseShell;..\utils;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib"
115 PreprocessorDefinitions="WIN64;_DEBUG;_LIB"
116 MinimalRebuild="true"
117 BasicRuntimeChecks="3"
118 RuntimeLibrary="3"
119 UsePrecompiledHeader="2"
120 WarningLevel="3"
121 DebugInformationFormat="3"
123 <Tool
124 Name="VCManagedResourceCompilerTool"
126 <Tool
127 Name="VCResourceCompilerTool"
129 <Tool
130 Name="VCPreLinkEventTool"
132 <Tool
133 Name="VCLibrarianTool"
135 <Tool
136 Name="VCALinkTool"
138 <Tool
139 Name="VCXDCMakeTool"
141 <Tool
142 Name="VCBscMakeTool"
144 <Tool
145 Name="VCFxCopTool"
147 <Tool
148 Name="VCPostBuildEventTool"
150 </Configuration>
151 <Configuration
152 Name="Release|Win32"
153 OutputDirectory="..\..\bin\$(ConfigurationName)\bin"
154 IntermediateDirectory="..\..\obj\git\$(ConfigurationName)"
155 ConfigurationType="4"
156 UseOfMFC="2"
157 CharacterSet="1"
158 WholeProgramOptimization="1"
160 <Tool
161 Name="VCPreBuildEventTool"
163 <Tool
164 Name="VCCustomBuildTool"
166 <Tool
167 Name="VCXMLDataGeneratorTool"
169 <Tool
170 Name="VCWebServiceProxyGeneratorTool"
172 <Tool
173 Name="VCMIDLTool"
175 <Tool
176 Name="VCCLCompilerTool"
177 EnableIntrinsicFunctions="true"
178 WholeProgramOptimization="false"
179 AdditionalIncludeDirectories="..\TortoiseShell;..\utils;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib"
180 PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
181 StringPooling="true"
182 RuntimeLibrary="2"
183 EnableFunctionLevelLinking="true"
184 UsePrecompiledHeader="2"
185 WarningLevel="3"
186 DebugInformationFormat="3"
188 <Tool
189 Name="VCManagedResourceCompilerTool"
191 <Tool
192 Name="VCResourceCompilerTool"
194 <Tool
195 Name="VCPreLinkEventTool"
197 <Tool
198 Name="VCLibrarianTool"
199 AdditionalLibraryDirectories=""
201 <Tool
202 Name="VCALinkTool"
204 <Tool
205 Name="VCXDCMakeTool"
207 <Tool
208 Name="VCBscMakeTool"
210 <Tool
211 Name="VCFxCopTool"
213 <Tool
214 Name="VCPostBuildEventTool"
216 </Configuration>
217 <Configuration
218 Name="Release|x64"
219 OutputDirectory="..\..\bin\$(ConfigurationName)64\bin"
220 IntermediateDirectory="..\..\obj\git\$(ConfigurationName)64"
221 ConfigurationType="4"
222 UseOfMFC="2"
223 CharacterSet="1"
224 WholeProgramOptimization="1"
226 <Tool
227 Name="VCPreBuildEventTool"
229 <Tool
230 Name="VCCustomBuildTool"
232 <Tool
233 Name="VCXMLDataGeneratorTool"
235 <Tool
236 Name="VCWebServiceProxyGeneratorTool"
238 <Tool
239 Name="VCMIDLTool"
240 TargetEnvironment="3"
242 <Tool
243 Name="VCCLCompilerTool"
244 EnableIntrinsicFunctions="true"
245 WholeProgramOptimization="false"
246 AdditionalIncludeDirectories="..\TortoiseShell;..\utils;..\..\ext\gitdll;..\..\ext\libgit2\include;..\..\ext\zlib"
247 PreprocessorDefinitions="WIN64;NDEBUG;_LIB"
248 StringPooling="true"
249 RuntimeLibrary="2"
250 EnableFunctionLevelLinking="true"
251 UsePrecompiledHeader="2"
252 WarningLevel="3"
253 DebugInformationFormat="3"
255 <Tool
256 Name="VCManagedResourceCompilerTool"
258 <Tool
259 Name="VCResourceCompilerTool"
261 <Tool
262 Name="VCPreLinkEventTool"
264 <Tool
265 Name="VCLibrarianTool"
267 <Tool
268 Name="VCALinkTool"
270 <Tool
271 Name="VCXDCMakeTool"
273 <Tool
274 Name="VCBscMakeTool"
276 <Tool
277 Name="VCFxCopTool"
279 <Tool
280 Name="VCPostBuildEventTool"
282 </Configuration>
283 </Configurations>
284 <References>
285 </References>
286 <Files>
287 <Filter
288 Name="Source Files"
289 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
290 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
292 <File
293 RelativePath=".\Git.cpp"
295 </File>
296 <File
297 RelativePath=".\GitAdminDir.cpp"
299 </File>
300 <File
301 RelativePath=".\GitConfig.cpp"
303 </File>
304 <File
305 RelativePath=".\GitFolderStatus.cpp"
307 </File>
308 <File
309 RelativePath=".\GitIndex.cpp"
311 </File>
312 <File
313 RelativePath=".\GitRev.cpp"
315 </File>
316 <File
317 RelativePath=".\GitStatus.cpp"
319 </File>
320 <File
321 RelativePath=".\SharedMutex.cpp"
323 </File>
324 <File
325 RelativePath=".\stdafx.cpp"
327 <FileConfiguration
328 Name="Debug|Win32"
330 <Tool
331 Name="VCCLCompilerTool"
332 UsePrecompiledHeader="1"
334 </FileConfiguration>
335 <FileConfiguration
336 Name="Debug|x64"
338 <Tool
339 Name="VCCLCompilerTool"
340 UsePrecompiledHeader="1"
342 </FileConfiguration>
343 <FileConfiguration
344 Name="Release|Win32"
346 <Tool
347 Name="VCCLCompilerTool"
348 UsePrecompiledHeader="1"
350 </FileConfiguration>
351 <FileConfiguration
352 Name="Release|x64"
354 <Tool
355 Name="VCCLCompilerTool"
356 UsePrecompiledHeader="1"
358 </FileConfiguration>
359 </File>
360 <File
361 RelativePath=".\TGitPath.cpp"
363 </File>
364 <File
365 RelativePath=".\TGitPath.h"
367 </File>
368 </Filter>
369 <Filter
370 Name="Header Files"
371 Filter="h;hpp;hxx;hm;inl;inc;xsd"
372 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
374 <File
375 RelativePath=".\Git.h"
377 </File>
378 <File
379 RelativePath=".\GitAdminDir.h"
381 </File>
382 <File
383 RelativePath=".\GitConfig.h"
385 </File>
386 <File
387 RelativePath=".\GitFolderStatus.h"
389 </File>
390 <File
391 RelativePath=".\GitHash.h"
393 </File>
394 <File
395 RelativePath=".\gitindex.h"
397 </File>
398 <File
399 RelativePath=".\GitRev.h"
401 </File>
402 <File
403 RelativePath=".\GitStatus.h"
405 </File>
406 <File
407 RelativePath=".\gittype.h"
409 </File>
410 <File
411 RelativePath=".\SharedMutex.h"
413 </File>
414 <File
415 RelativePath=".\stdafx.h"
417 </File>
418 </Filter>
419 <Filter
420 Name="Resource Files"
421 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
422 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
424 </Filter>
425 </Files>
426 <Globals>
427 </Globals>
428 </VisualStudioProject>