Skip to content

Commit d5d4a98

Browse files
authored
Merge pull request #8546 from MicrosoftDocs/main638010398911173980sync_temp
Repo sync for protected CLA branch
2 parents b7a9aba + f81fe18 commit d5d4a98

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,10 @@ In **Solution Explorer**, choose **Unload** from the right-click menu of your pr
6060

6161
## Import the text transformation targets
6262

63-
In the .vbproj or .csproj file, find a line like this:
63+
In the .vbproj or .csproj file, find the last `Import Project` line.
6464

65-
`<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />`
65+
After that line, if it exists, insert the Text Templating import:
6666

67-
\- or -
68-
69-
`<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />`
70-
71-
After that line, insert the Text Templating import:
7267

7368
::: moniker range=">=vs-2022"
7469

0 commit comments

Comments
 (0)