Skip to content

Commit 47650c7

Browse files
author
Colin Robertson
authored
Merge pull request #2554 from corob-msft/cr-xref-3
Retry xref change from zip files
2 parents d17f34a + 162860a commit 47650c7

9 files changed

+4
-8
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"moniker_ranges": [
1111
">= vs-2015"
1212
],
13+
"xref_query_tags": ["/dotnet", "/uwp/api"],
1314
"open_to_public_contributors": true,
1415
"type_mapping": {
1516
"Conceptual": "Content",

docs/build/reference/common-macros-for-build-commands-and-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This table describes a commonly used subset of the available macros; there are m
5151
|**$(TargetPath)**|The absolute path name of the primary output file for the build (defined as drive + path + base name + file extension).|
5252
|**$(VCInstallDir)**|The directory that contains the C++ content of your Visual Studio installation. This property contains the version of the targeted Microsoft C++ (MSVC) toolset, which might be different that the host Visual Studio. For example, when building with `$(PlatformToolset) = v140`, **$(VCInstallDir)** contains the path to the Visual Studio 2015 installation.|
5353
|**$(VSInstallDir)**|The directory into which you installed Visual Studio. This property contains the version of the targeted Visual Studio toolset, which might be different that the host Visual Studio. For example, when building with `$(PlatformToolset) = v110`, **$(VSInstallDir)** contains the path to the Visual Studio 2012 installation.|
54-
|**$(WebDeployPath)**|The relative path from the web deployment root to where the project outputs belong. Returns the same value as <xref:Microsoft.VisualStudio.VCProjectEngine.VCWebDeploymentTool.RelativePath%2A>.|
54+
|**$(WebDeployPath)**|The relative path from the web deployment root to where the project outputs belong.|
5555
|**$(WebDeployRoot)**|The absolute path to the location of **\<localhost>**. For example, c:\inetpub\wwwroot.|
5656

5757
## Obsolete macros

docs/docfx.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,7 @@
210210
}
211211
},
212212
"template": [],
213-
"xref": [
214-
"msdn.4.5.2.zip",
215-
"namespaces.4.5.2.zip",
216-
"vs.110.zip",
217-
"vs.140.zip",
218-
"office15.zip"
219-
],
213+
"xref": [],
220214
"dest": "vcppdocs",
221215
"groups": {
222216
"group-vc2015": {

docs/msdn.4.5.2.zip

-12.4 MB
Binary file not shown.

docs/namespaces.4.5.2.zip

-151 KB
Binary file not shown.

docs/office15.zip

-34 KB
Binary file not shown.

docs/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6371,6 +6371,7 @@
63716371
items:
63726372
- name: Files and streams
63736373
href: c-runtime-library/files-and-streams.md
6374+
- name: Text and binary streams
63746375
href: c-runtime-library/text-and-binary-streams.md
63756376
- name: Byte and wide streams
63766377
href: c-runtime-library/byte-and-wide-streams.md

docs/vs.110.zip

-855 KB
Binary file not shown.

docs/vs.140.zip

-734 KB
Binary file not shown.

0 commit comments

Comments
 (0)