Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: experimental/visual_studio_plugin/src/debug_conn/debug_conn.vcproj

Issue 6770013: One minor build change fix -- missed this in the last upload. ... (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="9.00" 4 Version="9.00"
5 Name="debug_conn" 5 Name="debug_conn"
6 ProjectGUID="{F9ACB81F-1883-8522-6945-C11575F01C97}" 6 ProjectGUID="{F9ACB81F-1883-8522-6945-C11575F01C97}"
7 RootNamespace="debug_conn" 7 RootNamespace="debug_conn"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 TargetFrameworkVersion="0" 9 TargetFrameworkVersion="0"
10 > 10 >
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 TypeLibraryName="$(InputName).tlb" 304 TypeLibraryName="$(InputName).tlb"
305 OutputDirectory="$(IntDir)" 305 OutputDirectory="$(IntDir)"
306 HeaderFileName="$(InputName).h" 306 HeaderFileName="$(InputName).h"
307 DLLDataFileName="dlldata.c" 307 DLLDataFileName="dlldata.c"
308 InterfaceIdentifierFileName="$(InputName)_i.c" 308 InterfaceIdentifierFileName="$(InputName)_i.c"
309 ProxyFileName="$(InputName)_p.c" 309 ProxyFileName="$(InputName)_p.c"
310 /> 310 />
311 <Tool 311 <Tool
312 Name="VCCLCompilerTool" 312 Name="VCCLCompilerTool"
313 Optimization="0" 313 Optimization="0"
314 » » » » AdditionalIncludeDirectories="..\..\third_party\ nacl_dir;..\..\..\..\third_party\platformsdk_win7\files\Include;$(VSInstallDir)\ VC\atlmfc\include" 314 » » » » AdditionalIncludeDirectories="..\..\third_party\ nacl_dir;..\..\..\..\third_party\platformsdk_win7\files\Include;$(VSInstallDir)\ VC\atlmfc\include;.."
315 PreprocessorDefinitions="_DEBUG;&quot;_WIN32_WIN NT=0x0600&quot;;&quot;WINVER=0x0600&quot;;&quot;WIN32&quot;;&quot;_WINDOWS&quot; ;&quot;_HAS_EXCEPTIONS=0&quot;;&quot;NOMINMAX&quot;;&quot;_CRT_RAND_S&quot;;&quo t;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS&quot;;&quot;WIN32_LEAN_AND_MEAN&quot;;&quot;_ SECURE_ATL&quot;;&quot;_HAS_TR1=0&quot;;&quot;__STDC_LIMIT_MACROS=1&quot;;&quot; NACL_BLOCK_SHIFT=5&quot;;&quot;NACL_BLOCK_SIZE=32&quot;;&quot;NACL_LINUX=0&quot; ;&quot;NACL_OSX=0&quot;;&quot;NACL_WINDOWS=1&quot;;&quot;__STDC_FORMAT_MACROS&qu ot;;&quot;NACL_STANDALONE=1&quot;;&quot;NACL_TARGET_SUBARCH=32&quot;;&quot;NACL_ BUILD_SUBARCH=32&quot;;&quot;NACL_BUILD_ARCH=x86&quot;" 315 PreprocessorDefinitions="_DEBUG;&quot;_WIN32_WIN NT=0x0600&quot;;&quot;WINVER=0x0600&quot;;&quot;WIN32&quot;;&quot;_WINDOWS&quot; ;&quot;_HAS_EXCEPTIONS=0&quot;;&quot;NOMINMAX&quot;;&quot;_CRT_RAND_S&quot;;&quo t;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS&quot;;&quot;WIN32_LEAN_AND_MEAN&quot;;&quot;_ SECURE_ATL&quot;;&quot;_HAS_TR1=0&quot;;&quot;__STDC_LIMIT_MACROS=1&quot;;&quot; NACL_BLOCK_SHIFT=5&quot;;&quot;NACL_BLOCK_SIZE=32&quot;;&quot;NACL_LINUX=0&quot; ;&quot;NACL_OSX=0&quot;;&quot;NACL_WINDOWS=1&quot;;&quot;__STDC_FORMAT_MACROS&qu ot;;&quot;NACL_STANDALONE=1&quot;;&quot;NACL_TARGET_SUBARCH=32&quot;;&quot;NACL_ BUILD_SUBARCH=32&quot;;&quot;NACL_BUILD_ARCH=x86&quot;"
316 MinimalRebuild="false" 316 MinimalRebuild="false"
317 ExceptionHandling="0" 317 ExceptionHandling="0"
318 BasicRuntimeChecks="3" 318 BasicRuntimeChecks="3"
319 RuntimeLibrary="1" 319 RuntimeLibrary="1"
320 BufferSecurityCheck="true" 320 BufferSecurityCheck="true"
321 EnableFunctionLevelLinking="true" 321 EnableFunctionLevelLinking="true"
322 RuntimeTypeInfo="false" 322 RuntimeTypeInfo="false"
323 ProgramDataBaseFileName="$(IntDir)\$(ProjectName )\vc80.pdb" 323 ProgramDataBaseFileName="$(IntDir)\$(ProjectName )\vc80.pdb"
324 WarningLevel="3" 324 WarningLevel="3"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 > 442 >
443 </File> 443 </File>
444 <File 444 <File
445 RelativePath="debug_util.h" 445 RelativePath="debug_util.h"
446 > 446 >
447 </File> 447 </File>
448 </Files> 448 </Files>
449 <Globals> 449 <Globals>
450 </Globals> 450 </Globals>
451 </VisualStudioProject> 451 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698