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

Side by Side Diff: sandbox/wow_helper/wow_helper.vcproj

Issue 16496: Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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 | « build/internal/essential.vsprops ('k') | tools/memory_watcher/scripts/memtrace.pl » ('j') | 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="8.00" 4 Version="8.00"
5 Name="wow_helper" 5 Name="wow_helper"
6 ProjectGUID="{BCF3A457-39F1-4DAA-9A65-93CFCD559036}" 6 ProjectGUID="{BCF3A457-39F1-4DAA-9A65-93CFCD559036}"
7 RootNamespace="wow_helper" 7 RootNamespace="wow_helper"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 23 matching lines...) Expand all
34 <Tool 34 <Tool
35 Name="VCWebServiceProxyGeneratorTool" 35 Name="VCWebServiceProxyGeneratorTool"
36 /> 36 />
37 <Tool 37 <Tool
38 Name="VCMIDLTool" 38 Name="VCMIDLTool"
39 TargetEnvironment="3" 39 TargetEnvironment="3"
40 /> 40 />
41 <Tool 41 <Tool
42 Name="VCCLCompilerTool" 42 Name="VCCLCompilerTool"
43 Optimization="0" 43 Optimization="0"
44 » » » » AdditionalIncludeDirectories="$(SolutionDir)..;$ (SolutionDir)..\third_party\platformsdk_vista_6_0\files\Include;$(SolutionDir).. \third_party\platformsdk_vista_6_0\files\VC\INCLUDE;$(VSInstallDir)\VC\atlmfc\in clude" 44 » » » » AdditionalIncludeDirectories="$(SolutionDir)..;$ (SolutionDir)..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir )\VC\atlmfc\include"
45 PreprocessorDefinitions="_WIN32_WINNT=0x0501;WIN VER=0x0501;WIN32;_DEBUG" 45 PreprocessorDefinitions="_WIN32_WINNT=0x0501;WIN VER=0x0501;WIN32;_DEBUG"
46 MinimalRebuild="true" 46 MinimalRebuild="true"
47 BasicRuntimeChecks="0" 47 BasicRuntimeChecks="0"
48 RuntimeLibrary="1" 48 RuntimeLibrary="1"
49 BufferSecurityCheck="false" 49 BufferSecurityCheck="false"
50 RuntimeTypeInfo="false" 50 RuntimeTypeInfo="false"
51 UsePrecompiledHeader="0" 51 UsePrecompiledHeader="0"
52 WarningLevel="3" 52 WarningLevel="3"
53 Detect64BitPortabilityProblems="true" 53 Detect64BitPortabilityProblems="true"
54 DebugInformationFormat="3" 54 DebugInformationFormat="3"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 /> 113 />
114 <Tool 114 <Tool
115 Name="VCWebServiceProxyGeneratorTool" 115 Name="VCWebServiceProxyGeneratorTool"
116 /> 116 />
117 <Tool 117 <Tool
118 Name="VCMIDLTool" 118 Name="VCMIDLTool"
119 TargetEnvironment="3" 119 TargetEnvironment="3"
120 /> 120 />
121 <Tool 121 <Tool
122 Name="VCCLCompilerTool" 122 Name="VCCLCompilerTool"
123 » » » » AdditionalIncludeDirectories="$(SolutionDir)..;$ (SolutionDir)..\third_party\platformsdk_vista_6_0\files\Include;$(SolutionDir).. \third_party\platformsdk_vista_6_0\files\VC\INCLUDE;$(VSInstallDir)\VC\atlmfc\in clude" 123 » » » » AdditionalIncludeDirectories="$(SolutionDir)..;$ (SolutionDir)..\third_party\platformsdk_win2008_6_1\files\Include;$(VSInstallDir )\VC\atlmfc\include"
124 PreprocessorDefinitions="_WIN32_WINNT=0x0501;WIN VER=0x0501;WIN32;NDEBUG" 124 PreprocessorDefinitions="_WIN32_WINNT=0x0501;WIN VER=0x0501;WIN32;NDEBUG"
125 RuntimeLibrary="0" 125 RuntimeLibrary="0"
126 BufferSecurityCheck="false" 126 BufferSecurityCheck="false"
127 RuntimeTypeInfo="false" 127 RuntimeTypeInfo="false"
128 UsePrecompiledHeader="0" 128 UsePrecompiledHeader="0"
129 WarningLevel="3" 129 WarningLevel="3"
130 Detect64BitPortabilityProblems="true" 130 Detect64BitPortabilityProblems="true"
131 DebugInformationFormat="3" 131 DebugInformationFormat="3"
132 /> 132 />
133 <Tool 133 <Tool
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 > 214 >
215 </File> 215 </File>
216 <File 216 <File
217 RelativePath=".\wow_helper.cc" 217 RelativePath=".\wow_helper.cc"
218 > 218 >
219 </File> 219 </File>
220 </Files> 220 </Files>
221 <Globals> 221 <Globals>
222 </Globals> 222 </Globals>
223 </VisualStudioProject> 223 </VisualStudioProject>
OLDNEW
« no previous file with comments | « build/internal/essential.vsprops ('k') | tools/memory_watcher/scripts/memtrace.pl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698