Skip to content

Commit 40d6416

Browse files
authored
Merge pull request #8367 from psfinaki/patch-1
Added F# related info
2 parents 74283ab + 8fee6e0 commit 40d6416

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/ide/reference/project-properties-reference.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ The following Visual Studio 2019 screenshot shows an example of the .NET project
5656

5757
|Property |Language/platform |Description |
5858
|---------------|-----------------------|-------------------------------------------------------------------------|
59-
|Application | [C#](application-page-project-designer-csharp.md), [Visual Basic](application-page-project-designer-visual-basic.md), [UWP](application-page-project-designer-uwp.md), WPF | Specify application settings and properties for a project. |
60-
|Build | [C#](build-page-project-designer-csharp.md), WPF | Specify build configuration properties for a project. |
59+
|Application | [C#](application-page-project-designer-csharp.md), F#, [Visual Basic](application-page-project-designer-visual-basic.md), [UWP](application-page-project-designer-uwp.md), WPF | Specify application settings and properties for a project. |
60+
|Build | [C#](build-page-project-designer-csharp.md), F#, WPF | Specify build configuration properties for a project. |
6161
|Build Events | [C#](build-events-page-project-designer-csharp.md), Visual Basic, WPF | Specify build configuration instructions. |
62-
|[Code Analysis](code-analysis-project-designer.md) | C#, Visual Basic, WPF | Configure the code analysis tool. |
62+
|[Code Analysis](code-analysis-project-designer.md) | C#, F#, Visual Basic, WPF | Configure the code analysis tool. |
6363
|Compile | [Visual Basic](compile-page-project-designer-visual-basic.md) | Specify compilation properties |
6464
|My Extensions | Visual Basic | Manage [My Namespace](/dotnet/visual-basic/developing-apps/customizing-extending-my/) extensions. |
65-
|Package | C#, Visual Basic | Generate a NuGet package on build. |
65+
|Package | C#, F#, Visual Basic | Generate a NuGet package on build. |
6666
|[Publish](publish-page-project-designer.md) | Visual Basic, WPF | Configure properties for [!INCLUDE[ndptecclick](../../deployment/includes/ndptecclick_md.md)].|
6767
|References | [Visual Basic](references-page-project-designer-visual-basic.md) | Manage the references used by a project. |
6868
|Reference Paths | WPF | Manage reference paths for a project. |
69-
|Resources | C#, Visual Basic, WPF | Access the RESX file from Solution Explorer for a C# project, create a default resources file for a Visual Basic project, or add resources to a WPF project. |
69+
|Resources | C#, F#, Visual Basic, WPF | Access the RESX file from Solution Explorer for a C# project, create a default resources file for a Visual Basic project, or add resources to a WPF project. |
7070
|[Services](services-page-project-designer.md) | Visual Basic, WPF, Windows Forms | Enable client application services. |
71-
|[Settings](settings-page-project-designer.md) | C#, Visual Basic, WPF | Specify a project's application settings. |
71+
|[Settings](settings-page-project-designer.md) | C#, F#, Visual Basic, WPF | Specify a project's application settings. |
7272
|[Signing](signing-page-project-designer.md) | Visual Basic, WPF | Sign application and deployment manifests, and sign the assembly. (For a Visual Basic project, the [!INCLUDE[ndptecclick](../../deployment/includes/ndptecclick_md.md)] manifest signing for .NET projects is now under **Build** > **Publish**.) |
7373
|Security | Visual Basic, [WPF](security-page-project-designer.md) | Configure code access security settings for applications that are deployed by using [!INCLUDE[ndptecclick](../../deployment/includes/ndptecclick_md.md)] deployment.
7474

@@ -95,4 +95,4 @@ The following Visual Studio 2019 screenshot shows an example of the .NET project
9595
## See also
9696

9797
- [What are solutions and projects in Visual Studio?](../solutions-and-projects-in-visual-studio.md)
98-
- [Learn about Solution Explorer](../use-solution-explorer.md)
98+
- [Learn about Solution Explorer](../use-solution-explorer.md)

0 commit comments

Comments
 (0)