You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/how-to-create-multi-project-templates.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@ The folder structure is as follows:
201
201
202
202
When the template is used the *MultiProject* part is being replaced with the project name the user enters.
203
203
204
-
The *MultiProjectTemplate.vstemplate* looks like the following. Please note that the *ProjectTemplateLink*s have the attribute **CopyParameters** set to *true* and that the **ProjectName** attributes use the template variable [\$safeprojectname\$](https://learn.microsoft.com/visualstudio/ide/template-parameters#reserved-template-parameters).
204
+
The *MultiProjectTemplate.vstemplate* looks like the following. Please note that the *ProjectTemplateLink*s have the attribute **CopyParameters** set to *true* and that the **ProjectName** attributes use the template variable [\$safeprojectname\$](./template-parameters.md#reserved-template-parameters).
205
205
206
206
```xml
207
207
<VSTemplateVersion="2.0.0"Type="ProjectGroup"
@@ -232,7 +232,7 @@ The *MultiProject.Client\MultiProject.Client.csproj* might look something like t
232
232
</VSTemplate>
233
233
```
234
234
235
-
The *MultiProject.Client\MultiProject.Client.csproj* might look something like the follwoing. Please note that the attribute **Include** of the *ProjectReference* uses the template variable [\$ext_safeprojectname\$](https://learn.microsoft.com/visualstudio/ide/template-parameters#reserved-template-parameters).
235
+
The *MultiProject.Client\MultiProject.Client.csproj* might look something like the follwoing. Please note that the attribute **Include** of the *ProjectReference* uses the template variable [\$ext_safeprojectname\$](./template-parameters.md#reserved-template-parameters)
0 commit comments