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-11 00:16:56 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-08-11 00:16:56 +0400
commit9656726c1e2b96cdfdbb9506eb1ac1c93b91befd (patch)
tree153b075ffa2d407402fc582d18d43870fbafc4d4 /main/src/addins/MonoDevelop.DesignerSupport
parentfbccfb0751486b12882b701140a2ddb1d67154bc (diff)
Upgrade core and addins to 4.5 runtime
Diffstat (limited to 'main/src/addins/MonoDevelop.DesignerSupport')
-rw-r--r--main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj b/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj
index a3bffd9879..b89cf8f088 100644
--- a/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj
+++ b/main/src/addins/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.csproj
@@ -9,6 +9,7 @@
<OutputType>Library</OutputType>
<AssemblyName>MonoDevelop.DesignerSupport</AssemblyName>
<RootNamespace>MonoDevelop.DesignerSupport</RootNamespace>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>True</DebugSymbols>