From 72a21aece2e43b4ce50ed014b80488a543a86ccb Mon Sep 17 00:00:00 2001
From: ​
Date: Thu, 1 Jan 1970 00:00:00 +0000
Subject: double -> int

---
 double2int/test/test.csproj | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 double2int/test/test.csproj

(limited to 'double2int/test/test.csproj')

diff --git a/double2int/test/test.csproj b/double2int/test/test.csproj
new file mode 100644
index 0000000..40c60dd
--- /dev/null
+++ b/double2int/test/test.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <OutputType>Exe</OutputType>
+    <TargetFramework>net6.0</TargetFramework>
+    <ImplicitUsings>enable</ImplicitUsings>
+    <Nullable>enable</Nullable>
+  </PropertyGroup>
+
+</Project>
-- 
cgit 1.4.1