summaryrefslogtreecommitdiffstats
path: root/CS340.Graph.csproj
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-11 16:38:38 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-11 16:39:05 -0500
commit60cf1fcd44516cafb20abbdc06f4ee417dd026bc (patch)
treea22daf6fc2eea4aedff1388c3729ded96c0c1657 /CS340.Graph.csproj
parent1bab0bef287319c40b1451a12ae43686e39d5eba (diff)
migrated project to seperate repository
Diffstat (limited to 'CS340.Graph.csproj')
-rw-r--r--CS340.Graph.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/CS340.Graph.csproj b/CS340.Graph.csproj
index 81a2f0c..563e6f9 100644
--- a/CS340.Graph.csproj
+++ b/CS340.Graph.csproj
@@ -1,9 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
- <ItemGroup>
- <ProjectReference Include="..\CS340.PriorityQueue\CS340.PriorityQueue.csproj" />
- </ItemGroup>
-
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>