Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jb@evain.net>2014-11-13 20:21:43 +0300
committerJb Evain <jbevain@gmail.com>2015-05-28 12:14:18 +0300
commit2cd32880c896bf22566686e5d1ed462c8120bcfa (patch)
treebb68c329594532917176034f64fb449c48c8494e
parent4e3b95b140c4777eb315b411b7fd1fba6b5268d4 (diff)
Use the 344 profile
-rw-r--r--Mono.Cecil.settings2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mono.Cecil.settings b/Mono.Cecil.settings
index 3a52248..7db12ff 100644
--- a/Mono.Cecil.settings
+++ b/Mono.Cecil.settings
@@ -64,7 +64,7 @@
</PropertyGroup>
<PropertyGroup Condition=" $(Configuration.StartsWith('pcl')) ">
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <TargetFrameworkProfile>Profile158</TargetFrameworkProfile>
+ <TargetFrameworkProfile>Profile344</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<DefineConstants>$(DefineConstants);NET_3_5;NET_4_0;SILVERLIGHT;PCL;READ_ONLY;</DefineConstants>
<MSBuildCSharpTargets>$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets</MSBuildCSharpTargets>