about summary refs log tree commit diff
path: root/Sample/TokensSample.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-04-22 16:28:51 -0400
committerBen Harris <ben@tilde.team>2020-04-22 16:28:51 -0400
commit933a4f85604e21445c9bac8272d64cf3e6f65e00 (patch)
tree5b300ca37beff5cf11ed67a8b6e3550d24cf18a3 /Sample/TokensSample.csproj
parent338763fde71ba2dc0de8ea5e2437d24ee365874b (diff)
rename to IrcSharp
also tidy up formatting with vs tools
Diffstat (limited to 'Sample/TokensSample.csproj')
-rw-r--r--Sample/TokensSample.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/Sample/TokensSample.csproj b/Sample/TokensSample.csproj
new file mode 100644
index 0000000..7c66734
--- /dev/null
+++ b/Sample/TokensSample.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <OutputType>Exe</OutputType>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <ProjectReference Include="..\IrcTokens\IrcTokens.csproj" />
+  </ItemGroup>
+
+</Project>