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

Side by Side Diff: tools/visual_studio/v8_snapshot.vcproj

Issue 6336: Fixed wrong filename in Visual Studio project file. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 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="8.00" 4 Version="8.00"
5 Name="v8_snapshot" 5 Name="v8_snapshot"
6 ProjectGUID="{C0334F9A-1168-4101-9DD8-C30FB252D435}" 6 ProjectGUID="{C0334F9A-1168-4101-9DD8-C30FB252D435}"
7 RootNamespace="v8_snapshot" 7 RootNamespace="v8_snapshot"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 Name="Release|Win32" 145 Name="Release|Win32"
146 > 146 >
147 <Tool 147 <Tool
148 Name="VCCLCompilerTool" 148 Name="VCCLCompilerTool"
149 AdditionalIncludeDirectories="$( SolutionDir)..\v8\src" 149 AdditionalIncludeDirectories="$( SolutionDir)..\v8\src"
150 /> 150 />
151 </FileConfiguration> 151 </FileConfiguration>
152 </File> 152 </File>
153 </Filter> 153 </Filter>
154 <File 154 <File
155 » » » RelativePath="$(OutDir)\mksnapshot.exe" 155 » » » RelativePath="$(OutDir)\v8_mksnapshot.exe"
156 > 156 >
157 <FileConfiguration 157 <FileConfiguration
158 Name="Debug|Win32" 158 Name="Debug|Win32"
159 > 159 >
160 <Tool 160 <Tool
161 Name="VCCustomBuildTool" 161 Name="VCCustomBuildTool"
162 Description="Building snapshot..." 162 Description="Building snapshot..."
163 CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc&#x0D;&#x0A;" 163 CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc&#x0D;&#x0A;"
164 AdditionalDependencies="$(OutDir)\v8_mks napshot.exe" 164 AdditionalDependencies="$(OutDir)\v8_mks napshot.exe"
165 Outputs="$(IntDir)\DerivedSources\snapsh ot.cc" 165 Outputs="$(IntDir)\DerivedSources\snapsh ot.cc"
166 /> 166 />
167 </FileConfiguration> 167 </FileConfiguration>
168 <FileConfiguration 168 <FileConfiguration
169 Name="Release|Win32" 169 Name="Release|Win32"
170 > 170 >
171 <Tool 171 <Tool
172 Name="VCCustomBuildTool" 172 Name="VCCustomBuildTool"
173 Description="Building snapshot..." 173 Description="Building snapshot..."
174 CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc&#x0D;&#x0A;" 174 CommandLine="$(OutDir)\v8_mksnapshot.exe $(IntDir)\DerivedSources\snapshot.cc&#x0D;&#x0A;"
175 AdditionalDependencies="$(OutDir)\v8_mks napshot.exe" 175 AdditionalDependencies="$(OutDir)\v8_mks napshot.exe"
176 Outputs="$(IntDir)\DerivedSources\snapsh ot.cc" 176 Outputs="$(IntDir)\DerivedSources\snapsh ot.cc"
177 /> 177 />
178 </FileConfiguration> 178 </FileConfiguration>
179 </File> 179 </File>
180 </Files> 180 </Files>
181 <Globals> 181 <Globals>
182 </Globals> 182 </Globals>
183 </VisualStudioProject> 183 </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