summaryrefslogtreecommitdiff
path: root/MorgSimulator.csproj
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-10-16 20:23:12 -0700
committerFuwn <[email protected]>2025-10-16 20:23:12 -0700
commitc9d655807d0046be1fa2cd19991354b703c55c87 (patch)
treeac14221c639baf208c01cc11ee01649d9eef05b7 /MorgSimulator.csproj
downloadcst276-c9d655807d0046be1fa2cd19991354b703c55c87.tar.xz
cst276-c9d655807d0046be1fa2cd19991354b703c55c87.zip
feat: Implement Assignment 1 functionality
Diffstat (limited to 'MorgSimulator.csproj')
-rw-r--r--MorgSimulator.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/MorgSimulator.csproj b/MorgSimulator.csproj
new file mode 100644
index 0000000..017f6f8
--- /dev/null
+++ b/MorgSimulator.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net9.0</TargetFramework>
+ <ImplicitUsings>false</ImplicitUsings>
+ <Nullable>warnings</Nullable>
+ </PropertyGroup>
+
+</Project>