diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-08 04:29:09 +0000 |
commit | 8cdb4aab513016bc7ced77b2ac254184d8be5ef3 (patch) | |
tree | 78c9d5c029943db862317da2a279e5eac810fd3e /temps/temperatures/temperatures.csproj | |
parent | double -> int (diff) | |
download | cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar.gz cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar.bz2 cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.tar.xz cs-8cdb4aab513016bc7ced77b2ac254184d8be5ef3.zip |
temperatures
Diffstat (limited to 'temps/temperatures/temperatures.csproj')
-rw-r--r-- | temps/temperatures/temperatures.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/temps/temperatures/temperatures.csproj b/temps/temperatures/temperatures.csproj new file mode 100644 index 0000000..7b05c62 --- /dev/null +++ b/temps/temperatures/temperatures.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 |