Skip to content

Commit 8252a4d

Browse files
committed
Revert bad commit
1 parent 8fa5b4f commit 8252a4d

File tree

24,227 files changed

+1347359
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

24,227 files changed

+1347359
-0
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
log/
2+
obj/
3+
_site/
4+
.optemp/
5+
_themes/
6+
_themes.MSDN.Modern/
7+
_themes.VS.Modern/
8+
9+
.openpublishing.buildcore.ps1

.localization-config

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"Filters": [
3+
{
4+
"Files": [
5+
"**/*.md"
6+
],
7+
"Priorities": [
8+
{
9+
"Priority": "ht",
10+
"Locales": [
11+
"cs-cz",
12+
"de-de",
13+
"es-es",
14+
"fr-fr",
15+
"it-it",
16+
"ja-jp",
17+
"ko-kr",
18+
"pl-pl",
19+
"pt-br",
20+
"ru-ru",
21+
"tr-tr",
22+
"zh-cn",
23+
"zh-tw"
24+
],
25+
"Type": "ht"
26+
}
27+
]
28+
}
29+
],
30+
"IncludeDependencies": true,
31+
"AutoPush": true,
32+
"XliffVersion": "1.2",
33+
"UseJavascriptMarkdownTransformer": true
34+
}

.openpublishing.build.ps1

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
param(
2+
[string]$buildCorePowershellUrl = "https://opbuildstorageprod.blob.core.windows.net/opps1container/.openpublishing.buildcore.ps1",
3+
[string]$parameters
4+
)
5+
# Main
6+
$errorActionPreference = 'Stop'
7+
8+
# Step-1: Download buildcore script to local
9+
echo "download build core script to local with source url: $buildCorePowershellUrl"
10+
$repositoryRoot = Split-Path -Parent $MyInvocation.MyCommand.Definition
11+
$buildCorePowershellDestination = "$repositoryRoot\.openpublishing.buildcore.ps1"
12+
Invoke-WebRequest $buildCorePowershellUrl -OutFile "$buildCorePowershellDestination"
13+
14+
# Step-2: Run build core
15+
echo "run build core script with parameters: $parameters"
16+
& "$buildCorePowershellDestination" "$parameters"
17+
exit $LASTEXITCODE

.openpublishing.publish.config.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"build_entry_point": "docs",
3+
"need_generate_pdf": false,
4+
"need_generate_intellisense": false,
5+
"docsets_to_publish": [
6+
{
7+
"docset_name": "docs",
8+
"build_source_folder": "docs",
9+
"build_output_subfolder": "vsdocsdocs",
10+
"locale": "en-us",
11+
"version": 0,
12+
"open_to_public_contributors": false,
13+
"type_mapping": {
14+
"Conceptual": "Content",
15+
"ManagedReference": "Content",
16+
"RestApi": "Content"
17+
},
18+
"template_folder": "_themes"
19+
}
20+
],
21+
"notification_subscribers": [],
22+
"branches_to_filter": [],
23+
"skip_source_output_uploading": false,
24+
"dependent_repositories": [
25+
{
26+
"path_to_root": "_themes",
27+
"url": "https://github.com/Microsoft/templates.docs.msft",
28+
"branch": "master",
29+
"branch_mapping": {}
30+
}
31+
]
32+
}

TOC.md

+7,771
Large diffs are not rendered by default.

VS_IDE/----devenv.exe-.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "-? (devenv.exe)"
3+
ms.custom: na
4+
ms.date: 10/03/2016
5+
ms.prod: visual-studio-dev14
6+
ms.reviewer: na
7+
ms.suite: na
8+
ms.technology:
9+
- vs-ide-general
10+
ms.tgt_pltfrm: na
11+
ms.topic: article
12+
H1: /? (devenv.exe)
13+
ms.assetid: fd8fd6b2-1304-4d06-8118-6629666801fb
14+
caps.latest.revision: 10
15+
manager: ghogen
16+
translation.priority.ht:
17+
- cs-cz
18+
- de-de
19+
- es-es
20+
- fr-fr
21+
- it-it
22+
- ja-jp
23+
- ko-kr
24+
- pl-pl
25+
- pt-br
26+
- ru-ru
27+
- tr-tr
28+
- zh-cn
29+
- zh-tw
30+
---
31+
# -? (devenv.exe)
32+
Displays a message box listing all `devenv` switches, with a brief description of each one.
33+
34+
## Syntax
35+
36+
```
37+
devenv /?
38+
```
39+
40+
## See Also
41+
[Devenv Command Line Switches](../VS_IDE/Devenv-Command-Line-Switches.md)

