summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PriorityQueue.csproj (renamed from CS340.PriorityQueue.csproj)24
1 files changed, 12 insertions, 12 deletions
diff --git a/CS340.PriorityQueue.csproj b/PriorityQueue.csproj
index 1cc3a66..4ea4a6f 100644
--- a/CS340.PriorityQueue.csproj
+++ b/PriorityQueue.csproj
@@ -1,12 +1,12 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <ItemGroup>
- <ProjectReference Include="..\CS340.Interfaces\CS340.Interfaces.csproj" />
- </ItemGroup>
-
- <PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
- <RootNamespace>PriorityQueue</RootNamespace>
- </PropertyGroup>
-
-</Project>
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\Interfaces\Interfaces.csproj" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ <RootNamespace>PriorityQueue</RootNamespace>
+ </PropertyGroup>
+
+</Project>