Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/12 16:47:25 (11 years ago)
Author:
mkommend
Message:

#1763: merged changes from trunk into the tree simplifier branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.TreeSimplifier/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj

    r8409 r8915  
    9595    <Reference Include="HeuristicLab.Collections-3.3">
    9696      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     97      <Private>False</Private>
    9798    </Reference>
    9899    <Reference Include="HeuristicLab.Common-3.3">
    99100      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     101      <Private>False</Private>
    100102    </Reference>
    101103    <Reference Include="HeuristicLab.Common.Resources-3.3">
    102104      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     105      <Private>False</Private>
    103106    </Reference>
    104107    <Reference Include="HeuristicLab.Core-3.3">
    105108      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     109      <Private>False</Private>
    106110    </Reference>
    107111    <Reference Include="HeuristicLab.Core.Views-3.3">
    108112      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     113      <Private>False</Private>
    109114    </Reference>
    110115    <Reference Include="HeuristicLab.Data-3.3">
    111116      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     117      <Private>False</Private>
    112118    </Reference>
    113119    <Reference Include="HeuristicLab.Data.Views-3.3">
    114120      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
     121      <Private>False</Private>
    115122    </Reference>
    116123    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    117124      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     125      <Private>False</Private>
    118126    </Reference>
    119127    <Reference Include="HeuristicLab.MainForm-3.3">
    120128      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     129      <Private>False</Private>
    121130    </Reference>
    122131    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    123132      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     133      <Private>False</Private>
    124134    </Reference>
    125135    <Reference Include="HeuristicLab.Operators-3.3">
    126136      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     137      <Private>False</Private>
    127138    </Reference>
    128139    <Reference Include="HeuristicLab.Optimization-3.3">
    129140      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     141      <Private>False</Private>
    130142    </Reference>
    131143    <Reference Include="HeuristicLab.Optimization.Views-3.3">
    132144      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     145      <Private>False</Private>
    133146    </Reference>
    134147    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    135148      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     149      <Private>False</Private>
    136150    </Reference>
    137151    <Reference Include="HeuristicLab.Random-3.3">
    138152      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     153      <Private>False</Private>
    139154    </Reference>
    140155    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
    141156      <HintPath>..\..\..\..\Trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     157      <Private>False</Private>
    142158    </Reference>
    143159    <Reference Include="System" />
     
    242258  -->
    243259  <PropertyGroup>
    244     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     260    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    245261set ProjectDir=$(ProjectDir)
    246262set SolutionDir=$(SolutionDir)
     
    249265call PreBuildEvent.cmd
    250266</PreBuildEvent>
     267    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     268export ProjectDir=$(ProjectDir)
     269export SolutionDir=$(SolutionDir)
     270
     271$SolutionDir/PreBuildEvent.sh
     272</PreBuildEvent>
    251273  </PropertyGroup>
    252274</Project>
Note: See TracChangeset for help on using the changeset viewer.