| OLD | NEW |
| 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> | 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> |
| 2 <Import Project="$(VCTargetsPath)\NaCl\ImportBefore\*.targets" Condition="Exis
ts('$(VCTargetsPath)\NaCl\ImportBefore')" /> | 2 <Import Project="$(VCTargetsPath)\NaCl\ImportBefore\*.targets" Condition="Exis
ts('$(VCTargetsPath)\NaCl\ImportBefore')" /> |
| 3 <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" /> | 3 <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" /> |
| 4 | 4 |
| 5 <UsingTask TaskName="NaClCompile" AssemblyFile="$(VCTargetsPath)\NaCl\NaCl.Bui
ld.CPPTasks.dll" /> | 5 <UsingTask TaskName="NaClCompile" AssemblyFile="$(VCTargetsPath)\NaCl\NaCl.Bui
ld.CPPTasks.dll" /> |
| 6 <UsingTask TaskName="NaClLink" AssemblyFile="$(VCTargetsPath)\NaCl\NaCl.Build.
CPPTasks.dll" /> | 6 <UsingTask TaskName="NaClLink" AssemblyFile="$(VCTargetsPath)\NaCl\NaCl.Build.
CPPTasks.dll" /> |
| 7 <UsingTask TaskName="NaClLib" AssemblyFile="$(VCTargetsPath)\NaCl\NaCl.Build.C
PPTasks.dll" /> | 7 <UsingTask TaskName="NaClLib" AssemblyFile="$(VCTargetsPath)\NaCl\NaCl.Build.C
PPTasks.dll" /> |
| 8 <UsingTask TaskName="VCMessage" AssemblyName="Microsoft.Build.CppTasks.Common,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | 8 <UsingTask TaskName="VCMessage" AssemblyName="Microsoft.Build.CppTasks.Common,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
| 9 | 9 |
| 10 | 10 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 | 47 |
| 48 <PropertyGroup> | 48 <PropertyGroup> |
| 49 <Link_MinimalRebuildFromTracking Condition="'@(Link->AnyHaveMetadataValue(
'MinimalRebuildFromTracking', 'false'))' == 'true'">false</Link_MinimalRebuildFr
omTracking> | 49 <Link_MinimalRebuildFromTracking Condition="'@(Link->AnyHaveMetadataValue(
'MinimalRebuildFromTracking', 'false'))' == 'true'">false</Link_MinimalRebuildFr
omTracking> |
| 50 <Link_MinimalRebuildFromTracking Condition="'$(BuildType)' != 'Build' or '
$(ForceRebuild)' == 'true'" >false</Link_MinimalRebuildFromTracking> | 50 <Link_MinimalRebuildFromTracking Condition="'$(BuildType)' != 'Build' or '
$(ForceRebuild)' == 'true'" >false</Link_MinimalRebuildFromTracking> |
| 51 <Link_MinimalRebuildFromTracking Condition="'$(Link_MinimalRebuildFromTrac
king)' == ''">true</Link_MinimalRebuildFromTracking> | 51 <Link_MinimalRebuildFromTracking Condition="'$(Link_MinimalRebuildFromTrac
king)' == ''">true</Link_MinimalRebuildFromTracking> |
| 52 </PropertyGroup> | 52 </PropertyGroup> |
| 53 | 53 |
| 54 <NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)" | 54 <NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)" |
| 55 Sources ="@(Link)" | 55 Sources ="@(Link)" |
| 56 OutputCommandLine ="%(Link.OutputCommandLine)" | 56 OutputCommandLine ="%(Link.OutputCommandLine)" |
| 57 NaClLinkerPath ="$(VSNaClSDKRoot)\toolchain\win_x8
6_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe" | 57 NaClLinkerPath ="$(VSNaClSDKRoot)toolchain\win_x86
_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe" |
| 58 CreateNMFPath ="$(VSNaClSDKRoot)tools\create_nmf.
py" |
| 58 MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking
)" | 59 MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking
)" |
| 59 OutputFile ="%(Link.OutputFile)" | 60 OutputFile ="%(Link.OutputFile)" |
| 60 PropertiesFile ="$(VCTargetsPath)\NaCl\Props\nacl_
link.xml" | 61 PropertiesFile ="$(VCTargetsPath)\NaCl\Props\nacl_
link.xml" |
| 61 TLogReadFiles ="@(LinkTLogReadFiles)" | 62 TLogReadFiles ="@(LinkTLogReadFiles)" |
| 62 TLogWriteFiles ="@(LinkTLogWriteFiles)" | 63 TLogWriteFiles ="@(LinkTLogWriteFiles)" |
| 63 Platform ="$(Platform)" | 64 Platform ="$(Platform)" |
| 65 ToolchainName ="$(ToolchainName)" |
| 64 TrackFileAccess ="$(TrackFileAccess)" | 66 TrackFileAccess ="$(TrackFileAccess)" |
| 65 TrackerLogDirectory ="%(Link.TrackerLogDirectory)" | 67 TrackerLogDirectory ="%(Link.TrackerLogDirectory)" |
| 66 ConfigurationType ="$(ConfigurationType)"> | 68 CreateNMF ="%(Link.CreateNMF)" |
| 69 ProjectName ="$(ProjectName)" |
| 70 ConfigurationType ="$(ConfigurationType)"> |
| 67 <Output TaskParameter="SkippedExecution" PropertyName="LinkSkippedExecutio
n" /> | 71 <Output TaskParameter="SkippedExecution" PropertyName="LinkSkippedExecutio
n" /> |
| 68 </NaClLink> | 72 </NaClLink> |
| 69 | 73 |
| 70 <Message Condition="'$(LinkSkippedExecution)' == 'false'" Text="$(MSBuildPro
jectFile) -> $(TargetPath)" Importance="High" /> | 74 <Message Condition="'$(LinkSkippedExecution)' == 'false'" Text="$(MSBuildPro
jectFile) -> $(TargetPath)" Importance="High" /> |
| 71 | 75 |
| 72 </Target> | 76 </Target> |
| 73 | 77 |
| 74 | 78 |
| 75 <!-- *************************************************************************
****************** | 79 <!-- *************************************************************************
****************** |
| 76 Lib | 80 Lib |
| (...skipping 28 matching lines...) Expand all Loading... |
| 105 <Message Condition="'$(LibSkippedExecution)' == 'false'" Text="$(MSBuildProj
ectFile) -> $(TargetPath)" Importance="High" /> | 109 <Message Condition="'$(LibSkippedExecution)' == 'false'" Text="$(MSBuildProj
ectFile) -> $(TargetPath)" Importance="High" /> |
| 106 | 110 |
| 107 </Target> | 111 </Target> |
| 108 | 112 |
| 109 <!-- Imports --> | 113 <!-- Imports --> |
| 110 <Import Project="$(VCTargetsPath)\NaCl\NaCl.CppBuild.targets" /> | 114 <Import Project="$(VCTargetsPath)\NaCl\NaCl.CppBuild.targets" /> |
| 111 <Import Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microso
ft.Cpp.NaCl.win_x86_newlib.targets" Condition="'$(ToolchainName)' == 'newlib' AN
D (exists('$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.N
aCl.win_x86_newlib.targets'))" /> | 115 <Import Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microso
ft.Cpp.NaCl.win_x86_newlib.targets" Condition="'$(ToolchainName)' == 'newlib' AN
D (exists('$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_newlib\Microsoft.Cpp.N
aCl.win_x86_newlib.targets'))" /> |
| 112 <Import Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsof
t.Cpp.NaCl.win_x86_glibc.targets" Condition="'$(ToolchainName)' == 'glibc' AND (
exists('$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl.
win_x86_glibc.targets'))" /> | 116 <Import Project="$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsof
t.Cpp.NaCl.win_x86_glibc.targets" Condition="'$(ToolchainName)' == 'glibc' AND (
exists('$(VCTargetsPath)\NaCl\PlatformToolsets\win_x86_glibc\Microsoft.Cpp.NaCl.
win_x86_glibc.targets'))" /> |
| 113 | 117 |
| 114 </Project> | 118 </Project> |
| OLD | NEW |