2 assignments to MSBuild property GeneratedFilePath
dotnet-new.IntegrationTests (1)
dotnet-new.IntegrationTests.csproj (1)
62
<
GeneratedFilePath
>$(IntermediateOutputPath)TemplatePackagesPaths.cs</GeneratedFilePath>
Microsoft.Build.BuildCheck.UnitTests (1)
Microsoft.Build.BuildCheck.UnitTests.csproj (1)
71
<
GeneratedFilePath
>$(IntermediateOutputPath)BuildCheckUnitTestsConstants.cs</GeneratedFilePath>
6 usages of MSBuild property GeneratedFilePath
dotnet-new.IntegrationTests (3)
dotnet-new.IntegrationTests.csproj (3)
65
<Compile Include="$(
GeneratedFilePath
)" />
66
<FileWrites Include="$(
GeneratedFilePath
)" />
68
<WriteLinesToFile Lines="$(GeneratedText)" File="$(
GeneratedFilePath
)" WriteOnlyWhenDifferent="true" Overwrite="true" />
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" />