- Timestamp:
- 06/02/13 21:52:08 (11 years ago)
- Location:
- stable
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9530-9531
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (added) merged: 9530-9531
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r8600 r9564 109 109 </ItemGroup> 110 110 <ItemGroup> 111 <Compile Include="Analyzers\BestSymbolicExpressionTreeAnalyzer.cs" /> 111 112 <Compile Include="Analyzers\MinAverageMaxSymbolicExpressionTreeLengthAnalyzer.cs" /> 112 113 <Compile Include="Analyzers\SymbolicExpressionSymbolFrequencyAnalyzer.cs" /> … … 283 284 --> 284 285 <PropertyGroup> 285 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)286 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 286 287 set ProjectDir=$(ProjectDir) 287 288 set SolutionDir=$(SolutionDir) … … 290 291 call PreBuildEvent.cmd 291 292 </PreBuildEvent> 292 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">293 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 293 294 export ProjectDir=$(ProjectDir) 294 295 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.