From 19e67ad57a852efc0568cda683b5384bda824c07 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 28 Jun 2024 12:17:08 -0600 Subject: [PATCH] Add support for VB.NET projects --- Directory.Build.props | 1 - Directory.Build.targets | 4 ++++ src/AssemblyInfo.vb | 6 ++++++ src/Directory.Build.targets | 3 ++- 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 src/AssemblyInfo.vb diff --git a/Directory.Build.props b/Directory.Build.props index 1c77d5d6..803396d0 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,7 +6,6 @@ $(RepoRootPath)obj\$([MSBuild]::MakeRelative($(RepoRootPath), $(MSBuildProjectDirectory)))\ $(RepoRootPath)bin\$(MSBuildProjectName)\ $(RepoRootPath)bin\Packages\$(Configuration)\ - 12 enable enable latest diff --git a/Directory.Build.targets b/Directory.Build.targets index b4afce0a..ecd71a31 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,5 +1,9 @@ + + 12 + 16.9 + diff --git a/src/AssemblyInfo.vb b/src/AssemblyInfo.vb new file mode 100644 index 00000000..34b7cbe1 --- /dev/null +++ b/src/AssemblyInfo.vb @@ -0,0 +1,6 @@ +' Copyright (c) COMPANY-PLACEHOLDER. All rights reserved. +' Licensed under the MIT license. See LICENSE file in the project root for full license information. + +Imports System.Runtime.InteropServices + + diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index 07f41346..654f5c6d 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -1,7 +1,8 @@ - + +