Changeset 11920 for stable/HeuristicLab.CodeEditor
- Timestamp:
- 02/05/15 17:37:03 (10 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 11623,11631,11634
- Property svn:mergeinfo changed
-
stable/HeuristicLab.CodeEditor/3.3/HeuristicLab.CodeEditor-3.3.csproj
r11907 r11920 8 8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 9 9 <ProjectGuid>{489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}</ProjectGuid> 10 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>10 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 11 11 <TargetFrameworkProfile> 12 12 </TargetFrameworkProfile> … … 71 71 <PlatformTarget>x86</PlatformTarget> 72 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 73 <Prefer32Bit>false</Prefer32Bit> 73 74 </PropertyGroup> 74 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 83 84 <DebugSymbols>true</DebugSymbols> 84 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 86 <Prefer32Bit>false</Prefer32Bit> 85 87 </PropertyGroup> 86 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 93 95 <PlatformTarget>x64</PlatformTarget> 94 96 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 97 <Prefer32Bit>false</Prefer32Bit> 95 98 </PropertyGroup> 96 99 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 104 107 </DocumentationFile> 105 108 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 109 <Prefer32Bit>false</Prefer32Bit> 106 110 </PropertyGroup> 107 111 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 109 113 </DocumentationFile> 110 114 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 115 <Prefer32Bit>false</Prefer32Bit> 111 116 </PropertyGroup> 112 117 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> 113 118 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 119 <Prefer32Bit>false</Prefer32Bit> 114 120 </PropertyGroup> 115 121 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.