Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11129


Ignore:
Timestamp:
07/08/14 09:37:30 (10 years ago)
Author:
ascheibe
Message:

#2207 merged r11078 into stable

Location:
stable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.GrammaticalEvolution/3.3/HeuristicLab.Problems.GrammaticalEvolution-3.3.csproj

    r10988 r11129  
    260260    </ProjectReference>
    261261  </ItemGroup>
    262   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    263   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     262  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 
     263    <PropertyGroup>
     264    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     265set ProjectDir=$(ProjectDir)
     266set SolutionDir=$(SolutionDir)
     267set Outdir=$(Outdir)
     268
     269call PreBuildEvent.cmd
     270</PreBuildEvent>
     271    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     272export ProjectDir=$(ProjectDir)
     273export SolutionDir=$(SolutionDir)
     274
     275$SolutionDir/PreBuildEvent.sh
     276</PreBuildEvent>
     277  </PropertyGroup>
     278<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    264279       Other similar extension points exist, see Microsoft.Common.targets.
    265280  <Target Name="BeforeBuild">
     
    267282  <Target Name="AfterBuild">
    268283  </Target>
    269   -->
    270   <PropertyGroup>
    271     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    272 set ProjectDir=$(ProjectDir)
    273 set SolutionDir=$(SolutionDir)
    274 set Outdir=$(Outdir)
    275 
    276 call PreBuildEvent.cmd</PreBuildEvent>
    277   </PropertyGroup>
    278   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    279     <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
    280     <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
    281     <StartAction>Program</StartAction>
    282     <StartProgram>..\..\..\trunk\sources\bin\HeuristicLab 3.3.exe</StartProgram>
    283   </PropertyGroup>
    284   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
    285     <BaseAddress>4194304</BaseAddress>
    286     <PlatformTarget>AnyCPU</PlatformTarget>
    287     <RegisterForComInterop>False</RegisterForComInterop>
    288     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    289   </PropertyGroup>
    290   <PropertyGroup Condition=" '$(Platform)' == 'x64' ">
    291     <PlatformTarget>x64</PlatformTarget>
    292   </PropertyGroup>
    293   <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
    294     <PlatformTarget>x86</PlatformTarget>
    295   </PropertyGroup>
     284  --> 
    296285</Project>
  • stable/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj

    r10892 r11129  
    169169  </ItemGroup>
    170170  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    171   <PropertyGroup>
    172     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     171   <PropertyGroup>
     172    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    173173set ProjectDir=$(ProjectDir)
    174174set SolutionDir=$(SolutionDir)
    175175set Outdir=$(Outdir)
    176176
    177 call PreBuildEvent.cmd</PreBuildEvent>
     177call PreBuildEvent.cmd
     178</PreBuildEvent>
     179    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     180export ProjectDir=$(ProjectDir)
     181export SolutionDir=$(SolutionDir)
     182
     183$SolutionDir/PreBuildEvent.sh
     184</PreBuildEvent>
    178185  </PropertyGroup>
    179186  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • stable/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-3.3.csproj

    r10892 r11129  
    131131  </ItemGroup>
    132132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    133   <PropertyGroup>
    134     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     133   <PropertyGroup>
     134    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    135135set ProjectDir=$(ProjectDir)
    136136set SolutionDir=$(SolutionDir)
    137137set Outdir=$(Outdir)
    138138
    139 call PreBuildEvent.cmd</PreBuildEvent>
     139call PreBuildEvent.cmd
     140</PreBuildEvent>
     141    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     142export ProjectDir=$(ProjectDir)
     143export SolutionDir=$(SolutionDir)
     144
     145$SolutionDir/PreBuildEvent.sh
     146</PreBuildEvent>
    140147  </PropertyGroup>
    141148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.