diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:44:36 +0000 |
commit | 8511ba188088dacf6e0429f78d45a7d083339876 (patch) | |
tree | d205ecfe91b59609d41db5fdd7d576f1c4fe5b59 /invoice_total2/InvoiceTotal/InvoiceTotal.csproj | |
parent | future value 1 (diff) | |
download | cs-8511ba188088dacf6e0429f78d45a7d083339876.tar cs-8511ba188088dacf6e0429f78d45a7d083339876.tar.gz cs-8511ba188088dacf6e0429f78d45a7d083339876.tar.bz2 cs-8511ba188088dacf6e0429f78d45a7d083339876.tar.xz cs-8511ba188088dacf6e0429f78d45a7d083339876.zip |
invoice total 2
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 |