| OLD | NEW |
| 1 <?xml version="1.0" encoding="Windows-1252"?> | 1 <?xml version="1.0" encoding="Windows-1252"?> |
| 2 <VisualStudioPropertySheet | 2 <VisualStudioPropertySheet |
| 3 ProjectType="Visual C++" | 3 ProjectType="Visual C++" |
| 4 Version="8.00" | 4 Version="8.00" |
| 5 Name="debug" | 5 Name="debug" |
| 6 > | 6 > |
| 7 <Tool | 7 <Tool |
| 8 Name="VCCLCompilerTool" | 8 Name="VCCLCompilerTool" |
| 9 Optimization="0" | 9 Optimization="0" |
| 10 » » PreprocessorDefinitions="DEBUG;_DEBUG;ENABLE_DISASSEMBLER" | 10 » » PreprocessorDefinitions="DEBUG;_DEBUG;ENABLE_DISASSEMBLER;V8_ENA
BLE_CHECKS" |
| 11 RuntimeLibrary="1" | 11 RuntimeLibrary="1" |
| 12 /> | 12 /> |
| 13 <Tool | 13 <Tool |
| 14 Name="VCLinkerTool" | 14 Name="VCLinkerTool" |
| 15 LinkIncremental="2" | 15 LinkIncremental="2" |
| 16 /> | 16 /> |
| 17 </VisualStudioPropertySheet> | 17 </VisualStudioPropertySheet> |
| OLD | NEW |