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:
Diffstat (limited to 'extras/BooBinding/Gui/ShellTextView.boo')
-rw-r--r--extras/BooBinding/Gui/ShellTextView.boo2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/BooBinding/Gui/ShellTextView.boo b/extras/BooBinding/Gui/ShellTextView.boo
index 10ee0e3e84..5500cd7168 100644
--- a/extras/BooBinding/Gui/ShellTextView.boo
+++ b/extras/BooBinding/Gui/ShellTextView.boo
@@ -100,7 +100,7 @@ class ShellTextView (SourceView, ICompletionWidget):
if not System.IO.File.Exists (_fakeFileName):
_fileInfo = System.IO.File.Create (_fakeFileName)
_fileInfo.Close ()
- _fakeProject = DotNetProject(Model.LanguageName, Name: "___ShellProject", FileName: shellProjectFile)
+ _fakeProject = DotNetAssemblyProject(Model.LanguageName, Name: "___ShellProject", FileName: shellProjectFile)
_fakeSolution = Solution()
_fakeSolution.RootFolder.AddItem(_fakeProject)
ProjectDomService.Load (_fakeSolution)