Changeset 12031 for branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
- Timestamp:
- 02/18/15 10:54:32 (10 years ago)
- Location:
- branches/HeuristicLab.DatasetRefactor/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/stable/HeuristicLab.Problems.VehicleRouting merged: 12008-12009 /trunk/sources/HeuristicLab.Problems.VehicleRouting (added) merged: 11623,11961,11970,12012
- Property svn:mergeinfo changed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r10474 r12031 18 18 <UpgradeBackupLocation> 19 19 </UpgradeBackupLocation> 20 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>20 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 21 21 <PublishUrl>publish\</PublishUrl> 22 22 <Install>true</Install> … … 47 47 </DocumentationFile> 48 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 <Prefer32Bit>false</Prefer32Bit> 49 50 </PropertyGroup> 50 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 59 60 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 60 61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 62 <Prefer32Bit>false</Prefer32Bit> 61 63 </PropertyGroup> 62 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 68 70 <ErrorReport>prompt</ErrorReport> 69 71 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 72 <Prefer32Bit>false</Prefer32Bit> 70 73 </PropertyGroup> 71 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 79 82 <ErrorReport>prompt</ErrorReport> 80 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 84 <Prefer32Bit>false</Prefer32Bit> 81 85 </PropertyGroup> 82 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 88 92 <ErrorReport>prompt</ErrorReport> 89 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 94 <Prefer32Bit>false</Prefer32Bit> 90 95 </PropertyGroup> 91 96 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 98 103 <ErrorReport>prompt</ErrorReport> 99 104 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 105 <Prefer32Bit>false</Prefer32Bit> 100 106 </PropertyGroup> 101 107 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.