Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/12 13:46:27 (12 years ago)
Author:
sforsten
Message:

#1963: if possible all solutions are added/removed at once, otherwise one solution is added/removed at a time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r8600 r8719  
    265265  -->
    266266  <PropertyGroup>
    267    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     267    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    268268set ProjectDir=$(ProjectDir)
    269269set SolutionDir=$(SolutionDir)
     
    272272call PreBuildEvent.cmd
    273273</PreBuildEvent>
    274 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     274    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    275275export ProjectDir=$(ProjectDir)
    276276export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.