From 29bafb44c7d646c70d3fd8c3e9b0ab7d1697712d Mon Sep 17 00:00:00 2001 From: Luca <681992+lukka@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:42:13 -0700 Subject: [PATCH 1/8] Learn Editor: Update advanced-property-page.md --- docs/build/reference/advanced-property-page.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index 8ac6bdc9b45..c347a34719f 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -4,6 +4,7 @@ title: "Advanced Property Page (Project)" ms.date: 08/31/2022 f1_keywords: ["VC.Project.VCConfiguration.TargetExt", "VC.Project.VCConfiguration.DeleteExtensionsOnClean", "VC.Project.VCConfiguration.BuildLogFile", "VC.Project.VCConfiguration.PreferredToolArchitecture", "VC.Project.VCConfiguration.UseDebugLibraries", "VC.Project.VCConfiguration.EnableUnitySupport", "VC.Project.VCConfiguration.CopyLocalDeploymentContent", "VC.Project.VCConfiguration.CopyLocalProjectReference", "VC.Project.VCConfiguration.CopyLocalDebugSymbols", "VC.Project.VCConfiguration.CopyCppRuntimeToOutputDir", "VC.Project.VCConfiguration.useOfMfc", "VC.Project.VCConfiguration.CharacterSet", "VC.Project.VCConfiguration.WholeProgramOptimization", "VC.Project.VCConfiguration.VCToolsVersion", "VC.Project.VCConfiguration.LLVMToolsVersion", "VC.Project.VCConfiguration.ManagedExtensions", "VC.Project.TargetFrameworkVersion", "VC.Project.VCConfiguration.EnableManagedIncrementalBuild", "VC.Project.VCConfiguration.ManagedAssembly"] --- + # Advanced Property Page ::: moniker range="<=msvc-150" @@ -106,7 +107,7 @@ To programmatically access this property, see Date: Thu, 20 Jul 2023 16:46:08 -0700 Subject: [PATCH 2/8] Update advanced-property-page.md drop a blank space --- docs/build/reference/advanced-property-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index c347a34719f..59f91209537 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -119,7 +119,7 @@ This option sets a `ManagedAssembly` build property that enables building only s ### .NET Target Windows Version -In managed projects targeting .NET (not .NET Framework), specifies the minimum Windows version that the project could leverage. The value is used by NuGet when determining the compatibility of projects and NuGet packages in the dependencies graph: the rule is that a project A depending on project B must have a .NET target Windows version greater or equal than the depending one. +In managed projects targeting .NET (not .NET Framework), specifies the minimum Windows version that the project could leverage. The value is used by NuGet when determining the compatibility of projects and NuGet packages in the dependencies graph: the rule is that a project A depending on project B must have a .NET target Windows version greater or equal than the depending one. ::: moniker-end From 9433d8814ed5834d8635f1b5bdc8052bb3367c99 Mon Sep 17 00:00:00 2001 From: Luca <681992+lukka@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:52:30 -0700 Subject: [PATCH 3/8] Update advanced-property-page.md address PR feedback --- docs/build/reference/advanced-property-page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index 59f91209537..45bae0294a5 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -107,7 +107,7 @@ To programmatically access this property, see Date: Fri, 21 Jul 2023 13:41:21 -0700 Subject: [PATCH 4/8] Update advanced-property-page.md Add the property `.NET Target Framework`, and expand the relation between options and .NET vs .NET Framework. --- docs/build/reference/advanced-property-page.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index 45bae0294a5..03f9adf81e6 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -107,7 +107,13 @@ To programmatically access this property, see Date: Fri, 21 Jul 2023 13:44:45 -0700 Subject: [PATCH 5/8] Update advanced-property-page.md fix typos --- docs/build/reference/advanced-property-page.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index 03f9adf81e6..a5a0e5d7134 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -111,9 +111,9 @@ This property is applicable only when the **Common Language Runtime support** pr ### .NET Target Framework -This property is applicable only when the **Common Language Runtime support** property is set to **.NET Runtime Support**, that is the project target [.NET](/dotnet/standard/glossary#net). +This property is applicable only when the **Common Language Runtime support** property is set to **.NET Runtime Support**, that is the project targets [.NET](/dotnet/standard/glossary#net). -This property specifies the .NET 5+ Target Framework Moniker this project targets, e.g. `net6.0-windows` or `net7.0-windows8.0`. +This property specifies the .NET 5+ Target Framework Moniker this project targets, e.g., `net6.0-windows` or `net7.0-windows8.0`. ### Enable Managed Incremental Build From 13ae74c25e3f8aa3d661e9b2375ad4f07250bac4 Mon Sep 17 00:00:00 2001 From: Luca <681992+lukka@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:41:02 -0700 Subject: [PATCH 6/8] Update advanced-property-page.md grammar fixes --- docs/build/reference/advanced-property-page.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index a5a0e5d7134..b9ec9567a57 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -107,13 +107,13 @@ To programmatically access this property, see Date: Fri, 21 Jul 2023 15:42:50 -0700 Subject: [PATCH 7/8] Update advanced-property-page.md another grammar fix --- docs/build/reference/advanced-property-page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index b9ec9567a57..7a046730e09 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -125,7 +125,7 @@ This option sets a `ManagedAssembly` build property that enables building only s ### .NET Target Windows Version -This property is applicable only when the **Common Language Runtime support** property is set to **.NET Runtime Support**, that is the project target [.NET](/dotnet/standard/glossary#net). +This property is applicable only when the **Common Language Runtime support** property is set to **.NET Runtime Support**, that is the project targets [.NET](/dotnet/standard/glossary#net). This property specifies the minimum Windows version that the project supports: this value is used by NuGet to determine the compatibility of projects and NuGet package dependencies. If a project A depends on project B, project A's .NET target Windows version must be greater or equal to project B's. ::: moniker-end From 08bf03cadc9fd4c15940f5c7dce400c53b18073f Mon Sep 17 00:00:00 2001 From: Luca <681992+lukka@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:37:15 +0000 Subject: [PATCH 8/8] "is applicable only when" -> "only applies when". Add blank line in paragraph of ".NET Target Windows Version" --- docs/build/reference/advanced-property-page.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/build/reference/advanced-property-page.md b/docs/build/reference/advanced-property-page.md index 7a046730e09..a16df317c14 100644 --- a/docs/build/reference/advanced-property-page.md +++ b/docs/build/reference/advanced-property-page.md @@ -107,11 +107,11 @@ To programmatically access this property, see