Changeset 11623 for trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/EPPlus-3.1.3/EPPlus-3.1.3.csproj
- Timestamp:
- 12/02/14 21:22:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/3.1.3/EPPlus-3.1.3/EPPlus-3.1.3.csproj
r9658 r11623 26 26 </UpgradeBackupLocation> 27 27 <OldToolsVersion>3.5</OldToolsVersion> 28 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>28 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 29 29 <PublishUrl>publish\</PublishUrl> 30 30 <Install>true</Install> … … 55 55 </DocumentationFile> 56 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 <Prefer32Bit>false</Prefer32Bit> 57 58 </PropertyGroup> 58 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 67 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 69 <PlatformTarget>AnyCPU</PlatformTarget> 70 <Prefer32Bit>false</Prefer32Bit> 69 71 </PropertyGroup> 70 72 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 78 80 <ErrorReport>prompt</ErrorReport> 79 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 82 <Prefer32Bit>false</Prefer32Bit> 80 83 </PropertyGroup> 81 84 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 89 92 <ErrorReport>prompt</ErrorReport> 90 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 94 <Prefer32Bit>false</Prefer32Bit> 91 95 </PropertyGroup> 92 96 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 100 104 <ErrorReport>prompt</ErrorReport> 101 105 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 106 <Prefer32Bit>false</Prefer32Bit> 102 107 </PropertyGroup> 103 108 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 111 116 <ErrorReport>prompt</ErrorReport> 112 117 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 118 <Prefer32Bit>false</Prefer32Bit> 113 119 </PropertyGroup> 114 120 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.