|  | 
| 3 | 3 | 
 | 
| 4 | 4 | 
 | 
| 5 | 5 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | 
| 6 |  | -  <ItemGroup Condition=" $(VS2010Available) "> | 
|  | 6 | +  <ItemGroup Condition=" $(VS2010Available) AND '$(Platform)'!='arm64' "> | 
| 7 | 7 |     <ProjectReference Include="dutil\dutil.vcxproj"> | 
| 8 | 8 |       <Properties>PlatformToolset=v100</Properties> | 
| 9 | 9 |     </ProjectReference> | 
|  | 
| 18 | 18 |     </ProjectReference> | 
| 19 | 19 |   </ItemGroup> | 
| 20 | 20 | 
 | 
| 21 |  | -  <ItemGroup Condition=" $(VS2012Available) "> | 
|  | 21 | +  <ItemGroup Condition=" $(VS2012Available) AND '$(Platform)'!='arm64' "> | 
| 22 | 22 |     <ProjectReference Include="dutil\dutil.vcxproj"> | 
| 23 | 23 |       <Properties>PlatformToolset=v110_xp</Properties> | 
| 24 | 24 |     </ProjectReference> | 
|  | 
| 33 | 33 |     </ProjectReference> | 
| 34 | 34 |   </ItemGroup> | 
| 35 | 35 | 
 | 
| 36 |  | -  <ItemGroup Condition=" $(VS2013Available) and !$(StaticAnalysisEnabled) "> | 
|  | 36 | +  <ItemGroup Condition=" $(VS2013Available) and !$(StaticAnalysisEnabled) AND '$(Platform)'!='arm64' "> | 
| 37 | 37 |     <ProjectReference Include="dutil\dutil.vcxproj"> | 
| 38 | 38 |       <Properties>PlatformToolset=v120_xp</Properties> | 
| 39 | 39 |     </ProjectReference> | 
|  | 
| 48 | 48 |     </ProjectReference> | 
| 49 | 49 |   </ItemGroup> | 
| 50 | 50 | 
 | 
| 51 |  | -  <ItemGroup Condition=" $(VS2013Available) and $(StaticAnalysisEnabled) "> | 
|  | 51 | +  <ItemGroup Condition=" $(VS2013Available) and $(StaticAnalysisEnabled) AND '$(Platform)'!='arm64' "> | 
| 52 | 52 |     <ProjectReference Include="dutil\dutil.vcxproj"> | 
| 53 | 53 |       <Properties>PlatformToolset=v120</Properties> | 
| 54 | 54 |     </ProjectReference> | 
|  | 
| 63 | 63 |     </ProjectReference> | 
| 64 | 64 |   </ItemGroup> | 
| 65 | 65 | 
 | 
| 66 |  | -  <ItemGroup Condition=" $(VS2015Available) and !$(StaticAnalysisEnabled) "> | 
|  | 66 | +  <ItemGroup Condition=" $(VS2015Available) and !$(StaticAnalysisEnabled) AND '$(Platform)'!='arm64' "> | 
| 67 | 67 |     <ProjectReference Include="dutil\dutil.vcxproj"> | 
| 68 | 68 |       <Properties>PlatformToolset=v140_xp</Properties> | 
| 69 | 69 |     </ProjectReference> | 
|  | 
| 78 | 78 |     </ProjectReference> | 
| 79 | 79 |   </ItemGroup> | 
| 80 | 80 | 
 | 
| 81 |  | -  <ItemGroup Condition=" $(VS2015Available) and $(StaticAnalysisEnabled) "> | 
|  | 81 | +  <ItemGroup Condition=" $(VS2015Available) and $(StaticAnalysisEnabled) AND '$(Platform)'!='arm64' "> | 
| 82 | 82 |     <ProjectReference Include="dutil\dutil.vcxproj"> | 
| 83 | 83 |       <Properties>PlatformToolset=v140</Properties> | 
| 84 | 84 |     </ProjectReference> | 
|  | 
| 100 | 100 |     <ProjectReference Include="wcautil\wcautil.vcxproj"> | 
| 101 | 101 |       <Properties>PlatformToolset=v141_xp</Properties> | 
| 102 | 102 |     </ProjectReference> | 
| 103 |  | -    <ProjectReference Include="balutil\balutil.vcxproj" Condition=" '$(Platform)'=='x86' OR '$(Platform)'=='arm' "> | 
|  | 103 | +    <ProjectReference Include="balutil\balutil.vcxproj" Condition=" '$(Platform)'=='x86' "> | 
| 104 | 104 |       <Properties>PlatformToolset=v141_xp</Properties> | 
| 105 | 105 |     </ProjectReference> | 
| 106 | 106 |     <ProjectReference Include="deputil\deputil.vcxproj"> | 
|  | 
| 115 | 115 |     <ProjectReference Include="wcautil\wcautil.vcxproj"> | 
| 116 | 116 |       <Properties>PlatformToolset=v141</Properties> | 
| 117 | 117 |     </ProjectReference> | 
| 118 |  | -    <ProjectReference Include="balutil\balutil.vcxproj" Condition=" '$(Platform)'=='x86' OR '$(Platform)'=='arm' "> | 
|  | 118 | +    <ProjectReference Include="balutil\balutil.vcxproj" Condition=" '$(Platform)'=='arm' "> | 
| 119 | 119 |       <Properties>PlatformToolset=v141</Properties> | 
| 120 | 120 |     </ProjectReference> | 
| 121 | 121 |     <ProjectReference Include="deputil\deputil.vcxproj"> | 
|  | 
0 commit comments