Changeset 11623 for trunk/sources/HeuristicLab.DataPreprocessing
- Timestamp:
- 12/02/14 21:22:53 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.DataPreprocessing/3.4/HeuristicLab.DataPreprocessing-3.4.csproj
r11116 r11623 10 10 <RootNamespace>HeuristicLab.DataPreprocessing</RootNamespace> 11 11 <AssemblyName>HeuristicLab.DataPreprocessing-3.4</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 23 23 <WarningLevel>4</WarningLevel> 24 24 <UseVSHostingProcess>false</UseVSHostingProcess> 25 <Prefer32Bit>false</Prefer32Bit> 25 26 </PropertyGroup> 26 27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 31 32 <ErrorReport>prompt</ErrorReport> 32 33 <WarningLevel>4</WarningLevel> 34 <Prefer32Bit>false</Prefer32Bit> 33 35 </PropertyGroup> 34 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> … … 36 38 <OutputPath>..\..\bin\</OutputPath> 37 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <Prefer32Bit>false</Prefer32Bit> 38 41 </PropertyGroup> 39 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 41 44 <OutputPath>..\..\bin\</OutputPath> 42 45 <Optimize>true</Optimize> 46 <Prefer32Bit>false</Prefer32Bit> 43 47 </PropertyGroup> 44 48 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 50 54 <ErrorReport>prompt</ErrorReport> 51 55 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 56 <Prefer32Bit>false</Prefer32Bit> 52 57 </PropertyGroup> 53 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 59 64 <ErrorReport>prompt</ErrorReport> 60 65 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 66 <Prefer32Bit>false</Prefer32Bit> 61 67 </PropertyGroup> 62 68 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.