VS_IDE/-Build--devenv.exe-.md

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: "-Build (devenv.exe)"
3+
ms.custom: na
4+
ms.date: 10/03/2016
5+
ms.prod: visual-studio-dev14
6+
ms.reviewer: na
7+
ms.suite: na
8+
ms.technology:
9+
- vs-ide-general
10+
ms.tgt_pltfrm: na
11+
ms.topic: article
12+
H1: /Build (devenv.exe)
13+
ms.assetid: ced21627-7653-455b-8821-3e31c6a448cf
14+
caps.latest.revision: 15
15+
manager: ghogen
16+
translation.priority.ht:
17+
- cs-cz
18+
- de-de
19+
- es-es
20+
- fr-fr
21+
- it-it
22+
- ja-jp
23+
- ko-kr
24+
- pl-pl
25+
- pt-br
26+
- ru-ru
27+
- tr-tr
28+
- zh-cn
29+
- zh-tw
30+
---
31+
# -Build (devenv.exe)
32+
Builds a solution using a specified solution configuration file.
33+
34+
## Syntax
35+
36+
```
37+
Devenv SolutionName /build SolnConfigName [/project ProjName [/projectconfig ProjConfigName]]
38+
```
39+
40+
## Arguments
41+
`SolutionName`
42+
Required. The full path and name of the solution file.
43+
44+
`SolnConfigName`
45+
Required. The name of the solution configuration that will be used to build the solution named in `SolutionName`.
46+
47+
/project `ProjName`
48+
Optional. The path and name of a project file within the solution. You can enter a relative path from the `SolutionName` folder to the project file, or the project's display name, or the full path and name of the project file.
49+
50+
/projectconfig `ProjConfigName`
51+
Optional. The name of a project build configuration to be used when building the `/project` named.
52+
53+
## Remarks
54+
This switch performs the same function as the **Build Solution** menu command within the integrated development environment (IDE).
55+
56+
Enclose strings that include spaces in double quotation marks.
57+
58+
Summary information for builds, including errors, can be displayed in the **Command** window, or in any log file specified with the `/out` switch.
59+
60+
This command only builds projects that have changed since the last build. To build all projects in a solution, use [/Rebuild (devenv.exe)](../VS_IDE/-Rebuild--devenv.exe-.md).
61+
62+
## Example
63+
This example builds the project `CSharpConsoleApp`, using the `Debug` project build configuration within the `Debug` solution configuration of `MySolution`.
64+
65+
```
66+
devenv "C:\Documents and Settings\someuser\My Documents\Visual Studio\Projects\MySolution\MySolution.sln" /build Debug /project "CSharpWinApp\CSharpWinApp.csproj" /projectconfig Debug
67+
```
68+
69+
## See Also
70+
[Building and Cleaning Projects and Solutions in Visual Studio](../VS_IDE/Building-and-Cleaning-Projects-and-Solutions-in-Visual-Studio.md)
71+
[Devenv Command Line Switches](../VS_IDE/Devenv-Command-Line-Switches.md)
72+
[/Rebuild (devenv.exe)](../VS_IDE/-Rebuild--devenv.exe-.md)
73+
[/Clean (devenv.exe)](../VS_IDE/-Clean--devenv.exe-.md)
74+
[/Out (devenv.exe)](../VS_IDE/-Out--devenv.exe-.md)

