This PR allow the user to customize the build process.
For example with the following common.init.vcxproj.user
file
0<?xml version="1.0" encoding="utf-8"?>
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <CLToolExe>clcache.exe</CLToolExe>
4 <CLToolPath>C:\ProgramData\chocolatey\bin\</CLToolPath>
5 <TrackFileAccess>false</TrackFileAccess>
6 </PropertyGroup>
7</Project>
I can use clcache
while developing in visual studio.