- Timestamp:
- 07/20/16 13:15:54 (8 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj
r14121 r14124 54 54 <Reference Include="System.Drawing" /> 55 55 <Reference Include="System.Windows.Forms" /> 56 <Reference Include="System.Windows.Forms.DataVisualization" /> 56 <Reference Include="System.Windows.Forms.DataVisualization" > 57 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath> 58 </Reference> 57 59 <Reference Include="System.Drawing" /> 58 60 <Reference Include="System.Xml.Linq" /> … … 213 215 </PreBuildEvent> 214 216 </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>223 217 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 224 218 Other similar extension points exist, see Microsoft.Common.targets. -
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Instances/MISCInstanceProvider.cs
r14111 r14124 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.