summary refs log tree commit diff
path: root/double2int/test.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'double2int/test.csproj')
-rw-r--r--double2int/test.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/double2int/test.csproj b/double2int/test.csproj
new file mode 100644
index 0000000..d439800
--- /dev/null
+++ b/double2int/test.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">

+

+  <PropertyGroup>

+    <OutputType>Exe</OutputType>

+    <TargetFramework>net7.0</TargetFramework>

+    <ImplicitUsings>enable</ImplicitUsings>

+    <Nullable>enable</Nullable>

+  </PropertyGroup>

+

+</Project>