create EnvelopeGenerator.Application.VB

This commit is contained in:
Developer 02
2025-11-11 21:49:56 +01:00
parent 9c4766518e
commit 965838513f
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>EnvelopeGenerator.Application.VB</RootNamespace>
<TargetFrameworks>net7.0;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>
</Project>