Changeset 18086 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj
- Timestamp:
- 11/19/21 16:07:45 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj
r17361 r18086 21 21 <ErrorReport>prompt</ErrorReport> 22 22 <WarningLevel>4</WarningLevel> 23 <RunCodeAnalysis>true</RunCodeAnalysis> 23 <RunCodeAnalysis>false</RunCodeAnalysis> 24 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 24 25 </PropertyGroup> 25 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 79 80 </PropertyGroup> 80 81 <ItemGroup> 81 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">82 <SpecificVersion>False</SpecificVersion>83 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>84 <Private>False</Private>85 </Reference>86 82 <Reference Include="System" /> 87 83 <Reference Include="System.Core" />
Note: See TracChangeset
for help on using the changeset viewer.