6 assignments to MSBuild item CoreCompileCache
MSBuildFiles (6)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (6)
3815
<
CoreCompileCache
Include="@(Compile)" />
3816
<
CoreCompileCache
Include="@(ReferencePath)" />
3817
<
CoreCompileCache
Include="$(DefineConstants)" />
3818
<
CoreCompileCache
Include="$(LangVersion)" />
3819
<
CoreCompileCache
Include="$(Deterministic)" />
3820
<
CoreCompileCache
Include="$(PathMap)" />
1 usage of MSBuild item CoreCompileCache
MSBuildFiles (1)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Current\Bin_\amd64\Microsoft.Common.CurrentVersion.targets (1)
3824
ItemsToHash="@(
CoreCompileCache
)"