Changeset 11468 for branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/HeuristicLab.Optimization.Networks.Views-3.3.csproj
- Timestamp:
- 10/16/14 03:57:49 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks/HeuristicLab.Optimization.Networks.Views/3.3/HeuristicLab.Optimization.Networks.Views-3.3.csproj
r11465 r11468 10 10 <RootNamespace>HeuristicLab.Optimization.Networks.Views</RootNamespace> 11 11 <AssemblyName>HeuristicLab.Optimization.Networks.Views-3.3</AssemblyName> 12 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 13 13 <FileAlignment>512</FileAlignment> 14 14 <TargetFrameworkProfile /> … … 22 22 <ErrorReport>prompt</ErrorReport> 23 23 <WarningLevel>4</WarningLevel> 24 <Prefer32Bit>false</Prefer32Bit> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 31 <ErrorReport>prompt</ErrorReport> 31 32 <WarningLevel>4</WarningLevel> 33 <Prefer32Bit>false</Prefer32Bit> 32 34 </PropertyGroup> 33 35 <PropertyGroup> … … 45 47 <ErrorReport>prompt</ErrorReport> 46 48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 47 50 </PropertyGroup> 48 51 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> … … 54 57 <ErrorReport>prompt</ErrorReport> 55 58 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 56 60 </PropertyGroup> 57 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> … … 63 67 <ErrorReport>prompt</ErrorReport> 64 68 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 65 70 </PropertyGroup> 66 71 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> … … 72 77 <ErrorReport>prompt</ErrorReport> 73 78 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 79 <Prefer32Bit>false</Prefer32Bit> 74 80 </PropertyGroup> 75 81 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.