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 'main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj')
-rw-r--r--main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj b/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj
index b266f5f2b0..fc4de457ce 100644
--- a/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj
+++ b/main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj
@@ -49,6 +49,7 @@
</Choose>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin32|AnyCPU' " />
<ItemGroup>
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
@@ -156,7 +157,7 @@
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Internal.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.Logic.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.UI.dll" />
- <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Cocoa.View.Implementation.dll" Condition="$(IsMac)" />
+ <IncludeCopyLocal Include="Microsoft.VisualStudio.UI.Text.Cocoa.View.Implementation.dll" Condition="$(Configuration.Contains('Mac'))" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.Text.UI.Wpf.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.TextManager.Interop.8.0.dll" />
<IncludeCopyLocal Include="Microsoft.VisualStudio.TextManager.Interop.dll" />