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