TipTaxTotal, DistanceTraveled, CtoFandFtoC

This commit is contained in:
2022-09-06 14:32:37 -05:00
parent 5576351339
commit bb25fe9ac8
93 changed files with 1200 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>