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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-04-03 04:05:37 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-04-03 04:05:37 +0400
commitd8982393f5efe430f44c223aacc79f344998d413 (patch)
tree00de62d4e4b4af9b1c069a09aaddc5c378adc578 /main/src/tools
parent482b2691b38bb8c225d22dc3a5c8e168e1c6fac0 (diff)
Fix up a bunch of bad configuration mappings
May fix BXC11396 - mdtool crashes when building .sln file
Diffstat (limited to 'main/src/tools')
-rw-r--r--main/src/tools/mdhost/mdhost.csproj8
-rw-r--r--main/src/tools/mdmonitor/mdmonitor.csproj1
-rw-r--r--main/src/tools/mdtool/mdtool.csproj1
3 files changed, 7 insertions, 3 deletions
diff --git a/main/src/tools/mdhost/mdhost.csproj b/main/src/tools/mdhost/mdhost.csproj
index 80b8336e56..6ac71c0b4e 100644
--- a/main/src/tools/mdhost/mdhost.csproj
+++ b/main/src/tools/mdhost/mdhost.csproj
@@ -2,7 +2,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{BFE8691A-D323-4622-9021-7B8B27F81599}</ProjectGuid>
@@ -11,7 +11,7 @@
<RootNamespace>mdhost</RootNamespace>
<OutputPath>..\..\..\build\bin\</OutputPath>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
@@ -20,8 +20,9 @@
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>none</DebugType>
<Optimize>True</Optimize>
<ErrorReport>prompt</ErrorReport>
@@ -29,6 +30,7 @@
<Execution>
<Execution clr-version="Net_2_0" />
</Execution>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
diff --git a/main/src/tools/mdmonitor/mdmonitor.csproj b/main/src/tools/mdmonitor/mdmonitor.csproj
index 6670842d39..bc30bb5f9c 100644
--- a/main/src/tools/mdmonitor/mdmonitor.csproj
+++ b/main/src/tools/mdmonitor/mdmonitor.csproj
@@ -28,6 +28,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
diff --git a/main/src/tools/mdtool/mdtool.csproj b/main/src/tools/mdtool/mdtool.csproj
index b9053ac2d6..237815774f 100644
--- a/main/src/tools/mdtool/mdtool.csproj
+++ b/main/src/tools/mdtool/mdtool.csproj
@@ -26,6 +26,7 @@
<DebugType>none</DebugType>
<Optimize>False</Optimize>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">