Changeset 9079 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 12/19/12 12:24:00 (12 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
/branches/RuntimeOptimizer (added) merged: 8943,8955-8956,8961,8971,8975,8977,9040-9041,9078
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r8600 r9079 121 121 <Compile Include="Interfaces\ISimilarityBasedOperator.cs" /> 122 122 <Compile Include="Interfaces\ISolutionSimilarityCalculator.cs" /> 123 <Compile Include="MetaOptimizers\BatchRun.cs" /> 124 <Compile Include="MetaOptimizers\Experiment.cs" /> 125 <Compile Include="MetaOptimizers\TimeLimitRun.cs" /> 123 126 <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" /> 124 127 <Compile Include="Plugin.cs" /> … … 130 133 <None Include="Plugin.cs.frame" /> 131 134 <Compile Include="Algorithms\Algorithm.cs" /> 132 <Compile Include="BatchRun.cs" />133 135 <Compile Include="RunCollectionModification\Calculator.cs" /> 134 136 <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" /> … … 173 175 <Compile Include="RunCollectionConstraints\IRunCollectionConstraint.cs" /> 174 176 <Compile Include="OptimizerList.cs" /> 175 <Compile Include="Experiment.cs" />176 177 <Compile Include="Interfaces\IOptimizer.cs" /> 177 178 <Compile Include="RunCollection.cs" /> … … 281 282 --> 282 283 <PropertyGroup> 283 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)284 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 284 285 set ProjectDir=$(ProjectDir) 285 286 set SolutionDir=$(SolutionDir) … … 288 289 call PreBuildEvent.cmd 289 290 </PreBuildEvent> 290 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">291 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 291 292 export ProjectDir=$(ProjectDir) 292 293 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.