Skip to content

Commit 9c748af

Browse files
authored
Correct path to use VS 2022 Professional
1 parent b6bbfc7 commit 9c748af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modeling/code-generation-in-a-build-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ If you update an included file or another file read by the template, Visual Stud
307307

308308
::: moniker range=">=vs-2022"
309309

310-
- There's good guidance in the T4 MSbuild template at `%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools\MSBuild\Microsoft\VisualStudio\v17.0\TextTemplating\Microsoft.TextTemplating.targets`
310+
- There's good guidance in the T4 MSbuild template at `%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\TextTemplating\Microsoft.TextTemplating.targets`
311311

312312
::: moniker-end
313313

0 commit comments

Comments
 (0)