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