summaryrefslogtreecommitdiffstats
path: root/PriorityQueue.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'PriorityQueue.csproj')
-rw-r--r--PriorityQueue.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/PriorityQueue.csproj b/PriorityQueue.csproj
new file mode 100644
index 0000000..4ea4a6f
--- /dev/null
+++ b/PriorityQueue.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\Interfaces\Interfaces.csproj" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ <RootNamespace>PriorityQueue</RootNamespace>
+ </PropertyGroup>
+
+</Project>