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