1 assignment to MSBuild property GeneratedFilePath
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.BuildCheck.UnitTests.csproj (1)
67<GeneratedFilePath>$(IntermediateOutputPath)BuildCheckUnitTestsConstants.cs</GeneratedFilePath>
3 usages of MSBuild property GeneratedFilePath
Microsoft.Build.BuildCheck.UnitTests (3)
Microsoft.Build.BuildCheck.UnitTests.csproj (3)
70<Compile Include="$(GeneratedFilePath)" /> 71<FileWrites Include="$(GeneratedFilePath)" /> 73<WriteLinesToFile Lines="$(GeneratedText)" File="$(GeneratedFilePath)" WriteOnlyWhenDifferent="true" Overwrite="true" />