Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/25/15 14:24:22 (9 years ago)
Author:
gkronber
Message:

#2478 complete changes by gteufl for offspring selection ES

Location:
branches/gteufl/HeuristicLab.Optimization.Operators/3.3
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gteufl/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj

    r8642 r12968  
    109109  </ItemGroup>
    110110  <ItemGroup>
     111    <Compile Include="ChildrenCopyCreator.cs" />
    111112    <Compile Include="ExpressionCalculator.cs" />
    112113    <Compile Include="NoSimilarityCalculator.cs" />
     
    233234  -->
    234235  <PropertyGroup>
    235    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     236    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    236237set ProjectDir=$(ProjectDir)
    237238set SolutionDir=$(SolutionDir)
     
    240241call PreBuildEvent.cmd
    241242</PreBuildEvent>
    242 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     243    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    243244export ProjectDir=$(ProjectDir)
    244245export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.