about summary refs log tree commit diff
path: root/Examples/States/States.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/States/States.csproj')
-rw-r--r--Examples/States/States.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Examples/States/States.csproj b/Examples/States/States.csproj
new file mode 100644
index 0000000..cafac01
--- /dev/null
+++ b/Examples/States/States.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <OutputType>Exe</OutputType>
+    <TargetFramework>net5.0</TargetFramework>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <ProjectReference Include="..\..\IRCStates\IRCStates.csproj" />
+  </ItemGroup>
+
+</Project>