diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:47:26 +0000 |
commit | 1699ad285b7b7cd4aad7be41a0703d5e428fe55d (patch) | |
tree | a511b7ed4a73e2acd33261ecd75761477f2ded5b /future_value4/FutureValue/FutureValue.csproj | |
parent | payment (diff) | |
download | cs-1699ad285b7b7cd4aad7be41a0703d5e428fe55d.tar cs-1699ad285b7b7cd4aad7be41a0703d5e428fe55d.tar.gz cs-1699ad285b7b7cd4aad7be41a0703d5e428fe55d.tar.bz2 cs-1699ad285b7b7cd4aad7be41a0703d5e428fe55d.tar.xz cs-1699ad285b7b7cd4aad7be41a0703d5e428fe55d.zip |
future value 4
Diffstat (limited to 'future_value4/FutureValue/FutureValue.csproj')
-rw-r--r-- | future_value4/FutureValue/FutureValue.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/future_value4/FutureValue/FutureValue.csproj b/future_value4/FutureValue/FutureValue.csproj new file mode 100644 index 0000000..7b05c62 --- /dev/null +++ b/future_value4/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 |