VS_IDE/-Clean--devenv.exe-.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
---
2+
title: "-Clean (devenv.exe)"
3+
ms.custom: na
4+
ms.date: 10/03/2016
5+
ms.prod: visual-studio-dev14
6+
ms.reviewer: na
7+
ms.suite: na
8+
ms.technology:
9+
- vs-ide-general
10+
ms.tgt_pltfrm: na
11+
ms.topic: article
12+
H1: /Clean (devenv.exe)
13+
ms.assetid: 79929dfd-22c9-4cec-a0d0-a16f15b8f7e4
14+
caps.latest.revision: 12
15+
manager: ghogen
16+
translation.priority.ht:
17+
- cs-cz
18+
- de-de
19+
- es-es
20+
- fr-fr
21+
- it-it
22+
- ja-jp
23+
- ko-kr
24+
- pl-pl
25+
- pt-br
26+
- ru-ru
27+
- tr-tr
28+
- zh-cn
29+
- zh-tw
30+
---
31+
# -Clean (devenv.exe)
32+
Cleans all intermediary files and output directories.
33+
34+
## Syntax
35+
36+
```
37+
devenv FileName /Clean [ /project projectnameorfile [/projectconfig name ] ]
38+
```
39+
40+
## Arguments
41+
`FileName`
42+
Required. The full path and name of the solution file or project file.
43+
44+
/project `ProjName`
45+
Optional. The path and name of a project file within the solution. You can enter a relative path from the `SolutionName` folder to the project file, or the project's display name, or the full path and name of the project file.
46+
47+
/projectconfig `ProjConfigName`
48+
Optional. The name of a project build configuration to be used when cleaning the `/project` named.
49+
50+
## Remarks
51+
This switch performs the same function as the **Clean Solution** menu command within the integrated development environment (IDE).
52+
53+
Enclose strings that include spaces in double quotation marks.
54+
55+
Summary information for cleans and builds, including errors, can be displayed in the **Command** window, or in any log file specified with the `/out` switch.
56+
57+
## Example
58+
The first example cleans the `MySolution` solution, using the default configuration specified in the solution file.
59+
60+
The second example cleans the project `CSharpConsoleApp`, using the `Debug` project build configuration within the `Debug` solution configuration of `MySolution`.
61+
62+
```
63+
Devenv "C:\Documents and Settings\someuser\My Documents\Visual Studio\Projects\MySolution\MySolution.sln" /Clean
64+
65+
devenv "C:\Documents and Settings\someuser\My Documents\Visual Studio\Projects\MySolution\MySolution.sln" /Clean /project "CSharpWinApp\CSharpWinApp.csproj" /projectconfig "Debug"
66+
```
67+
68+
## See Also
69+
[Devenv Command Line Switches](../VS_IDE/Devenv-Command-Line-Switches.md)
70+
[/Build (devenv.exe)](../VS_IDE/-Build--devenv.exe-.md)
71+
[/Rebuild (devenv.exe)](../VS_IDE/-Rebuild--devenv.exe-.md)
72+
[/Out (devenv.exe)](../VS_IDE/-Out--devenv.exe-.md)

VS_IDE/-Command--devenv.exe-.md

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: "-Command (devenv.exe)"
3+
ms.custom: na
4+
ms.date: 10/03/2016
5+
ms.prod: visual-studio-dev14
6+
ms.reviewer: na
7+
ms.suite: na
8+
ms.technology:
9+
- vs-ide-general
10+
ms.tgt_pltfrm: na
11+
ms.topic: article
12+
H1: /Command (devenv.exe)
13+
ms.assetid: 13c20cd6-f09d-400a-8b7b-ecc266a32cef
14+
caps.latest.revision: 11
15+
manager: ghogen
16+
translation.priority.ht:
17+
- cs-cz
18+
- de-de
19+
- es-es
20+
- fr-fr
21+
- it-it
22+
- ja-jp
23+
- ko-kr
24+
- pl-pl
25+
- pt-br
26+
- ru-ru
27+
- tr-tr
28+
- zh-cn
29+
- zh-tw
30+
---
31+
# -Command (devenv.exe)
32+
Executes the specified command after launching the Visual Studio integrated development environment (IDE).
33+
34+
## Syntax
35+
36+
```
37+
devenv /command CommandName
38+
```
39+
40+
## Arguments
41+
`CommandName`
42+
Required. The complete name of a Visual Studio command or its alias, enclosed in double quotation marks. For more information about command and alias syntax, see [Visual Studio Commands](../VS_IDE/Visual-Studio-Commands.md).
43+
44+
## Remarks
45+
After startup is complete, the IDE executes the named command. If you use this switch, the IDE does not display the Visual Studio Start Page on startup.
46+
47+
If an add-in exposes a command, you can use this switch to launch the add-in from the command line. For more information, see [How to: Control Add-Ins By Using the Add-In Manager](../Topic/How%20to:%20Control%20Add-Ins%20By%20Using%20the%20Add-In%20Manager.md).
48+
49+
## Example
50+
This example launches Visual Studio and automatically runs the macro Open Favorite Files.
51+
52+
```
53+
devenv /command "Macros.MyMacros.Module1.OpenFavoriteFiles"
54+
```
55+
56+
## See Also
57+
[Devenv Command Line Switches](../VS_IDE/Devenv-Command-Line-Switches.md)
58+
[Visual Studio Command Aliases](../VS_IDE/Visual-Studio-Command-Aliases.md)

0 commit comments

Comments
 (0)