1 assignment to MSBuild property GeneratedGlobalUsingsFile
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateGlobalUsings.targets (1)
23
<
GeneratedGlobalUsingsFile
Condition="'$(GeneratedGlobalUsingsFile)' ==''">$(IntermediateOutputPath)$(MSBuildProjectName).GlobalUsings.g$(DefaultLanguageSourceExtension)</GeneratedGlobalUsingsFile>
3 usages of MSBuild property GeneratedGlobalUsingsFile
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.GenerateGlobalUsings.targets (3)
23
<GeneratedGlobalUsingsFile Condition="'$(
GeneratedGlobalUsingsFile
)' ==''">$(IntermediateOutputPath)$(MSBuildProjectName).GlobalUsings.g$(DefaultLanguageSourceExtension)</GeneratedGlobalUsingsFile>
46
File="$(
GeneratedGlobalUsingsFile
)"
52
<Compile Include="$(
GeneratedGlobalUsingsFile
)" />