Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2014-01-13 23:27:07 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-01-13 23:27:07 +0400
commite849f0742b7d825cbd9d3338d98e14ebc45b7af3 (patch)
tree10e1e3cc0f11f4c96212b7fd838196f4278af763 /main/src/core/MonoDevelop.Projects.Formats.MSBuild
parenta2157f2d276bd1ddcfeadbffa53aef69300c878a (diff)
[Core] Run the msbuild builder process using an STA thread
Diffstat (limited to 'main/src/core/MonoDevelop.Projects.Formats.MSBuild')
-rw-r--r--main/src/core/MonoDevelop.Projects.Formats.MSBuild/Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Projects.Formats.MSBuild/Main.cs b/main/src/core/MonoDevelop.Projects.Formats.MSBuild/Main.cs
index acb5aff989..323cdca106 100644
--- a/main/src/core/MonoDevelop.Projects.Formats.MSBuild/Main.cs
+++ b/main/src/core/MonoDevelop.Projects.Formats.MSBuild/Main.cs
@@ -39,6 +39,7 @@ namespace MonoDevelop.Projects.Formats.MSBuild
{
static ManualResetEvent exitEvent = new ManualResetEvent (false);
+ [STAThread]
public static void Main (string[] args)
{
try {