diff options
Diffstat (limited to 'invoice_total2/InvoiceTotal/InvoiceTotal.csproj')
-rw-r--r-- | invoice_total2/InvoiceTotal/InvoiceTotal.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/invoice_total2/InvoiceTotal/InvoiceTotal.csproj b/invoice_total2/InvoiceTotal/InvoiceTotal.csproj new file mode 100644 index 0000000..7b05c62 --- /dev/null +++ b/invoice_total2/InvoiceTotal/InvoiceTotal.csproj @@ -0,0 +1,9 @@ +<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> + + <PropertyGroup> + <OutputType>WinExe</OutputType> + <TargetFramework>netcoreapp3.1</TargetFramework> + <UseWindowsForms>true</UseWindowsForms> + </PropertyGroup> + +</Project> \ No newline at end of file |