diff --git a/CutToLength.sln b/CutToLength.sln
index fc2802a..df57f0d 100644
--- a/CutToLength.sln
+++ b/CutToLength.sln
@@ -1,10 +1,12 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 14
-VisualStudioVersion = 14.0.25420.1
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31402.337
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CutToLength", "CutToLength\CutToLength.csproj", "{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SawCut", "SawCut\SawCut.csproj", "{3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -15,8 +17,15 @@ Global
{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E82A1E3-07A8-40C4-ABC4-DF24C5120073}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {808BC913-D54E-464A-A54C-55EB8D018724}
+ EndGlobalSection
EndGlobal
diff --git a/CutToLength/Controls/BinLayoutView.cs b/CutToLength/Controls/BinLayoutView.cs
index 0003d95..91f58fc 100644
--- a/CutToLength/Controls/BinLayoutView.cs
+++ b/CutToLength/Controls/BinLayoutView.cs
@@ -1,4 +1,5 @@
-using System.Drawing;
+using SawCut;
+using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
diff --git a/CutToLength/CutToLength.csproj b/CutToLength/CutToLength.csproj
index b205cde..b4ce752 100644
--- a/CutToLength/CutToLength.csproj
+++ b/CutToLength/CutToLength.csproj
@@ -83,14 +83,9 @@
-
-
-
-
Component
-
Form
@@ -103,13 +98,10 @@
ResultsForm.cs
-
-
-
-
+
MainForm.cs
@@ -168,6 +160,12 @@
false
+
+
+ {3D873FF0-6930-4BCE-A5A9-DA5C20354DEE}
+ SawCut
+
+