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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-14 01:00:25 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2019-02-14 01:21:39 +0300
commit5be04fdc6f6ceaf9f3dae850ba0924db57391bea (patch)
tree2cdf3c360bec7ca8be4b5075f4e137f94fe06e59 /main/Main.sln
parent49d9050bff9aceb4735acae54fee12fe2b0f3f78 (diff)
Switch tasks to a project
RoslynCodeTaskFactory had various issues, sometimes erroring out or not caching the results
Diffstat (limited to 'main/Main.sln')
-rw-r--r--main/Main.sln19
1 files changed, 19 insertions, 0 deletions
diff --git a/main/Main.sln b/main/Main.sln
index 46d36e1797..7bf4680708 100644
--- a/main/Main.sln
+++ b/main/Main.sln
@@ -477,6 +477,9 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NavigationProvidersImpl", "
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtensionTools", "src\tools\ExtensionTools\ExtensionTools.csproj", "{E33F7901-AA45-4C25-9868-DBB6CC8DC40C}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MDBuildTasks", "msbuild\MDBuildTasks\MDBuildTasks.csproj", "{37E01D0B-8C44-441F-9F5D-56C36AB0B918}"
+EndProject
+
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
external\vs-editor-core\src\Editor\Text\Impl\BaseViewImpl\BaseViewImpl.projitems*{47d57f5a-0693-4768-a970-5491d4f5574c}*SharedItemsImports = 13
@@ -2761,6 +2764,22 @@ Global
{E33F7901-AA45-4C25-9868-DBB6CC8DC40C}.Debug|x86.Build.0 = Debug|Any CPU
{E33F7901-AA45-4C25-9868-DBB6CC8DC40C}.Release|x86.ActiveCfg = Release|Any CPU
{E33F7901-AA45-4C25-9868-DBB6CC8DC40C}.Release|x86.Build.0 = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.DebugGnome|Any CPU.ActiveCfg = Debug|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.DebugGnome|Any CPU.Build.0 = Debug|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.DebugMac|Any CPU.ActiveCfg = Debug|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.DebugMac|Any CPU.Build.0 = Debug|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.DebugWin32|Any CPU.ActiveCfg = DebugWin32|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.DebugWin32|Any CPU.Build.0 = DebugWin32|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.Release|Any CPU.Build.0 = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.ReleaseGnome|Any CPU.ActiveCfg = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.ReleaseGnome|Any CPU.Build.0 = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.ReleaseMac|Any CPU.ActiveCfg = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.ReleaseMac|Any CPU.Build.0 = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.ReleaseWin32|Any CPU.ActiveCfg = Release|Any CPU
+ {37E01D0B-8C44-441F-9F5D-56C36AB0B918}.ReleaseWin32|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE