diff options
Diffstat (limited to 'tools/Sandcastle/Presentation/vs2005/configuration/reference.config')
-rw-r--r-- | tools/Sandcastle/Presentation/vs2005/configuration/reference.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Sandcastle/Presentation/vs2005/configuration/reference.config b/tools/Sandcastle/Presentation/vs2005/configuration/reference.config index 775ec5b..2b93c16 100644 --- a/tools/Sandcastle/Presentation/vs2005/configuration/reference.config +++ b/tools/Sandcastle/Presentation/vs2005/configuration/reference.config @@ -17,7 +17,7 @@ <!-- Copy in reflection data --> <component type="Microsoft.Ddue.Tools.CopyFromIndexComponent" assembly="%DXROOT%\ProductionTools\BuildComponents.dll"> <index name="reflection" value="/reflection/apis/api" key="@id" cache="10"> - <data base="%DXROOT%\Data\Reflection" recurse="true" files="*.xml" /> + <data base="%FxReflectionData%" recurse="true" files="*.xml" /> <data files=".\reflection.xml" /> </index> <copy name="reflection" source="*" target="/document/reference" /> @@ -308,7 +308,7 @@ <!-- resolve reference links --> <component type="Microsoft.Ddue.Tools.ResolveReferenceLinksComponent2" assembly="%DXROOT%\ProductionTools\BuildComponents.dll"> - <!-- <targets base="%DXROOT%\Data\Reflection" recurse="true" files="*.xml" type="index" /> --> + <!-- <targets base="%FxReflectionData%" recurse="true" files="*.xml" type="index" /> --> <targets files=".\reflection.xml" type="local" /> </component> @@ -332,7 +332,7 @@ <!-- save the result --> <component type="Microsoft.Ddue.Tools.SaveComponent" assembly="%DXROOT%\ProductionTools\BuildComponents.dll"> - <save base=".\Output\html" path="concat(/html/head/meta[@name='file']/@content,'.htm')" link="../html" indent="true" omit-xml-declaration="true" /> + <save base="%OutputHtml%" path="concat(/html/head/meta[@name='file']/@content,'.htm')" link="../html" indent="true" omit-xml-declaration="true" /> </component> <!-- record file creation events --> |