Changeset 8742 for branches/HeuristicLab.TimeSeries/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 10/05/12 11:58:17 (12 years ago)
- Location:
- branches/HeuristicLab.TimeSeries/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.TimeSeries/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Analyzers/SymbolicExpressionTreeLengthAnalyzer.cs
r7842 r8742 88 88 89 89 [StorableConstructor] 90 private SymbolicExpressionTreeLengthAnalyzer(bool deserializing) : base( ) { }90 private SymbolicExpressionTreeLengthAnalyzer(bool deserializing) : base(deserializing) { } 91 91 private SymbolicExpressionTreeLengthAnalyzer(SymbolicExpressionTreeLengthAnalyzer original, Cloner cloner) 92 92 : base(original, cloner) { -
branches/HeuristicLab.TimeSeries/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r8430 r8742 227 227 --> 228 228 <PropertyGroup> 229 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)229 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 230 230 set ProjectDir=$(ProjectDir) 231 231 set SolutionDir=$(SolutionDir) … … 234 234 call PreBuildEvent.cmd 235 235 </PreBuildEvent> 236 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 237 export ProjectDir=$(ProjectDir) 238 export SolutionDir=$(SolutionDir) 239 240 $SolutionDir/PreBuildEvent.sh 241 </PreBuildEvent> 236 242 </PropertyGroup> 237 243 </Project>
Note: See TracChangeset
for help on using the changeset viewer.