Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/11/12 14:39:23 (12 years ago)
Author:
ascheibe
Message:

#1937 added check for correct mono version

File:
1 edited

Legend:

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

    r8600 r8632  
    369369  -->
    370370  <PropertyGroup>
    371    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     371    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    372372set ProjectDir=$(ProjectDir)
    373373set SolutionDir=$(SolutionDir)
     
    375375
    376376call PreBuildEvent.cmd</PreBuildEvent>
    377 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     377    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    378378export ProjectDir=$(ProjectDir)
    379379export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.