Fix 64bit build problem
[TortoiseGit.git] / ext / gitdlltest / gitdlltest.vcproj
blob923d62d4bdaa61f01994876ea03613a842383075
1 <?xml version="1.0" encoding="gb2312"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="gitdlltest"
6 ProjectGUID="{603B8D8B-240E-4B18-A750-CC3F7E301C76}"
7 RootNamespace="gitdlltest"
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="$(SolutionDir)\..\bin\$(ConfigurationName)\bin"
25 IntermediateDirectory="$(ConfigurationName)"
26 ConfigurationType="1"
27 CharacterSet="1"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
44 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\gitdll"
48 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49 MinimalRebuild="true"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
52 UsePrecompiledHeader="2"
53 WarningLevel="3"
54 DebugInformationFormat="4"
56 <Tool
57 Name="VCManagedResourceCompilerTool"
59 <Tool
60 Name="VCResourceCompilerTool"
62 <Tool
63 Name="VCPreLinkEventTool"
65 <Tool
66 Name="VCLinkerTool"
67 LinkIncremental="2"
68 GenerateDebugInformation="true"
69 SubSystem="1"
70 TargetMachine="1"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCManifestTool"
78 <Tool
79 Name="VCXDCMakeTool"
81 <Tool
82 Name="VCBscMakeTool"
84 <Tool
85 Name="VCFxCopTool"
87 <Tool
88 Name="VCAppVerifierTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)\..\bin\$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
102 <Tool
103 Name="VCPreBuildEventTool"
105 <Tool
106 Name="VCCustomBuildTool"
108 <Tool
109 Name="VCXMLDataGeneratorTool"
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
114 <Tool
115 Name="VCMIDLTool"
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="2"
120 EnableIntrinsicFunctions="true"
121 AdditionalIncludeDirectories="..\gitdll"
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
123 RuntimeLibrary="2"
124 EnableFunctionLevelLinking="true"
125 UsePrecompiledHeader="2"
126 WarningLevel="3"
127 DebugInformationFormat="3"
129 <Tool
130 Name="VCManagedResourceCompilerTool"
132 <Tool
133 Name="VCResourceCompilerTool"
135 <Tool
136 Name="VCPreLinkEventTool"
138 <Tool
139 Name="VCLinkerTool"
140 LinkIncremental="1"
141 GenerateDebugInformation="true"
142 SubSystem="1"
143 OptimizeReferences="2"
144 EnableCOMDATFolding="2"
145 TargetMachine="1"
147 <Tool
148 Name="VCALinkTool"
150 <Tool
151 Name="VCManifestTool"
153 <Tool
154 Name="VCXDCMakeTool"
156 <Tool
157 Name="VCBscMakeTool"
159 <Tool
160 Name="VCFxCopTool"
162 <Tool
163 Name="VCAppVerifierTool"
165 <Tool
166 Name="VCPostBuildEventTool"
168 </Configuration>
169 <Configuration
170 Name="Debug|x64"
171 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
172 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
173 ConfigurationType="1"
174 CharacterSet="1"
176 <Tool
177 Name="VCPreBuildEventTool"
179 <Tool
180 Name="VCCustomBuildTool"
182 <Tool
183 Name="VCXMLDataGeneratorTool"
185 <Tool
186 Name="VCWebServiceProxyGeneratorTool"
188 <Tool
189 Name="VCMIDLTool"
190 TargetEnvironment="3"
192 <Tool
193 Name="VCCLCompilerTool"
194 Optimization="0"
195 AdditionalIncludeDirectories="..\gitdll"
196 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
197 MinimalRebuild="true"
198 BasicRuntimeChecks="3"
199 RuntimeLibrary="3"
200 UsePrecompiledHeader="2"
201 WarningLevel="3"
202 DebugInformationFormat="3"
204 <Tool
205 Name="VCManagedResourceCompilerTool"
207 <Tool
208 Name="VCResourceCompilerTool"
210 <Tool
211 Name="VCPreLinkEventTool"
213 <Tool
214 Name="VCLinkerTool"
215 LinkIncremental="2"
216 GenerateDebugInformation="true"
217 SubSystem="1"
218 TargetMachine="17"
220 <Tool
221 Name="VCALinkTool"
223 <Tool
224 Name="VCManifestTool"
226 <Tool
227 Name="VCXDCMakeTool"
229 <Tool
230 Name="VCBscMakeTool"
232 <Tool
233 Name="VCFxCopTool"
235 <Tool
236 Name="VCAppVerifierTool"
238 <Tool
239 Name="VCPostBuildEventTool"
241 </Configuration>
242 <Configuration
243 Name="Release|x64"
244 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
245 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
246 ConfigurationType="1"
247 CharacterSet="1"
248 WholeProgramOptimization="1"
250 <Tool
251 Name="VCPreBuildEventTool"
253 <Tool
254 Name="VCCustomBuildTool"
256 <Tool
257 Name="VCXMLDataGeneratorTool"
259 <Tool
260 Name="VCWebServiceProxyGeneratorTool"
262 <Tool
263 Name="VCMIDLTool"
264 TargetEnvironment="3"
266 <Tool
267 Name="VCCLCompilerTool"
268 Optimization="2"
269 EnableIntrinsicFunctions="true"
270 AdditionalIncludeDirectories="..\gitdll"
271 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
272 RuntimeLibrary="2"
273 EnableFunctionLevelLinking="true"
274 UsePrecompiledHeader="2"
275 WarningLevel="3"
276 DebugInformationFormat="3"
278 <Tool
279 Name="VCManagedResourceCompilerTool"
281 <Tool
282 Name="VCResourceCompilerTool"
284 <Tool
285 Name="VCPreLinkEventTool"
287 <Tool
288 Name="VCLinkerTool"
289 LinkIncremental="1"
290 GenerateDebugInformation="true"
291 SubSystem="1"
292 OptimizeReferences="2"
293 EnableCOMDATFolding="2"
294 TargetMachine="17"
296 <Tool
297 Name="VCALinkTool"
299 <Tool
300 Name="VCManifestTool"
302 <Tool
303 Name="VCXDCMakeTool"
305 <Tool
306 Name="VCBscMakeTool"
308 <Tool
309 Name="VCFxCopTool"
311 <Tool
312 Name="VCAppVerifierTool"
314 <Tool
315 Name="VCPostBuildEventTool"
317 </Configuration>
318 </Configurations>
319 <References>
320 </References>
321 <Files>
322 <Filter
323 Name="Source Files"
324 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
325 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
327 <File
328 RelativePath=".\gitdlltest.cpp"
330 </File>
331 <File
332 RelativePath=".\stdafx.cpp"
334 <FileConfiguration
335 Name="Debug|Win32"
337 <Tool
338 Name="VCCLCompilerTool"
339 UsePrecompiledHeader="1"
341 </FileConfiguration>
342 <FileConfiguration
343 Name="Release|Win32"
345 <Tool
346 Name="VCCLCompilerTool"
347 UsePrecompiledHeader="1"
349 </FileConfiguration>
350 <FileConfiguration
351 Name="Debug|x64"
353 <Tool
354 Name="VCCLCompilerTool"
355 UsePrecompiledHeader="1"
357 </FileConfiguration>
358 <FileConfiguration
359 Name="Release|x64"
361 <Tool
362 Name="VCCLCompilerTool"
363 UsePrecompiledHeader="1"
365 </FileConfiguration>
366 </File>
367 </Filter>
368 <Filter
369 Name="Header Files"
370 Filter="h;hpp;hxx;hm;inl;inc;xsd"
371 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
373 <File
374 RelativePath=".\stdafx.h"
376 </File>
377 <File
378 RelativePath=".\targetver.h"
380 </File>
381 </Filter>
382 <Filter
383 Name="Resource Files"
384 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
385 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
387 </Filter>
388 <File
389 RelativePath=".\ReadMe.txt"
391 </File>
392 </Files>
393 <Globals>
394 </Globals>
395 </VisualStudioProject>