| 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_shell_sample" | 5 Name="v8_shell_sample" |
| 6 ProjectGUID="{2DE20FFA-6F5E-48D9-84D8-09B044A5B119}" | 6 ProjectGUID="{2DE20FFA-6F5E-48D9-84D8-09B044A5B119}" |
| 7 RootNamespace="v8_shell_sample" | 7 RootNamespace="v8_shell_sample" |
| 8 Keyword="Win32Proj" | 8 Keyword="Win32Proj" |
| 9 > | 9 > |
| 10 <Platforms> | 10 <Platforms> |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 Name="VCXMLDataGeneratorTool" | 30 Name="VCXMLDataGeneratorTool" |
| 31 /> | 31 /> |
| 32 <Tool | 32 <Tool |
| 33 Name="VCWebServiceProxyGeneratorTool" | 33 Name="VCWebServiceProxyGeneratorTool" |
| 34 /> | 34 /> |
| 35 <Tool | 35 <Tool |
| 36 Name="VCMIDLTool" | 36 Name="VCMIDLTool" |
| 37 /> | 37 /> |
| 38 <Tool | 38 <Tool |
| 39 Name="VCCLCompilerTool" | 39 Name="VCCLCompilerTool" |
| 40 » » » /> | 40 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include" |
| 41 /> |
| 41 <Tool | 42 <Tool |
| 42 Name="VCManagedResourceCompilerTool" | 43 Name="VCManagedResourceCompilerTool" |
| 43 /> | 44 /> |
| 44 <Tool | 45 <Tool |
| 45 Name="VCResourceCompilerTool" | 46 Name="VCResourceCompilerTool" |
| 46 /> | 47 /> |
| 47 <Tool | 48 <Tool |
| 48 Name="VCPreLinkEventTool" | 49 Name="VCPreLinkEventTool" |
| 49 /> | 50 /> |
| 50 <Tool | 51 <Tool |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 Name="VCXMLDataGeneratorTool" | 89 Name="VCXMLDataGeneratorTool" |
| 89 /> | 90 /> |
| 90 <Tool | 91 <Tool |
| 91 Name="VCWebServiceProxyGeneratorTool" | 92 Name="VCWebServiceProxyGeneratorTool" |
| 92 /> | 93 /> |
| 93 <Tool | 94 <Tool |
| 94 Name="VCMIDLTool" | 95 Name="VCMIDLTool" |
| 95 /> | 96 /> |
| 96 <Tool | 97 <Tool |
| 97 Name="VCCLCompilerTool" | 98 Name="VCCLCompilerTool" |
| 99 AdditionalIncludeDirectories="$(ProjectDir)\..\..\include" |
| 98 /> | 100 /> |
| 99 <Tool | 101 <Tool |
| 100 Name="VCManagedResourceCompilerTool" | 102 Name="VCManagedResourceCompilerTool" |
| 101 /> | 103 /> |
| 102 <Tool | 104 <Tool |
| 103 Name="VCResourceCompilerTool" | 105 Name="VCResourceCompilerTool" |
| 104 /> | 106 /> |
| 105 <Tool | 107 <Tool |
| 106 Name="VCPreLinkEventTool" | 108 Name="VCPreLinkEventTool" |
| 107 /> | 109 /> |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 <Tool | 154 <Tool |
| 153 Name="VCCLCompilerTool" | 155 Name="VCCLCompilerTool" |
| 154 DisableSpecificWarnings="4267" | 156 DisableSpecificWarnings="4267" |
| 155 /> | 157 /> |
| 156 </FileConfiguration> | 158 </FileConfiguration> |
| 157 </File> | 159 </File> |
| 158 </Files> | 160 </Files> |
| 159 <Globals> | 161 <Globals> |
| 160 </Globals> | 162 </Globals> |
| 161 </VisualStudioProject> | 163 </VisualStudioProject> |
| OLD | NEW |