Changeset 8971 for branches/RuntimeOptimizer/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj
- Timestamp:
- 11/29/12 09:57:15 (12 years ago)
- Location:
- branches/RuntimeOptimizer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RuntimeOptimizer
- Property svn:mergeinfo changed
/branches/SlaveShutdown (added) merged: 8944-8945,8949,8951,8953-8954 /trunk/sources (added) merged: 8946-8948,8950,8952,8957,8960,8962-8970
- Property svn:mergeinfo changed
-
branches/RuntimeOptimizer/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification
- Property svn:mergeinfo changed
-
branches/RuntimeOptimizer/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj
r8606 r8971 120 120 <Compile Include="ModelCreators\NormalDistributedThresholdsModelCreator.cs" /> 121 121 <Compile Include="MultiObjective\SymbolicClassificationMultiObjectiveValidationBestSolutionAnalyzer.cs" /> 122 <Compile Include="SymbolicClassificationSolutionImpactValuesCalculator.cs" /> 122 123 <Compile Include="SymbolicNearestNeighbourClassificationModel.cs" /> 123 124 <Compile Include="Plugin.cs" /> … … 258 259 --> 259 260 <PropertyGroup> 260 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)261 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 261 262 set ProjectDir=$(ProjectDir) 262 263 set SolutionDir=$(SolutionDir) … … 265 266 call PreBuildEvent.cmd 266 267 </PreBuildEvent> 267 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">268 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 268 269 export ProjectDir=$(ProjectDir) 269 270 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.