summary refs log tree commit diff
path: root/todo/todo/todo.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'todo/todo/todo.csproj')
-rw-r--r--todo/todo/todo.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/todo/todo/todo.csproj b/todo/todo/todo.csproj
new file mode 100644
index 0000000..7b05c62
--- /dev/null
+++ b/todo/todo/todo.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