diff --git a/src/Tools/StressTest/StressTest.sln b/src/Tools/StressTest/StressTest.sln
index 390728c9f4..5f54b0427c 100644
--- a/src/Tools/StressTest/StressTest.sln
+++ b/src/Tools/StressTest/StressTest.sln
@@ -1,7 +1,9 @@
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-# SharpDevelop 4.3
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+# SharpDevelop 5.0
+VisualStudioVersion = 12.0.20827.3
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StressTest", "StressTest\StressTest.csproj", "{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}"
EndProject
Global
@@ -10,9 +12,9 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.Build.0 = Debug|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.ActiveCfg = Debug|x86
- {30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.Build.0 = Release|x86
+ {30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Debug|x86.Build.0 = Debug|x86
{30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.ActiveCfg = Release|x86
+ {30D10654-A5F5-4AC5-A370-E6DD4D0FAC50}.Release|x86.Build.0 = Release|x86
EndGlobalSection
EndGlobal
diff --git a/src/Tools/StressTest/StressTest/StressTest.csproj b/src/Tools/StressTest/StressTest/StressTest.csproj
index d712b438de..090ba83d63 100644
--- a/src/Tools/StressTest/StressTest/StressTest.csproj
+++ b/src/Tools/StressTest/StressTest/StressTest.csproj
@@ -98,9 +98,6 @@
-
-
-
/addindir:"$(MsBuildProjectDirectory)\$(OutputPath)"
diff --git a/src/Tools/StressTest/StressTest/UserControl.xaml.cs b/src/Tools/StressTest/StressTest/UserControl.xaml.cs
index 7946890d57..680d165bcb 100644
--- a/src/Tools/StressTest/StressTest/UserControl.xaml.cs
+++ b/src/Tools/StressTest/StressTest/UserControl.xaml.cs
@@ -35,6 +35,7 @@ using ICSharpCode.Core;
using ICSharpCode.SharpDevelop;
using ICSharpCode.SharpDevelop.Editor;
using ICSharpCode.SharpDevelop.Gui;
+using ICSharpCode.SharpDevelop.Workbench;
namespace StressTest
{