Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/07/12 16:26:07 (12 years ago)
Author:
ascheibe
Message:

#1937 added pre- and postbuild events for mono

File:
1 edited

Legend:

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

    r6866 r8600  
    192192    </ProjectReference>
    193193    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    194       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     194      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    195195      <Name>HeuristicLab.Core-3.3</Name>
    196196      <Private>False</Private>
    197197    </ProjectReference>
    198198    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    199       <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
     199      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    200200      <Name>HeuristicLab.Data-3.3</Name>
    201201      <Private>False</Private>
     
    264264  -->
    265265  <PropertyGroup>
    266     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     266   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    267267set ProjectDir=$(ProjectDir)
    268268set SolutionDir=$(SolutionDir)
     
    271271call PreBuildEvent.cmd
    272272</PreBuildEvent>
     273<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     274export ProjectDir=$(ProjectDir)
     275export SolutionDir=$(SolutionDir)
     276
     277$SolutionDir/PreBuildEvent.sh
     278</PreBuildEvent>
    273279  </PropertyGroup>
    274280</Project>
Note: See TracChangeset for help on using the changeset viewer.