diff --git a/BrokerageLig.Tests/BrokerageLig.Tests.csproj b/BrokerageLig.Tests/BrokerageLig.Tests.csproj
new file mode 100644
index 0000000..6328c00
--- /dev/null
+++ b/BrokerageLig.Tests/BrokerageLig.Tests.csproj
@@ -0,0 +1,68 @@
+
+
+
+
+
+ Debug
+ AnyCPU
+ {3043877E-A675-4ACC-88E3-EE4C4F9FAF1B}
+ Library
+ Properties
+ BrokerageLig.Tests
+ BrokerageLig.Tests
+ v4.7.2
+ 512
+ {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
+ 15.0
+ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)
+ $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages
+ False
+ UnitTest
+
+
+
+
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+
+
+ ..\packages\MSTest.TestFramework.1.3.2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/BrokerageLig.Tests/Properties/AssemblyInfo.cs b/BrokerageLig.Tests/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..4601fbc
--- /dev/null
+++ b/BrokerageLig.Tests/Properties/AssemblyInfo.cs
@@ -0,0 +1,20 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("BrokerageLig.Tests")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("BrokerageLig.Tests")]
+[assembly: AssemblyCopyright("Copyright © 2019")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+[assembly: ComVisible(false)]
+
+[assembly: Guid("3043877e-a675-4acc-88e3-ee4c4f9faf1b")]
+
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/BrokerageLig.Tests/UnitTest1.cs b/BrokerageLig.Tests/UnitTest1.cs
new file mode 100644
index 0000000..01eedca
--- /dev/null
+++ b/BrokerageLig.Tests/UnitTest1.cs
@@ -0,0 +1,14 @@
+using System;
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace BrokerageLig.Tests
+{
+ [TestClass]
+ public class UnitTest1
+ {
+ [TestMethod]
+ public void TestMethod1()
+ {
+ }
+ }
+}
diff --git a/BrokerageLig.Tests/packages.config b/BrokerageLig.Tests/packages.config
new file mode 100644
index 0000000..2f7c5a1
--- /dev/null
+++ b/BrokerageLig.Tests/packages.config
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/StartingSolution.sln b/StartingSolution.sln
index c0dadac..b79dc3f 100644
--- a/StartingSolution.sln
+++ b/StartingSolution.sln
@@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrokerageLib", "BrokerageLib\BrokerageLib.csproj", "{07F455FF-CE11-40F2-A66E-95FA497522FB}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BrokerageLig.Tests", "BrokerageLig.Tests\BrokerageLig.Tests.csproj", "{3043877E-A675-4ACC-88E3-EE4C4F9FAF1B}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
{07F455FF-CE11-40F2-A66E-95FA497522FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07F455FF-CE11-40F2-A66E-95FA497522FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07F455FF-CE11-40F2-A66E-95FA497522FB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3043877E-A675-4ACC-88E3-EE4C4F9FAF1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3043877E-A675-4ACC-88E3-EE4C4F9FAF1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3043877E-A675-4ACC-88E3-EE4C4F9FAF1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3043877E-A675-4ACC-88E3-EE4C4F9FAF1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE