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:
authorDavid Karlaš <david.karlas@microsoft.com>2019-01-22 12:29:18 +0300
committerDavid Karlaš <david.karlas@microsoft.com>2019-01-22 20:55:26 +0300
commit333faaaabe5803030cfe6f8d2476a614b4fd89de (patch)
treedab464727e0eb99292425000b714fa71e8bf02f7 /main/Main.sln
parent38a30db559e0e4410f6b6b8c041041e5748c348d (diff)
Initial Debugger support in new editor
Diffstat (limited to 'main/Main.sln')
-rw-r--r--main/Main.sln7
1 files changed, 7 insertions, 0 deletions
diff --git a/main/Main.sln b/main/Main.sln
index de62f28761..2c35ecdba1 100644
--- a/main/Main.sln
+++ b/main/Main.sln
@@ -467,6 +467,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatternMatchingImpl", "exte
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ToolTipAdornmentImpl", "external\vs-editor-core\src\Editor\Text\Impl\ToolTipAdornment\ToolTipAdornmentImpl.csproj", "{1339C301-982F-4A37-BD71-1F104FCCE65D}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GlyphMarginImpl", "external\vs-editor-core\src\Editor\Text\Impl\GlyphMargin\GlyphMarginImpl.csproj", "{EDC59664-4D54-473E-82E6-BB83FBD1C254}"
+EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
external\vs-editor-core\src\Editor\Text\Impl\BaseViewImpl\BaseViewImpl.projitems*{47d57f5a-0693-4768-a970-5491d4f5574c}*SharedItemsImports = 13
@@ -2695,6 +2697,10 @@ Global
{1339C301-982F-4A37-BD71-1F104FCCE65D}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
{1339C301-982F-4A37-BD71-1F104FCCE65D}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
{1339C301-982F-4A37-BD71-1F104FCCE65D}.ReleaseWin32|Any CPU.ActiveCfg = Release|Any CPU
+ {EDC59664-4D54-473E-82E6-BB83FBD1C254}.DebugMac|Any CPU.ActiveCfg = Debug|Any CPU
+ {EDC59664-4D54-473E-82E6-BB83FBD1C254}.DebugMac|Any CPU.Build.0 = Debug|Any CPU
+ {EDC59664-4D54-473E-82E6-BB83FBD1C254}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
+ {EDC59664-4D54-473E-82E6-BB83FBD1C254}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -2911,6 +2917,7 @@ Global
{5FEEDF49-0493-411C-B4F3-FAB7543499D2} = {C14B06AC-905A-47AB-BAD9-652E3499CFE0}
{C8BEA9D9-9608-4FC7-BE8D-DFEDCE41C39F} = {32539734-6484-4451-9EF3-61610CA25BBF}
{1339C301-982F-4A37-BD71-1F104FCCE65D} = {32539734-6484-4451-9EF3-61610CA25BBF}
+ {EDC59664-4D54-473E-82E6-BB83FBD1C254} = {32539734-6484-4451-9EF3-61610CA25BBF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {856CF524-E2A7-4DB0-B80F-8F1B080A2E25}