From 210983227eb5bd418f7fe3b6656e4624df26f8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=AE=E4=B8=AD=E4=BA=8C=E7=97=85=E3=81=AB?= =?UTF-8?q?=E7=88=86=E7=84=94=E3=82=92=EF=BC=81?= Date: Fri, 5 Jan 2024 22:53:59 +0800 Subject: [PATCH] fix of the missing field --- vs_solutions/dev/VisualStudio/vbproj/Xml/PropertyGroup.vb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vs_solutions/dev/VisualStudio/vbproj/Xml/PropertyGroup.vb b/vs_solutions/dev/VisualStudio/vbproj/Xml/PropertyGroup.vb index f8ce7e136c..1c5e1e4c21 100644 --- a/vs_solutions/dev/VisualStudio/vbproj/Xml/PropertyGroup.vb +++ b/vs_solutions/dev/VisualStudio/vbproj/Xml/PropertyGroup.vb @@ -79,7 +79,9 @@ Namespace vbproj.Xml Public Property FileAlignment As String Public Property MyType As String Public Property TargetFrameworkVersion As String - Public Property TargetFrameworkProfile + Public Property TargetFrameworkProfile As String + Public Property TargetFramework As String + Public Property Platforms As String Public Property StartupObject As String Public Property PublishUrl As String Public Property Install As String