diff --git a/TestAbortException/TestAbortException.sln b/TestAbortException/TestAbortException.sln
new file mode 100644
index 0000000..ba723cf
--- /dev/null
+++ b/TestAbortException/TestAbortException.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26110.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestAbortException", "TestAbortException\TestAbortException.csproj", "{68124F8A-7A9C-4E19-8D06-16DDE8E628F2}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {68124F8A-7A9C-4E19-8D06-16DDE8E628F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {68124F8A-7A9C-4E19-8D06-16DDE8E628F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {68124F8A-7A9C-4E19-8D06-16DDE8E628F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {68124F8A-7A9C-4E19-8D06-16DDE8E628F2}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/TestAbortException/TestAbortException/Properties/AssemblyInfo.cs b/TestAbortException/TestAbortException/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..030f8ef
--- /dev/null
+++ b/TestAbortException/TestAbortException/Properties/AssemblyInfo.cs
@@ -0,0 +1,20 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+[assembly: AssemblyTitle("TestAbortException")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("TestAbortException")]
+[assembly: AssemblyCopyright("Copyright © 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+[assembly: ComVisible(false)]
+
+[assembly: Guid("68124f8a-7a9c-4e19-8d06-16dde8e628f2")]
+
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/TestAbortException/TestAbortException/TestAbortException.csproj b/TestAbortException/TestAbortException/TestAbortException.csproj
new file mode 100644
index 0000000..61c6e9a
--- /dev/null
+++ b/TestAbortException/TestAbortException/TestAbortException.csproj
@@ -0,0 +1,67 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {68124F8A-7A9C-4E19-8D06-16DDE8E628F2}
+ Library
+ Properties
+ TestAbortException
+ TestAbortException
+ v4.5.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.0.8-rc2\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
+
+
+ ..\packages\MSTest.TestFramework.1.0.8-rc2\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/TestAbortException/TestAbortException/UnitTest1.cs b/TestAbortException/TestAbortException/UnitTest1.cs
new file mode 100644
index 0000000..ca8e69e
--- /dev/null
+++ b/TestAbortException/TestAbortException/UnitTest1.cs
@@ -0,0 +1,15 @@
+using System;
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace TestAbortException
+{
+ [TestClass]
+ public class UnitTest1
+ {
+ [TestMethod]
+ public void TestMethod1()
+ {
+ TestMethod1();
+ }
+ }
+}
diff --git a/TestAbortException/TestAbortException/packages.config b/TestAbortException/TestAbortException/packages.config
new file mode 100644
index 0000000..87ce003
--- /dev/null
+++ b/TestAbortException/TestAbortException/packages.config
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file