summaryrefslogtreecommitdiffstats
path: root/src/CS340.TSP/CS340.TSP.csproj
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-20 12:56:54 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-20 12:56:54 -0500
commit9891f2e94aef0e8f197d73dcc64eb9dac804f52a (patch)
tree2c58d622ebf56bbcf36510355de67d42d4415814 /src/CS340.TSP/CS340.TSP.csproj
parent559a73d6c139484eef5d16077de13acede36bf63 (diff)
moved TSP to a classlib
Diffstat (limited to 'src/CS340.TSP/CS340.TSP.csproj')
-rw-r--r--src/CS340.TSP/CS340.TSP.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CS340.TSP/CS340.TSP.csproj b/src/CS340.TSP/CS340.TSP.csproj
index d3419d7..08af2ae 100644
--- a/src/CS340.TSP/CS340.TSP.csproj
+++ b/src/CS340.TSP/CS340.TSP.csproj
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>