Changeset 14126
- Timestamp:
- 07/20/16 13:38:44 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/HeuristicLab.Problems.TestFunctions.MultiObjective-3.3.csproj
r14125 r14126 54 54 <Reference Include="System.Drawing" /> 55 55 <Reference Include="System.Windows.Forms" /> 56 <Reference Include="System.Windows.Forms.DataVisualization" /> 57 <Reference Include="System.Drawing" /> 56 <Reference Include="System.Windows.Forms.DataVisualization"> 57 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath> 58 </Reference> 58 59 <Reference Include="System.Xml.Linq" /> 59 60 <Reference Include="System.Data.DataSetExtensions" /> … … 213 214 </PreBuildEvent> 214 215 </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 216 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 224 217 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.