about summary refs log tree commit diff
path: root/Examples/States/States.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-02-26 00:09:40 -0500
committerBen Harris <ben@tilde.team>2021-02-26 00:10:52 -0500
commitcb24a9c5b5602da2f63fb8372178bd5517585520 (patch)
tree45032149c78be3fa3626aae26773e631b1944560 /Examples/States/States.csproj
parent35bbd30c2506b3d0b18397ef1443fb18c0d893d6 (diff)
rename example projects
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>