diff options
customer maintenance
Diffstat (limited to 'customer_maintenance/CustomerMaintenance/CustomerMaintenance.csproj')
-rw-r--r-- | customer_maintenance/CustomerMaintenance/CustomerMaintenance.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/customer_maintenance/CustomerMaintenance/CustomerMaintenance.csproj b/customer_maintenance/CustomerMaintenance/CustomerMaintenance.csproj new file mode 100644 index 0000000..7b05c62 --- /dev/null +++ b/customer_maintenance/CustomerMaintenance/CustomerMaintenance.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 |