From 8511ba188088dacf6e0429f78d45a7d083339876 Mon Sep 17 00:00:00 2001
From: ​
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: invoice total 2

---
 invoice_total2/InvoiceTotal/InvoiceTotal.csproj | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 invoice_total2/InvoiceTotal/InvoiceTotal.csproj

(limited to 'invoice_total2/InvoiceTotal/InvoiceTotal.csproj')

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
-- 
cgit 1.4.1