| OLD | NEW |
| 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 <Import Project="$(VCTargetsPath)\NaCl\ImportBefore\*.props" Condition="Exists
('$(VCTargetsPath)\NaCl\ImportBefore')" /> | 2 <Import Project="$(VCTargetsPath)\NaCl\ImportBefore\*.props" Condition="Exists
('$(VCTargetsPath)\NaCl\ImportBefore')" /> |
| 3 <Import Condition="'$(ToolchainName)' == 'newlib' AND (exists('$(VCTargetsPath
)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.NaCl.win_x86_newlib.props')
)" Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.
NaCl.win_x86_newlib.props"/> | 3 <Import Condition="'$(ToolchainName)' == 'newlib' AND (exists('$(VCTargetsPath
)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.NaCl.win_x86_newlib.props')
)" Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.
NaCl.win_x86_newlib.props"/> |
| 4 <Import Condition="'$(ToolchainName)' == 'glibc' AND (exists('$(VCTargetsPath)
\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl.win_x86_glibc.props'))"
Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl
.win_x86_glibc.props"/> | 4 <Import Condition="'$(ToolchainName)' == 'glibc' AND (exists('$(VCTargetsPath)
\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl.win_x86_glibc.props'))"
Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl
.win_x86_glibc.props"/> |
| 5 | 5 |
| 6 <PropertyGroup> | 6 <PropertyGroup> |
| 7 <DebuggerFlavor Condition="'$(DebuggerFlavor)'==''">WindowsLocalDebugger</De
buggerFlavor> | 7 <DebuggerFlavor Condition="'$(DebuggerFlavor)'==''">WindowsLocalDebugger</De
buggerFlavor> |
| 8 </PropertyGroup> | 8 </PropertyGroup> |
| 9 | 9 |
| 10 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Toolset.default.props" /> | 10 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Toolset.default.props" /> |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 </PropertyGroup> | 25 </PropertyGroup> |
| 26 | 26 |
| 27 <PropertyGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> | 27 <PropertyGroup Condition="'$(ConfigurationType)' == 'StaticLibrary'"> |
| 28 <LibCompiled>true</LibCompiled> | 28 <LibCompiled>true</LibCompiled> |
| 29 <TargetExt>.a</TargetExt> | 29 <TargetExt>.a</TargetExt> |
| 30 </PropertyGroup> | 30 </PropertyGroup> |
| 31 | 31 |
| 32 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Paths.default.props" /> | 32 <Import Project="$(VCTargetsPath)\NaCl\NaCl.Paths.default.props" /> |
| 33 <Import Project="$(VCTargetsPath)\NaCl\ImportAfter\*.props" Condition="Exists(
'$(VCTargetsPath)\NaCl\ImportAfter')" /> | 33 <Import Project="$(VCTargetsPath)\NaCl\ImportAfter\*.props" Condition="Exists(
'$(VCTargetsPath)\NaCl\ImportAfter')" /> |
| 34 </Project> | 34 </Project> |
| OLD | NEW |