summaryrefslogtreecommitdiffstats
path: root/src/CS340.TSP/CS340.TSP.csproj
blob: dae9f9eb24c822014035ce476ad8eb88e6f8f4d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>net5.0</TargetFramework>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\CS340.Graph\CS340.Graph.csproj" />
    <ProjectReference Include="..\CS340.Interfaces\CS340.Interfaces.csproj" />
    <ProjectReference Include="..\CS340.Extensions\CS340.Extensions.csproj" />
  </ItemGroup>

</Project>