Skip to content

Added ANCMPreConfiguredForIIS #4446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/msbuild/common-msbuild-project-properties.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Common MSBuild Project Properties | Microsoft Docs"
ms.date: "01/18/2018"
ms.date: "12/06/2019"
ms.topic: "reference"
dev_langs:
- "VB"
Expand Down Expand Up @@ -31,6 +31,7 @@ The following table lists frequently used properties that are defined in the Vis
| AdditionalLibPaths | Specifies additional folders in which compilers should look for reference assemblies. |
| AddModules | Causes the compiler to make all type information from the specified files available to the project you are compiling. This property is equivalent to the `/addModules` compiler switch. |
| ALToolPath | The path where *AL.exe* can be found. This property overrides the current version of *AL.exe* to enable use of a different version. |
| ANCMPreConfiguredForIIS | A boolean value that indicates whether web.config should be updated as part of running a web application within Visual Studio (for example, the inclusion of `VSIISExeLauncher.exe` in the `processPath` parameter for the `aspNetCore` handler.) This only applies to web applications targeting IIS (not IIS Express) and running in-process. The default value is `false`, which means local web.config files will be updated upon running the web application in Visual Studio. |
| ApplicationIcon | The *.ico* icon file to pass to the compiler for embedding as a Win32 icon. The property is equivalent to the `/win32icon` compiler switch. |
| ApplicationManifest | Specifies the path of the file that is used to generate external User Account Control (UAC) manifest information. Applies only to Visual Studio projects targeting [!INCLUDE[windowsver](../deployment/includes/windowsver_md.md)].<br /><br /> In most cases, the manifest is embedded. However, if you use Registration Free COM or [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] deployment, then the manifest can be an external file that is installed together with your application assemblies. For more information, see the NoWin32Manifest property in this topic. |
| AssemblyOriginatorKeyFile | Specifies the file that's used to sign the assembly (*.snk* or *.pfx*) and that's passed to the [ResolveKeySource task](../msbuild/resolvekeysource-task.md) to generate the actual key that's used to sign the assembly. |
Expand Down