aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitattributesbin0 -> 1144 bytes
-rw-r--r--.gitignorebin0 -> 15238 bytes
-rw-r--r--.vscode/launch.json24
-rw-r--r--.vscode/tasks.json38
-rw-r--r--LICENSEbin0 -> 2186 bytes
-rw-r--r--NetworkFlow.sln54
-rw-r--r--README.md2
-rw-r--r--src/NetworkFlow/NetworkFlow.cs8
-rw-r--r--src/NetworkFlow/NetworkFlow.csproj7
-rw-r--r--src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.deps.json23
-rw-r--r--src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.dllbin0 -> 4096 bytes
-rw-r--r--src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.pdbbin0 -> 9652 bytes
-rw-r--r--src/NetworkFlow/bin/Debug/net5.0/ref/NetworkFlow.dllbin0 -> 4608 bytes
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs4
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfo.cs23
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfoInputs.cache1
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.GeneratedMSBuildEditorConfig.editorconfig10
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.assets.cachebin0 -> 272 bytes
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.AssemblyReference.cachebin0 -> 69896 bytes
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.CoreCompileInputs.cache1
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.FileListAbsolute.txt12
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.dllbin0 -> 4096 bytes
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.pdbbin0 -> 9652 bytes
-rw-r--r--src/NetworkFlow/obj/Debug/net5.0/ref/NetworkFlow.dllbin0 -> 4608 bytes
-rw-r--r--src/NetworkFlow/obj/NetworkFlow.csproj.nuget.dgspec.json68
-rw-r--r--src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.props20
-rw-r--r--src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.targets6
-rw-r--r--src/NetworkFlow/obj/project.assets.json75
-rw-r--r--src/NetworkFlow/obj/project.nuget.cache8
-rw-r--r--src/Program/Program.cs12
-rw-r--r--src/Program/Program.csproj12
-rw-r--r--src/Program/bin/Debug/net5.0/NetworkFlow.dllbin0 -> 4096 bytes
-rw-r--r--src/Program/bin/Debug/net5.0/NetworkFlow.pdbbin0 -> 9652 bytes
-rw-r--r--src/Program/bin/Debug/net5.0/Program.deps.json36
-rw-r--r--src/Program/bin/Debug/net5.0/Program.dllbin0 -> 4608 bytes
-rw-r--r--src/Program/bin/Debug/net5.0/Program.exebin0 -> 125952 bytes
-rw-r--r--src/Program/bin/Debug/net5.0/Program.pdbbin0 -> 9752 bytes
-rw-r--r--src/Program/bin/Debug/net5.0/Program.runtimeconfig.dev.json10
-rw-r--r--src/Program/bin/Debug/net5.0/Program.runtimeconfig.json9
-rw-r--r--src/Program/bin/Debug/net5.0/ref/Program.dllbin0 -> 5120 bytes
-rw-r--r--src/Program/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs4
-rw-r--r--src/Program/obj/Debug/net5.0/Program.AssemblyInfo.cs23
-rw-r--r--src/Program/obj/Debug/net5.0/Program.AssemblyInfoInputs.cache1
-rw-r--r--src/Program/obj/Debug/net5.0/Program.GeneratedMSBuildEditorConfig.editorconfig10
-rw-r--r--src/Program/obj/Debug/net5.0/Program.assets.cachebin0 -> 272 bytes
-rw-r--r--src/Program/obj/Debug/net5.0/Program.csproj.AssemblyReference.cachebin0 -> 70341 bytes
-rw-r--r--src/Program/obj/Debug/net5.0/Program.csproj.CopyComplete0
-rw-r--r--src/Program/obj/Debug/net5.0/Program.csproj.CoreCompileInputs.cache1
-rw-r--r--src/Program/obj/Debug/net5.0/Program.csproj.FileListAbsolute.txt19
-rw-r--r--src/Program/obj/Debug/net5.0/Program.dllbin0 -> 4608 bytes
-rw-r--r--src/Program/obj/Debug/net5.0/Program.genruntimeconfig.cache1
-rw-r--r--src/Program/obj/Debug/net5.0/Program.pdbbin0 -> 9752 bytes
-rw-r--r--src/Program/obj/Debug/net5.0/apphost.exebin0 -> 125952 bytes
-rw-r--r--src/Program/obj/Debug/net5.0/ref/Program.dllbin0 -> 5120 bytes
-rw-r--r--src/Program/obj/Program.csproj.nuget.dgspec.json132
-rw-r--r--src/Program/obj/Program.csproj.nuget.g.props20
-rw-r--r--src/Program/obj/Program.csproj.nuget.g.targets6
-rw-r--r--src/Program/obj/project.assets.json98
-rw-r--r--src/Program/obj/project.nuget.cache8
59 files changed, 786 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f740337
--- /dev/null
+++ b/.gitattributes
Binary files differ
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..06cb829
--- /dev/null
+++ b/.gitignore
Binary files differ
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..621159b
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,24 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": ".NET Core Launch (console)",
+ "type": "coreclr",
+ "request": "launch",
+ "preLaunchTask": "build",
+ "program": "${workspaceFolder}/src/Program/bin/Debug/net5.0/Program.dll",
+ "args": [],
+ "cwd": "${workspaceFolder}/src/Program",
+ "console": "internalConsole",
+ "stopAtEntry": false
+ },
+ {
+ "name": ".NET Core Attach",
+ "type": "coreclr",
+ "request": "attach"
+ }
+ ]
+} \ No newline at end of file
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
new file mode 100644
index 0000000..b232ff5
--- /dev/null
+++ b/.vscode/tasks.json
@@ -0,0 +1,38 @@
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the tasks.json format
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "build",
+ "command": "dotnet",
+ "type": "shell",
+ "args": [
+ "build",
+ // Ask dotnet build to generate full paths for file names.
+ "/property:GenerateFullPaths=true",
+ // Do not generate summary otherwise it leads to duplicate errors in Problems panel
+ "/consoleloggerparameters:NoSummary"
+ ],
+ "group": "build",
+ "presentation": {
+ "reveal": "silent"
+ },
+ "problemMatcher": "$msCompile"
+ },
+ {
+ "label": "release",
+ "command": "dotnet",
+ "type": "process",
+ "args": [
+ "publish",
+ "${workspaceFolder}/NetworkFlow.sln",
+ "-c",
+ "Release",
+ "-o",
+ "${workspaceFolder}/release"
+ ],
+ "problemMatcher": "$msCompile"
+ }
+ ]
+} \ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..6127145
--- /dev/null
+++ b/LICENSE
Binary files differ
diff --git a/NetworkFlow.sln b/NetworkFlow.sln
new file mode 100644
index 0000000..0989335
--- /dev/null
+++ b/NetworkFlow.sln
@@ -0,0 +1,54 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30114.105
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7C2084F7-6910-4E4A-A2FA-5249864088EB}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Program", "src\Program\Program.csproj", "{547E5744-3E95-43B8-AA3B-65523503CBDE}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkFlow", "src\NetworkFlow\NetworkFlow.csproj", "{E3366AC7-9284-495B-B95C-1CFE8682E91E}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x64 = Debug|x64
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x64 = Release|x64
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Debug|x64.Build.0 = Debug|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Debug|x86.Build.0 = Debug|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Release|x64.ActiveCfg = Release|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Release|x64.Build.0 = Release|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Release|x86.ActiveCfg = Release|Any CPU
+ {547E5744-3E95-43B8-AA3B-65523503CBDE}.Release|x86.Build.0 = Release|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Debug|x64.Build.0 = Debug|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Debug|x86.Build.0 = Debug|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Release|x64.ActiveCfg = Release|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Release|x64.Build.0 = Release|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Release|x86.ActiveCfg = Release|Any CPU
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E}.Release|x86.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {547E5744-3E95-43B8-AA3B-65523503CBDE} = {7C2084F7-6910-4E4A-A2FA-5249864088EB}
+ {E3366AC7-9284-495B-B95C-1CFE8682E91E} = {7C2084F7-6910-4E4A-A2FA-5249864088EB}
+ EndGlobalSection
+EndGlobal
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e04d4cd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# NetworkFlow
+CS 456: Project4 - Network Flow \ No newline at end of file
diff --git a/src/NetworkFlow/NetworkFlow.cs b/src/NetworkFlow/NetworkFlow.cs
new file mode 100644
index 0000000..df6c513
--- /dev/null
+++ b/src/NetworkFlow/NetworkFlow.cs
@@ -0,0 +1,8 @@
+using System;
+
+namespace NetworkFlow
+{
+ public class NetworkFlow
+ {
+ }
+}
diff --git a/src/NetworkFlow/NetworkFlow.csproj b/src/NetworkFlow/NetworkFlow.csproj
new file mode 100644
index 0000000..f208d30
--- /dev/null
+++ b/src/NetworkFlow/NetworkFlow.csproj
@@ -0,0 +1,7 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>
diff --git a/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.deps.json b/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.deps.json
new file mode 100644
index 0000000..f4094b0
--- /dev/null
+++ b/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "NetworkFlow/1.0.0": {
+ "runtime": {
+ "NetworkFlow.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "NetworkFlow/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+} \ No newline at end of file
diff --git a/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.dll b/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.dll
new file mode 100644
index 0000000..32dbc27
--- /dev/null
+++ b/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.dll
Binary files differ
diff --git a/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.pdb b/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.pdb
new file mode 100644
index 0000000..af52e51
--- /dev/null
+++ b/src/NetworkFlow/bin/Debug/net5.0/NetworkFlow.pdb
Binary files differ
diff --git a/src/NetworkFlow/bin/Debug/net5.0/ref/NetworkFlow.dll b/src/NetworkFlow/bin/Debug/net5.0/ref/NetworkFlow.dll
new file mode 100644
index 0000000..fc632b4
--- /dev/null
+++ b/src/NetworkFlow/bin/Debug/net5.0/ref/NetworkFlow.dll
Binary files differ
diff --git a/src/NetworkFlow/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/src/NetworkFlow/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2f7e5ec
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfo.cs b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfo.cs
new file mode 100644
index 0000000..527b989
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("NetworkFlow")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("NetworkFlow")]
+[assembly: System.Reflection.AssemblyTitleAttribute("NetworkFlow")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfoInputs.cache b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..04ada1f
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+157db41711dfe986fa65b1aae777a9c52aeca536
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.GeneratedMSBuildEditorConfig.editorconfig b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..34cdf5d
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,10 @@
+is_global = true
+build_property.TargetFramework = net5.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile =
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
+build_property.RootNamespace = NetworkFlow
+build_property.ProjectDir = C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.assets.cache b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.assets.cache
new file mode 100644
index 0000000..4840b0d
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.assets.cache
Binary files differ
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.AssemblyReference.cache b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..ea4ccf7
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.AssemblyReference.cache
Binary files differ
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.CoreCompileInputs.cache b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..5f1250d
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+8db3d10a3258119a31fd03929778a726cec4943e
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.FileListAbsolute.txt b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..7c1d1e8
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.csproj.FileListAbsolute.txt
@@ -0,0 +1,12 @@
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\bin\Debug\net5.0\NetworkFlow.deps.json
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\bin\Debug\net5.0\NetworkFlow.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\bin\Debug\net5.0\ref\NetworkFlow.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\bin\Debug\net5.0\NetworkFlow.pdb
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.csproj.AssemblyReference.cache
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.AssemblyInfoInputs.cache
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.AssemblyInfo.cs
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.csproj.CoreCompileInputs.cache
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\ref\NetworkFlow.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\NetworkFlow\obj\Debug\net5.0\NetworkFlow.pdb
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.dll b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.dll
new file mode 100644
index 0000000..32dbc27
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.dll
Binary files differ
diff --git a/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.pdb b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.pdb
new file mode 100644
index 0000000..af52e51
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/NetworkFlow.pdb
Binary files differ
diff --git a/src/NetworkFlow/obj/Debug/net5.0/ref/NetworkFlow.dll b/src/NetworkFlow/obj/Debug/net5.0/ref/NetworkFlow.dll
new file mode 100644
index 0000000..fc632b4
--- /dev/null
+++ b/src/NetworkFlow/obj/Debug/net5.0/ref/NetworkFlow.dll
Binary files differ
diff --git a/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.dgspec.json b/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..6bb4d53
--- /dev/null
+++ b/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.dgspec.json
@@ -0,0 +1,68 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "projectName": "NetworkFlow",
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "packagesPath": "C:\\Users\\nkoll\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\nkoll\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.props b/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.props
new file mode 100644
index 0000000..2c3c04b
--- /dev/null
+++ b/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.props
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+ <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
+ <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
+ <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
+ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
+ <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\nkoll\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
+ <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
+ </PropertyGroup>
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+ <SourceRoot Include="C:\Users\nkoll\.nuget\packages\" />
+ <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
+ <SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
+ </ItemGroup>
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.targets b/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.targets
new file mode 100644
index 0000000..53cfaa1
--- /dev/null
+++ b/src/NetworkFlow/obj/NetworkFlow.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/src/NetworkFlow/obj/project.assets.json b/src/NetworkFlow/obj/project.assets.json
new file mode 100644
index 0000000..a905bf9
--- /dev/null
+++ b/src/NetworkFlow/obj/project.assets.json
@@ -0,0 +1,75 @@
+{
+ "version": 3,
+ "targets": {
+ "net5.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net5.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\nkoll\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "projectName": "NetworkFlow",
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "packagesPath": "C:\\Users\\nkoll\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\nkoll\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/src/NetworkFlow/obj/project.nuget.cache b/src/NetworkFlow/obj/project.nuget.cache
new file mode 100644
index 0000000..edac28f
--- /dev/null
+++ b/src/NetworkFlow/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "li/fbbKHoTsplkPZDTW0PIg6DD11YpkxmBKP8fe7aI2uC65bCBFgVqgi6ix3Ue2gUuRWnUw0JZWvQw5eTK+Ckg==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+} \ No newline at end of file
diff --git a/src/Program/Program.cs b/src/Program/Program.cs
new file mode 100644
index 0000000..426284a
--- /dev/null
+++ b/src/Program/Program.cs
@@ -0,0 +1,12 @@
+using System;
+
+namespace Program
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Hello World!");
+ }
+ }
+}
diff --git a/src/Program/Program.csproj b/src/Program/Program.csproj
new file mode 100644
index 0000000..e42c544
--- /dev/null
+++ b/src/Program/Program.csproj
@@ -0,0 +1,12 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <ItemGroup>
+ <ProjectReference Include="..\NetworkFlow\NetworkFlow.csproj" />
+ </ItemGroup>
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net5.0</TargetFramework>
+ </PropertyGroup>
+
+</Project>
diff --git a/src/Program/bin/Debug/net5.0/NetworkFlow.dll b/src/Program/bin/Debug/net5.0/NetworkFlow.dll
new file mode 100644
index 0000000..32dbc27
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/NetworkFlow.dll
Binary files differ
diff --git a/src/Program/bin/Debug/net5.0/NetworkFlow.pdb b/src/Program/bin/Debug/net5.0/NetworkFlow.pdb
new file mode 100644
index 0000000..af52e51
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/NetworkFlow.pdb
Binary files differ
diff --git a/src/Program/bin/Debug/net5.0/Program.deps.json b/src/Program/bin/Debug/net5.0/Program.deps.json
new file mode 100644
index 0000000..959dfe1
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/Program.deps.json
@@ -0,0 +1,36 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "Program/1.0.0": {
+ "dependencies": {
+ "NetworkFlow": "1.0.0"
+ },
+ "runtime": {
+ "Program.dll": {}
+ }
+ },
+ "NetworkFlow/1.0.0": {
+ "runtime": {
+ "NetworkFlow.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Program/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "NetworkFlow/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+} \ No newline at end of file
diff --git a/src/Program/bin/Debug/net5.0/Program.dll b/src/Program/bin/Debug/net5.0/Program.dll
new file mode 100644
index 0000000..e966d61
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/Program.dll
Binary files differ
diff --git a/src/Program/bin/Debug/net5.0/Program.exe b/src/Program/bin/Debug/net5.0/Program.exe
new file mode 100644
index 0000000..6740fbf
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/Program.exe
Binary files differ
diff --git a/src/Program/bin/Debug/net5.0/Program.pdb b/src/Program/bin/Debug/net5.0/Program.pdb
new file mode 100644
index 0000000..43d2591
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/Program.pdb
Binary files differ
diff --git a/src/Program/bin/Debug/net5.0/Program.runtimeconfig.dev.json b/src/Program/bin/Debug/net5.0/Program.runtimeconfig.dev.json
new file mode 100644
index 0000000..d83dd59
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/Program.runtimeconfig.dev.json
@@ -0,0 +1,10 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\nkoll\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\nkoll\\.nuget\\packages",
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"
+ ]
+ }
+} \ No newline at end of file
diff --git a/src/Program/bin/Debug/net5.0/Program.runtimeconfig.json b/src/Program/bin/Debug/net5.0/Program.runtimeconfig.json
new file mode 100644
index 0000000..a8e7e82
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/Program.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "5.0.0"
+ }
+ }
+} \ No newline at end of file
diff --git a/src/Program/bin/Debug/net5.0/ref/Program.dll b/src/Program/bin/Debug/net5.0/ref/Program.dll
new file mode 100644
index 0000000..5ddfe14
--- /dev/null
+++ b/src/Program/bin/Debug/net5.0/ref/Program.dll
Binary files differ
diff --git a/src/Program/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/src/Program/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2f7e5ec
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/src/Program/obj/Debug/net5.0/Program.AssemblyInfo.cs b/src/Program/obj/Debug/net5.0/Program.AssemblyInfo.cs
new file mode 100644
index 0000000..2919bfc
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Program")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Program")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Program")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/src/Program/obj/Debug/net5.0/Program.AssemblyInfoInputs.cache b/src/Program/obj/Debug/net5.0/Program.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..8162d27
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+292003741b0826b9e3c381af5bce60da29ca5f86
diff --git a/src/Program/obj/Debug/net5.0/Program.GeneratedMSBuildEditorConfig.editorconfig b/src/Program/obj/Debug/net5.0/Program.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..45b7eed
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,10 @@
+is_global = true
+build_property.TargetFramework = net5.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile =
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
+build_property.RootNamespace = Program
+build_property.ProjectDir = C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\
diff --git a/src/Program/obj/Debug/net5.0/Program.assets.cache b/src/Program/obj/Debug/net5.0/Program.assets.cache
new file mode 100644
index 0000000..d8aa262
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.assets.cache
Binary files differ
diff --git a/src/Program/obj/Debug/net5.0/Program.csproj.AssemblyReference.cache b/src/Program/obj/Debug/net5.0/Program.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..460fb12
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.csproj.AssemblyReference.cache
Binary files differ
diff --git a/src/Program/obj/Debug/net5.0/Program.csproj.CopyComplete b/src/Program/obj/Debug/net5.0/Program.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.csproj.CopyComplete
diff --git a/src/Program/obj/Debug/net5.0/Program.csproj.CoreCompileInputs.cache b/src/Program/obj/Debug/net5.0/Program.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..05b00c8
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+ce906c13380e79ab5be0e4a471145865afd07cd3
diff --git a/src/Program/obj/Debug/net5.0/Program.csproj.FileListAbsolute.txt b/src/Program/obj/Debug/net5.0/Program.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..cb227ef
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.csproj.FileListAbsolute.txt
@@ -0,0 +1,19 @@
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\Program.exe
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\Program.deps.json
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\Program.runtimeconfig.json
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\Program.runtimeconfig.dev.json
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\Program.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\ref\Program.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\Program.pdb
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\NetworkFlow.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\bin\Debug\net5.0\NetworkFlow.pdb
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.csproj.AssemblyReference.cache
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.AssemblyInfoInputs.cache
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.AssemblyInfo.cs
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.csproj.CoreCompileInputs.cache
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.csproj.CopyComplete
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\ref\Program.dll
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.pdb
+C:\Users\nkoll\OneDrive - Southern Illinois University Edwardsville\SIUE\CS 456\Projects\Project4\NetworkFlow\src\Program\obj\Debug\net5.0\Program.genruntimeconfig.cache
diff --git a/src/Program/obj/Debug/net5.0/Program.dll b/src/Program/obj/Debug/net5.0/Program.dll
new file mode 100644
index 0000000..e966d61
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.dll
Binary files differ
diff --git a/src/Program/obj/Debug/net5.0/Program.genruntimeconfig.cache b/src/Program/obj/Debug/net5.0/Program.genruntimeconfig.cache
new file mode 100644
index 0000000..f82515f
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.genruntimeconfig.cache
@@ -0,0 +1 @@
+d37d7c3450bc3b1622ccd3ce5067286ae5ac002a
diff --git a/src/Program/obj/Debug/net5.0/Program.pdb b/src/Program/obj/Debug/net5.0/Program.pdb
new file mode 100644
index 0000000..43d2591
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/Program.pdb
Binary files differ
diff --git a/src/Program/obj/Debug/net5.0/apphost.exe b/src/Program/obj/Debug/net5.0/apphost.exe
new file mode 100644
index 0000000..6740fbf
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/apphost.exe
Binary files differ
diff --git a/src/Program/obj/Debug/net5.0/ref/Program.dll b/src/Program/obj/Debug/net5.0/ref/Program.dll
new file mode 100644
index 0000000..5ddfe14
--- /dev/null
+++ b/src/Program/obj/Debug/net5.0/ref/Program.dll
Binary files differ
diff --git a/src/Program/obj/Program.csproj.nuget.dgspec.json b/src/Program/obj/Program.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..a2ae794
--- /dev/null
+++ b/src/Program/obj/Program.csproj.nuget.dgspec.json
@@ -0,0 +1,132 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "projectName": "NetworkFlow",
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj",
+ "packagesPath": "C:\\Users\\nkoll\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\nkoll\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj",
+ "projectName": "Program",
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj",
+ "packagesPath": "C:\\Users\\nkoll\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\nkoll\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj": {
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/src/Program/obj/Program.csproj.nuget.g.props b/src/Program/obj/Program.csproj.nuget.g.props
new file mode 100644
index 0000000..2c3c04b
--- /dev/null
+++ b/src/Program/obj/Program.csproj.nuget.g.props
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+ <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
+ <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
+ <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
+ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
+ <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\nkoll\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet\</NuGetPackageFolders>
+ <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.0</NuGetToolVersion>
+ </PropertyGroup>
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+ <SourceRoot Include="C:\Users\nkoll\.nuget\packages\" />
+ <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
+ <SourceRoot Include="C:\Program Files (x86)\Microsoft\Xamarin\NuGet\" />
+ </ItemGroup>
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/src/Program/obj/Program.csproj.nuget.g.targets b/src/Program/obj/Program.csproj.nuget.g.targets
new file mode 100644
index 0000000..53cfaa1
--- /dev/null
+++ b/src/Program/obj/Program.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+ </PropertyGroup>
+</Project> \ No newline at end of file
diff --git a/src/Program/obj/project.assets.json b/src/Program/obj/project.assets.json
new file mode 100644
index 0000000..296961a
--- /dev/null
+++ b/src/Program/obj/project.assets.json
@@ -0,0 +1,98 @@
+{
+ "version": 3,
+ "targets": {
+ "net5.0": {
+ "NetworkFlow/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v5.0",
+ "compile": {
+ "bin/placeholder/NetworkFlow.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/NetworkFlow.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "NetworkFlow/1.0.0": {
+ "type": "project",
+ "path": "../NetworkFlow/NetworkFlow.csproj",
+ "msbuildProject": "../NetworkFlow/NetworkFlow.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net5.0": [
+ "NetworkFlow >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\nkoll\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {},
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj",
+ "projectName": "Program",
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj",
+ "packagesPath": "C:\\Users\\nkoll\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages",
+ "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\nkoll\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "projectReferences": {
+ "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj": {
+ "projectPath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\NetworkFlow\\NetworkFlow.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0": {
+ "targetAlias": "net5.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+} \ No newline at end of file
diff --git a/src/Program/obj/project.nuget.cache b/src/Program/obj/project.nuget.cache
new file mode 100644
index 0000000..bb8c9a6
--- /dev/null
+++ b/src/Program/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "uyKDlzAAI7jgJUnzdPaZpXxCpMJClsWn3UmrjX8ftlFLTGPw/k1hmm8MiyVh1y2AOPDgxfdmJqBF4cfBX8pJoQ==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\nkoll\\OneDrive - Southern Illinois University Edwardsville\\SIUE\\CS 456\\Projects\\Project4\\NetworkFlow\\src\\Program\\Program.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+} \ No newline at end of file