Changeset 11624 for branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj
- Timestamp:
- 12/02/14 21:28:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataImporter/HeuristicLab.DataImporter.DbExplorer.Interfaces/HeuristicLab.DataImporter.DbExplorer.Interfaces.csproj
r7632 r11624 11 11 <RootNamespace>HeuristicLab.DataImporter.DbExplorer.Interfaces</RootNamespace> 12 12 <AssemblyName>HeuristicLab.DataImporter.DbExplorer.Interfaces-1.0</AssemblyName> 13 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 45 45 <WarningLevel>4</WarningLevel> 46 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 <Prefer32Bit>false</Prefer32Bit> 47 48 </PropertyGroup> 48 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 54 55 <WarningLevel>4</WarningLevel> 55 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 <Prefer32Bit>false</Prefer32Bit> 56 58 </PropertyGroup> 57 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 63 65 <ErrorReport>prompt</ErrorReport> 64 66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 <Prefer32Bit>false</Prefer32Bit> 65 68 </PropertyGroup> 66 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 72 75 <ErrorReport>prompt</ErrorReport> 73 76 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 77 <Prefer32Bit>false</Prefer32Bit> 74 78 </PropertyGroup> 75 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 81 85 <ErrorReport>prompt</ErrorReport> 82 86 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 87 <Prefer32Bit>false</Prefer32Bit> 83 88 </PropertyGroup> 84 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 90 95 <ErrorReport>prompt</ErrorReport> 91 96 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 97 <Prefer32Bit>false</Prefer32Bit> 92 98 </PropertyGroup> 93 99 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.