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-08-27 21:38:10 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-27 21:51:08 +0400
commitffa45db1a6033c2900ae9fec88a970c87c38e545 (patch)
treea3f9b4cf9841ea331cbc8ab5e42e75dd4ab960f3 /main/src/tools
parente4ee3b3d09385ac07958475aa0420897d91e8e26 (diff)
Revert "Upgrade core and addins to 4.5 runtime"
This reverts commit 9656726c1e2b96cdfdbb9506eb1ac1c93b91befd. Reverting until we get the installer updated to check the dependency.
Diffstat (limited to 'main/src/tools')
-rw-r--r--main/src/tools/mdhost/mdhost.csproj1
-rw-r--r--main/src/tools/mdmonitor/mdmonitor.csproj1
-rw-r--r--main/src/tools/mdtool/mdtool.csproj1
3 files changed, 0 insertions, 3 deletions
diff --git a/main/src/tools/mdhost/mdhost.csproj b/main/src/tools/mdhost/mdhost.csproj
index cea2ef2124..e79e803600 100644
--- a/main/src/tools/mdhost/mdhost.csproj
+++ b/main/src/tools/mdhost/mdhost.csproj
@@ -10,7 +10,6 @@
<AssemblyName>mdhost</AssemblyName>
<RootNamespace>mdhost</RootNamespace>
<OutputPath>..\..\..\build\bin\</OutputPath>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/main/src/tools/mdmonitor/mdmonitor.csproj b/main/src/tools/mdmonitor/mdmonitor.csproj
index c1371d5394..f818d78e11 100644
--- a/main/src/tools/mdmonitor/mdmonitor.csproj
+++ b/main/src/tools/mdmonitor/mdmonitor.csproj
@@ -9,7 +9,6 @@
<OutputType>WinExe</OutputType>
<RootNamespace>Mono.Instrumentation.Monitor</RootNamespace>
<AssemblyName>mdmonitor</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>
diff --git a/main/src/tools/mdtool/mdtool.csproj b/main/src/tools/mdtool/mdtool.csproj
index 65f5e20924..782c28b580 100644
--- a/main/src/tools/mdtool/mdtool.csproj
+++ b/main/src/tools/mdtool/mdtool.csproj
@@ -10,7 +10,6 @@
<OutputPath>..\..\..\build\bin</OutputPath>
<RootNamespace>mdtool</RootNamespace>
<AssemblyName>mdtool</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>True</DebugSymbols>