about summary refs log tree commit diff
path: root/Sample/TokensSample.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-04-28 11:08:01 -0400
committerBen Harris <ben@tilde.team>2020-04-28 11:08:01 -0400
commit6a0b8dc22fc86a5de37278231f3f8418afc9b836 (patch)
tree2cac03089c4d15bfe5a66b30e2b2ee5be5255f49 /Sample/TokensSample.csproj
parent70e2eb8e7debc342d46a9ca08d70725cb624e19d (diff)
Fix stateful decoder i think
Diffstat (limited to 'Sample/TokensSample.csproj')
-rw-r--r--Sample/TokensSample.csproj12
1 files changed, 0 insertions, 12 deletions
diff --git a/Sample/TokensSample.csproj b/Sample/TokensSample.csproj
deleted file mode 100644
index 7c66734..0000000
--- a/Sample/TokensSample.csproj
+++ /dev/null
@@ -1,12 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-  <PropertyGroup>
-    <OutputType>Exe</OutputType>
-    <TargetFramework>netcoreapp3.1</TargetFramework>
-  </PropertyGroup>
-
-  <ItemGroup>
-    <ProjectReference Include="..\IrcTokens\IrcTokens.csproj" />
-  </ItemGroup>
-
-</Project>