From 1f317d3eb564e463a78cd0e47f4bcf95838c60ec Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: future value 2 --- future_value2/FutureValue/FutureValue.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 future_value2/FutureValue/FutureValue.csproj (limited to 'future_value2/FutureValue/FutureValue.csproj') diff --git a/future_value2/FutureValue/FutureValue.csproj b/future_value2/FutureValue/FutureValue.csproj new file mode 100644 index 0000000..7b05c62 --- /dev/null +++ b/future_value2/FutureValue/FutureValue.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