Skip to content

Commit 1dbe12d

Browse files
committed
Update legacy component configurations in SHFB projects
1 parent d572897 commit 1dbe12d

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/Documentation/Documentation.v3.5.shfbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
</TransformComponentArguments>
5959
<ComponentConfigurations>
6060
<ComponentConfig id="IntelliSense Component" enabled="True">
61-
<component id="IntelliSense Component" type="Microsoft.Ddue.Tools.IntelliSenseComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll">
61+
<component id="IntelliSense Component">
6262
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}\..\..\Api\v3.5" />
6363
</component>
6464
</ComponentConfig>
6565
<ComponentConfig id="Code Block Component" enabled="True">
66-
<component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
66+
<component id="Code Block Component">
6767
<basePath value="{@HtmlEncProjectFolder}" />
6868
<outputPaths>{@HelpFormatOutputPaths}</outputPaths>
6969
<allowMissingSource value="false" />
@@ -72,7 +72,7 @@
7272
</component>
7373
</ComponentConfig>
7474
<ComponentConfig id="API Token Resolution" enabled="True">
75-
<component id="API Token Resolution" type="Microsoft.Ddue.Tools.SharedContentComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll">
75+
<component id="API Token Resolution">
7676
{@TokenFiles}
7777
<replace elements="/*//token" item="string(.)" />
7878
</component>

src/Documentation/Documentation.v4.0.shfbproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
</TransformComponentArguments>
5959
<ComponentConfigurations>
6060
<ComponentConfig id="IntelliSense Component" enabled="True">
61-
<component id="IntelliSense Component" type="Microsoft.Ddue.Tools.IntelliSenseComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll">
61+
<component id="IntelliSense Component">
6262
<output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}\..\..\Api\v4.0" />
6363
</component>
6464
</ComponentConfig>
6565
<ComponentConfig id="Code Block Component" enabled="True">
66-
<component id="Code Block Component" type="SandcastleBuilder.Components.CodeBlockComponent" assembly="{@SHFBFolder}SandcastleBuilder.Components.dll">
66+
<component id="Code Block Component">
6767
<basePath value="{@HtmlEncProjectFolder}" />
6868
<outputPaths>{@HelpFormatOutputPaths}</outputPaths>
6969
<allowMissingSource value="false" />
@@ -72,9 +72,10 @@
7272
</component>
7373
</ComponentConfig>
7474
<ComponentConfig id="API Token Resolution" enabled="True">
75-
<component id="API Token Resolution" type="Microsoft.Ddue.Tools.SharedContentComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll">
75+
<component id="API Token Resolution">
7676
{@TokenFiles}
77-
<replace elements="/*//token" item="string(.)" /></component>
77+
<replace elements="/*//token" item="string(.)" />
78+
</component>
7879
</ComponentConfig>
7980
</ComponentConfigurations>
8081
<CatalogName>VisualStudio11</CatalogName>

0 commit comments

Comments
 (0)