- Timestamp:
- 12/10/14 10:31:41 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
-
branches/ALPS/HeuristicLab.Problems.VehicleRouting.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting.Views (added) merged: 11623
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
r8651 r11677 11 11 <RootNamespace>HeuristicLab.Problems.VehicleRouting.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Problems.VehicleRouting.Views-3.4</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' "> … … 56 57 </DocumentationFile> 57 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 <Prefer32Bit>false</Prefer32Bit> 58 60 </PropertyGroup> 59 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 65 67 <ErrorReport>prompt</ErrorReport> 66 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 <Prefer32Bit>false</Prefer32Bit> 67 70 </PropertyGroup> 68 71 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 76 79 <ErrorReport>prompt</ErrorReport> 77 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 81 <Prefer32Bit>false</Prefer32Bit> 78 82 </PropertyGroup> 79 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 85 89 <ErrorReport>prompt</ErrorReport> 86 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 91 <Prefer32Bit>false</Prefer32Bit> 87 92 </PropertyGroup> 88 93 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 95 100 <ErrorReport>prompt</ErrorReport> 96 101 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 102 <Prefer32Bit>false</Prefer32Bit> 97 103 </PropertyGroup> 98 104 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.