Browse Source

Switch to .Net 4 Client Profile

Former-commit-id: 022b9086c1d4cd02642dbe83b7c00efb932ccc5b
af/merge-core
Thomas Broust 12 years ago
parent
commit
efca7e36f1
  1. 1
      src/ImageProcessor/ImageProcessor.csproj

1
src/ImageProcessor/ImageProcessor.csproj

@ -14,6 +14,7 @@
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

Loading…
Cancel
Save