7 assignments to MSBuild item CoreCompileCache
MSBuildFiles (7)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (7)
3866
<
CoreCompileCache
Include="@(Compile)" />
3867
<
CoreCompileCache
Include="@(ReferencePath)" />
3868
<
CoreCompileCache
Include="$(DefineConstants)" />
3869
<
CoreCompileCache
Include="$(LangVersion)" />
3870
<
CoreCompileCache
Include="$(Deterministic)" />
3871
<
CoreCompileCache
Include="$(PathMap)" />
3872
<
CoreCompileCache
Include="@(_CoreCompileResourceInputs)"/>
1 usage of MSBuild item CoreCompileCache
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3876
ItemsToHash="@(
CoreCompileCache
)"