about summary refs log tree commit diff
path: root/puny.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-08-05 14:16:46 -0400
committerBen Harris <ben@tilde.team>2022-08-05 14:17:36 -0400
commit1b872a0ede581b1edef3c04d5eec405c87056f3c (patch)
tree741695d927b7e59408493d2ca955c71ee3a60e4f /puny.csproj
init
Diffstat (limited to 'puny.csproj')
-rw-r--r--puny.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/puny.csproj b/puny.csproj
new file mode 100644
index 0000000..c2ecf2a
--- /dev/null
+++ b/puny.csproj
@@ -0,0 +1,13 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+    <PropertyGroup>
+        <OutputType>Exe</OutputType>
+        <TargetFramework>net6.0</TargetFramework>
+        <ImplicitUsings>enable</ImplicitUsings>
+    </PropertyGroup>
+
+    <ItemGroup>
+        <Using Include="System.Globalization" />
+    </ItemGroup>
+
+</Project>