| 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="d8" | 5 Name="d8" |
| 6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}" | 6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}" |
| 7 RootNamespace="d8" | 7 RootNamespace="d8" |
| 8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
| 9 > | 9 > |
| 10 <Platforms> | 10 <Platforms> |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 <Files> | 141 <Files> |
| 142 <File | 142 <File |
| 143 RelativePath="..\..\src\d8.cc" | 143 RelativePath="..\..\src\d8.cc" |
| 144 > | 144 > |
| 145 </File> | 145 </File> |
| 146 <File | 146 <File |
| 147 RelativePath="..\..\src\d8.h" | 147 RelativePath="..\..\src\d8.h" |
| 148 > | 148 > |
| 149 </File> | 149 </File> |
| 150 <File | 150 <File |
| 151 RelativePath="..\..\src\d8-debug.cc" |
| 152 > |
| 153 </File> |
| 154 <File |
| 155 RelativePath="..\..\src\d8-debug.h" |
| 156 > |
| 157 </File> |
| 158 <File |
| 151 RelativePath="..\..\src\d8.js" | 159 RelativePath="..\..\src\d8.js" |
| 152 > | 160 > |
| 153 <FileConfiguration | 161 <FileConfiguration |
| 154 Name="Debug|Win32" | 162 Name="Debug|Win32" |
| 155 > | 163 > |
| 156 <Tool | 164 <Tool |
| 157 Name="VCCustomBuildTool" | 165 Name="VCCustomBuildTool" |
| 158 Description="Processing js files
..." | 166 Description="Processing js files
..." |
| 159 CommandLine=".\d8js2c.cmd ..\..\
src "$(IntDir)\DerivedSources"" | 167 CommandLine=".\d8js2c.cmd ..\..\
src "$(IntDir)\DerivedSources"" |
| 160
Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo
urces\natives-empty.cc" | 168
Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo
urces\natives-empty.cc" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 176 > | 184 > |
| 177 <File | 185 <File |
| 178 RelativePath="$(IntDir)\DerivedSources\natives.c
c" | 186 RelativePath="$(IntDir)\DerivedSources\natives.c
c" |
| 179 > | 187 > |
| 180 </File> | 188 </File> |
| 181 </Filter> | 189 </Filter> |
| 182 </Files> | 190 </Files> |
| 183 <Globals> | 191 <Globals> |
| 184 </Globals> | 192 </Globals> |
| 185 </VisualStudioProject> | 193 </VisualStudioProject> |
| OLD | NEW |