summaryrefslogtreecommitdiffstats
path: root/src/CS340.Plotter/CS340.Plotter.csproj
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-22 01:08:33 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-22 01:08:33 -0500
commit292555a07b72ae1470c49ee2cee82db16d1c9cbd (patch)
tree21418f63624c37befaa34f57886d47b4a9824a8c /src/CS340.Plotter/CS340.Plotter.csproj
parentd2dea1b16ff29f6e45fca971290f94d4e0ed2467 (diff)
added more generics
Diffstat (limited to 'src/CS340.Plotter/CS340.Plotter.csproj')
-rw-r--r--src/CS340.Plotter/CS340.Plotter.csproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/CS340.Plotter/CS340.Plotter.csproj b/src/CS340.Plotter/CS340.Plotter.csproj
index 7a10161..1cbf369 100644
--- a/src/CS340.Plotter/CS340.Plotter.csproj
+++ b/src/CS340.Plotter/CS340.Plotter.csproj
@@ -1,5 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
+ <ItemGroup>
+ <ProjectReference Include="..\CS340.Graph\CS340.Graph.csproj" />
+ <ProjectReference Include="..\CS340.TSP\CS340.TSP.csproj" />
+ <Content Include="graphs\*.*">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Remove="graphs\test.txt" />
+ </ItemGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>