summaryrefslogtreecommitdiff
path: root/fortune-pit-net.csproj
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-10-03 15:44:50 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-10-03 15:44:50 -0400
commitff945fabb4d9b74822e0af7a63d042b59428003a (patch)
tree8c71e6bee217160cfa8300c25939eb4025782061 /fortune-pit-net.csproj
downloadfortune-pit-net-master.tar.xz
fortune-pit-net-master.zip
Diffstat (limited to 'fortune-pit-net.csproj')
-rw-r--r--fortune-pit-net.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/fortune-pit-net.csproj b/fortune-pit-net.csproj
new file mode 100644
index 0000000..8c4111f
--- /dev/null
+++ b/fortune-pit-net.csproj
@@ -0,0 +1,11 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net9.0</TargetFramework>
+ <RootNamespace>fortune_pit_net</RootNamespace>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>