| OLD | NEW |
| 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 Loading... |
| 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
" | 163 CommandLine="$(OutDir)\v8_mksnapshot.exe
$(IntDir)\DerivedSources\snapshot.cc
" |
| 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
" | 174 CommandLine="$(OutDir)\v8_mksnapshot.exe
$(IntDir)\DerivedSources\snapshot.cc
" |
| 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> |
| OLD | NEW |