- Timestamp:
- 07/20/16 13:24:13 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj
r14124 r14125 54 54 <Reference Include="System.Drawing" /> 55 55 <Reference Include="System.Windows.Forms" /> 56 <Reference Include="System.Windows.Forms.DataVisualization" > 57 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath> 58 </Reference> 56 <Reference Include="System.Windows.Forms.DataVisualization" /> 59 57 <Reference Include="System.Drawing" /> 60 58 <Reference Include="System.Xml.Linq" /> … … 215 213 </PreBuildEvent> 216 214 </PropertyGroup> 215 <PropertyGroup> 216 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 217 set ProjectDir=$(ProjectDir) 218 set SolutionDir=$(SolutionDir) 219 set Outdir=$(Outdir) 220 221 call PreBuildEvent.cmd</PreBuildEvent> 222 </PropertyGroup> 217 223 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 218 224 Other similar extension points exist, see Microsoft.Common.targets. -
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Instances/MISCInstanceProvider.cs
r14124 r14125 33 33 34 34 public override string Description { 35 get { return "Miscellaneous Test Functions"; }35 get { return "Miscellaneous Testfunctions"; } 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.