- Timestamp:
- 05/24/13 16:03:14 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj
r8600 r9530 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.