Free cookie consent management tool by TermsFeed Policy Generator

Changeset 852 for trunk/sources


Ignore:
Timestamp:
11/28/08 21:51:20 (15 years ago)
Author:
swagner
Message:

Integrated ConfigMerger into build process (#403).
Refactored pre- and post-build scripts (#403).

Location:
trunk/sources
Files:
2 added
65 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/HeuristicLab.AdvancedOptimizationFrontend.csproj

    r582 r852  
    160160  -->
    161161  <PropertyGroup>
    162     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     162    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     163set ProjectDir=$(ProjectDir)
     164set SolutionDir=$(SolutionDir)
     165set Outdir=$(Outdir)
     166
     167call PreBuildEvent.cmd</PreBuildEvent>
    163168  </PropertyGroup>
    164169</Project>
  • trunk/sources/HeuristicLab.BitVector/HeuristicLab.BitVector.csproj

    r582 r852  
    9696  -->
    9797  <PropertyGroup>
    98     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     98    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     99set ProjectDir=$(ProjectDir)
     100set SolutionDir=$(SolutionDir)
     101set Outdir=$(Outdir)
     102
     103call PreBuildEvent.cmd</PreBuildEvent>
    99104  </PropertyGroup>
    100105</Project>
  • trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj

    r656 r852  
    170170  -->
    171171  <PropertyGroup>
    172     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     172    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     173set ProjectDir=$(ProjectDir)
     174set SolutionDir=$(SolutionDir)
     175set Outdir=$(Outdir)
     176
     177call PreBuildEvent.cmd</PreBuildEvent>
    173178  </PropertyGroup>
    174179</Project>
  • trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj

    r582 r852  
    161161  -->
    162162  <PropertyGroup>
    163     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     163    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     164set ProjectDir=$(ProjectDir)
     165set SolutionDir=$(SolutionDir)
     166set Outdir=$(Outdir)
     167
     168call PreBuildEvent.cmd</PreBuildEvent>
    164169  </PropertyGroup>
    165170</Project>
  • trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj

    r582 r852  
    103103  -->
    104104  <PropertyGroup>
    105     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     105    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     106set ProjectDir=$(ProjectDir)
     107set SolutionDir=$(SolutionDir)
     108set Outdir=$(Outdir)
     109
     110call PreBuildEvent.cmd</PreBuildEvent>
    106111  </PropertyGroup>
    107112</Project>
  • trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj

    r582 r852  
    120120  -->
    121121  <PropertyGroup>
    122     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     122    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     123set ProjectDir=$(ProjectDir)
     124set SolutionDir=$(SolutionDir)
     125set Outdir=$(Outdir)
     126
     127call PreBuildEvent.cmd</PreBuildEvent>
    123128  </PropertyGroup>
    124129</Project>
  • trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj

    r582 r852  
    122122  -->
    123123  <PropertyGroup>
    124     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     125set ProjectDir=$(ProjectDir)
     126set SolutionDir=$(SolutionDir)
     127set Outdir=$(Outdir)
     128
     129call PreBuildEvent.cmd</PreBuildEvent>
    125130  </PropertyGroup>
    126131</Project>
  • trunk/sources/HeuristicLab.CEDMA.Server/HeuristicLab.CEDMA.Server.csproj

    r582 r852  
    138138  -->
    139139  <PropertyGroup>
    140     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     140    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     141set ProjectDir=$(ProjectDir)
     142set SolutionDir=$(SolutionDir)
     143set Outdir=$(Outdir)
     144
     145call PreBuildEvent.cmd</PreBuildEvent>
    141146  </PropertyGroup>
    142147</Project>
  • trunk/sources/HeuristicLab.Charting.Data/HeuristicLab.Charting.Data.csproj

    r582 r852  
    103103  -->
    104104  <PropertyGroup>
    105     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     105    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     106set ProjectDir=$(ProjectDir)
     107set SolutionDir=$(SolutionDir)
     108set Outdir=$(Outdir)
     109
     110call PreBuildEvent.cmd</PreBuildEvent>
    106111  </PropertyGroup>
    107112</Project>
  • trunk/sources/HeuristicLab.Charting/HeuristicLab.Charting.csproj

    r582 r852  
    130130  -->
    131131  <PropertyGroup>
    132     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     132    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     133set ProjectDir=$(ProjectDir)
     134set SolutionDir=$(SolutionDir)
     135set Outdir=$(Outdir)
     136
     137call PreBuildEvent.cmd</PreBuildEvent>
    133138  </PropertyGroup>
    134139</Project>
  • trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj

    r704 r852  
    179179  </ItemGroup>
    180180  <PropertyGroup>
    181     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     181    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     182set ProjectDir=$(ProjectDir)
     183set SolutionDir=$(SolutionDir)
     184set Outdir=$(Outdir)
     185
     186call PreBuildEvent.cmd</PreBuildEvent>
    182187    <PostBuildEvent>
    183188    </PostBuildEvent>
  • trunk/sources/HeuristicLab.Communication.Operators/HeuristicLab.Communication.Operators.csproj

    r704 r852  
    8686    <PostBuildEvent>
    8787    </PostBuildEvent>
    88     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     88    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     89set ProjectDir=$(ProjectDir)
     90set SolutionDir=$(SolutionDir)
     91set Outdir=$(Outdir)
     92
     93call PreBuildEvent.cmd</PreBuildEvent>
    8994  </PropertyGroup>
    9095  <ItemGroup>
  • trunk/sources/HeuristicLab.Constraints/HeuristicLab.Constraints.csproj

    r764 r852  
    228228  -->
    229229  <PropertyGroup>
    230     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     230    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     231set ProjectDir=$(ProjectDir)
     232set SolutionDir=$(SolutionDir)
     233set Outdir=$(Outdir)
     234
     235call PreBuildEvent.cmd</PreBuildEvent>
    231236  </PropertyGroup>
    232237</Project>
  • trunk/sources/HeuristicLab.Core/HeuristicLab.Core.csproj

    r776 r852  
    363363  -->
    364364  <PropertyGroup>
    365     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     365    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     366set ProjectDir=$(ProjectDir)
     367set SolutionDir=$(SolutionDir)
     368set Outdir=$(Outdir)
     369
     370call PreBuildEvent.cmd</PreBuildEvent>
    366371  </PropertyGroup>
    367372</Project>
  • trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj

    r763 r852  
    305305  -->
    306306  <PropertyGroup>
    307     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     307    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     308set ProjectDir=$(ProjectDir)
     309set SolutionDir=$(SolutionDir)
     310set Outdir=$(Outdir)
     311
     312call PreBuildEvent.cmd</PreBuildEvent>
    308313  </PropertyGroup>
    309314</Project>
  • trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj

    r582 r852  
    140140  -->
    141141  <PropertyGroup>
    142     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     142    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     143set ProjectDir=$(ProjectDir)
     144set SolutionDir=$(SolutionDir)
     145set Outdir=$(Outdir)
     146
     147call PreBuildEvent.cmd</PreBuildEvent>
    143148  </PropertyGroup>
    144149</Project>
  • trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj

    r582 r852  
    112112  -->
    113113  <PropertyGroup>
    114     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     114    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     115set ProjectDir=$(ProjectDir)
     116set SolutionDir=$(SolutionDir)
     117set Outdir=$(Outdir)
     118
     119call PreBuildEvent.cmd</PreBuildEvent>
    115120  </PropertyGroup>
    116121</Project>
  • trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj

    r582 r852  
    142142  -->
    143143  <PropertyGroup>
    144     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     144    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     145set ProjectDir=$(ProjectDir)
     146set SolutionDir=$(SolutionDir)
     147set Outdir=$(Outdir)
     148
     149call PreBuildEvent.cmd</PreBuildEvent>
    145150  </PropertyGroup>
    146151</Project>
  • trunk/sources/HeuristicLab.Evolutionary/HeuristicLab.Evolutionary.csproj

    r582 r852  
    100100  -->
    101101  <PropertyGroup>
    102     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     102    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     103set ProjectDir=$(ProjectDir)
     104set SolutionDir=$(SolutionDir)
     105set Outdir=$(Outdir)
     106
     107call PreBuildEvent.cmd</PreBuildEvent>
    103108  </PropertyGroup>
    104109</Project>
  • trunk/sources/HeuristicLab.GP.Boolean/HeuristicLab.GP.Boolean.csproj

    r720 r852  
    109109  -->
    110110  <PropertyGroup>
    111     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     111    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     112set ProjectDir=$(ProjectDir)
     113set SolutionDir=$(SolutionDir)
     114set Outdir=$(Outdir)
     115
     116call PreBuildEvent.cmd</PreBuildEvent>
    112117  </PropertyGroup>
    113118</Project>
  • trunk/sources/HeuristicLab.GP.SantaFe/HeuristicLab.GP.SantaFe.csproj

    r656 r852  
    121121  -->
    122122  <PropertyGroup>
    123     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     123    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     124set ProjectDir=$(ProjectDir)
     125set SolutionDir=$(SolutionDir)
     126set Outdir=$(Outdir)
     127
     128call PreBuildEvent.cmd</PreBuildEvent>
    124129  </PropertyGroup>
    125130</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLab.GP.StructureIdentification.Classification.csproj

    r756 r852  
    126126  -->
    127127  <PropertyGroup>
    128     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     128    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     129set ProjectDir=$(ProjectDir)
     130set SolutionDir=$(SolutionDir)
     131set Outdir=$(Outdir)
     132
     133call PreBuildEvent.cmd</PreBuildEvent>
    129134  </PropertyGroup>
    130135</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj

    r668 r852  
    116116  -->
    117117  <PropertyGroup>
    118     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     118    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     119set ProjectDir=$(ProjectDir)
     120set SolutionDir=$(SolutionDir)
     121set Outdir=$(Outdir)
     122
     123call PreBuildEvent.cmd</PreBuildEvent>
    119124  </PropertyGroup>
    120125</Project>
  • trunk/sources/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj

    r769 r852  
    165165  -->
    166166  <PropertyGroup>
    167     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     167    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     168set ProjectDir=$(ProjectDir)
     169set SolutionDir=$(SolutionDir)
     170set Outdir=$(Outdir)
     171
     172call PreBuildEvent.cmd</PreBuildEvent>
    168173  </PropertyGroup>
    169174</Project>
  • trunk/sources/HeuristicLab.GP/HeuristicLab.GP.csproj

    r835 r852  
    163163  -->
    164164  <PropertyGroup>
    165     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     165    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     166set ProjectDir=$(ProjectDir)
     167set SolutionDir=$(SolutionDir)
     168set Outdir=$(Outdir)
     169
     170call PreBuildEvent.cmd</PreBuildEvent>
    166171  </PropertyGroup>
    167172</Project>
  • trunk/sources/HeuristicLab.Grid/HeuristicLab.Grid.csproj

    r582 r852  
    135135  -->
    136136  <PropertyGroup>
    137     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     137    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     138set ProjectDir=$(ProjectDir)
     139set SolutionDir=$(SolutionDir)
     140set Outdir=$(Outdir)
     141
     142call PreBuildEvent.cmd</PreBuildEvent>
    138143  </PropertyGroup>
    139144</Project>
  • trunk/sources/HeuristicLab.Hive.Client.Common/HeuristicLab.Hive.Client.Common.csproj

    r819 r852  
    101101  -->
    102102  <PropertyGroup>
    103     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     103    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     104set ProjectDir=$(ProjectDir)
     105set SolutionDir=$(SolutionDir)
     106set Outdir=$(Outdir)
     107
     108call PreBuildEvent.cmd</PreBuildEvent>
    104109  </PropertyGroup>
    105110</Project>
  • trunk/sources/HeuristicLab.Hive.Client.Communication/HeuristicLab.Hive.Client.Communication.csproj

    r843 r852  
    8888  -->
    8989  <PropertyGroup>
    90     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     90    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     91set ProjectDir=$(ProjectDir)
     92set SolutionDir=$(SolutionDir)
     93set Outdir=$(Outdir)
     94
     95call PreBuildEvent.cmd</PreBuildEvent>
    9196  </PropertyGroup>
    9297</Project>
  • trunk/sources/HeuristicLab.Hive.Client.Console/HeuristicLab.Hive.Client.Console.csproj

    r717 r852  
    104104  -->
    105105  <PropertyGroup>
    106     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     106    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     107set ProjectDir=$(ProjectDir)
     108set SolutionDir=$(SolutionDir)
     109set Outdir=$(Outdir)
     110
     111call PreBuildEvent.cmd</PreBuildEvent>
    107112  </PropertyGroup>
    108113</Project>
  • trunk/sources/HeuristicLab.Hive.Client.Core/HeuristicLab.Hive.Client.Core.csproj

    r816 r852  
    116116  -->
    117117  <PropertyGroup>
    118     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     118    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     119set ProjectDir=$(ProjectDir)
     120set SolutionDir=$(SolutionDir)
     121set Outdir=$(Outdir)
     122
     123call PreBuildEvent.cmd</PreBuildEvent>
    119124  </PropertyGroup>
    120125</Project>
  • trunk/sources/HeuristicLab.Hive.Client.ExecutionEngine/HeuristicLab.Hive.Client.ExecutionEngine.csproj

    r816 r852  
    8383  -->
    8484  <PropertyGroup>
    85     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     85    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     86set ProjectDir=$(ProjectDir)
     87set SolutionDir=$(SolutionDir)
     88set Outdir=$(Outdir)
     89
     90call PreBuildEvent.cmd</PreBuildEvent>
    8691  </PropertyGroup>
    8792</Project>
  • trunk/sources/HeuristicLab.Hive.Contracts/HeuristicLab.Hive.Contracts.csproj

    r837 r852  
    106106  -->
    107107  <PropertyGroup>
    108     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     108    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     109set ProjectDir=$(ProjectDir)
     110set SolutionDir=$(SolutionDir)
     111set Outdir=$(Outdir)
     112
     113call PreBuildEvent.cmd</PreBuildEvent>
    109114  </PropertyGroup>
    110115</Project>
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj

    r845 r852  
    111111  -->
    112112  <PropertyGroup>
    113     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     114set ProjectDir=$(ProjectDir)
     115set SolutionDir=$(SolutionDir)
     116set Outdir=$(Outdir)
     117
     118call PreBuildEvent.cmd</PreBuildEvent>
    114119  </PropertyGroup>
    115120</Project>
  • trunk/sources/HeuristicLab.Hive.Server.Console/HeuristicLab.Hive.Server.Console.csproj

    r799 r852  
    122122  -->
    123123  <PropertyGroup>
    124     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     125set ProjectDir=$(ProjectDir)
     126set SolutionDir=$(SolutionDir)
     127set Outdir=$(Outdir)
     128
     129call PreBuildEvent.cmd</PreBuildEvent>
    125130  </PropertyGroup>
    126131</Project>
  • trunk/sources/HeuristicLab.Hive.Server.Core/HeuristicLab.Hive.Server.Core.csproj

    r846 r852  
    9191  -->
    9292  <PropertyGroup>
    93     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     93    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     94set ProjectDir=$(ProjectDir)
     95set SolutionDir=$(SolutionDir)
     96set Outdir=$(Outdir)
     97
     98call PreBuildEvent.cmd</PreBuildEvent>
    9499  </PropertyGroup>
    95100</Project>
  • trunk/sources/HeuristicLab.Hive.Server.Scheduler/HeuristicLab.Hive.Server.Scheduler.csproj

    r713 r852  
    7070  -->
    7171  <PropertyGroup>
    72     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     72    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     73set ProjectDir=$(ProjectDir)
     74set SolutionDir=$(SolutionDir)
     75set Outdir=$(Outdir)
     76
     77call PreBuildEvent.cmd</PreBuildEvent>
    7378  </PropertyGroup>
    7479</Project>
  • trunk/sources/HeuristicLab.Hive.Server/HeuristicLab.Hive.Server.csproj

    r744 r852  
    111111  -->
    112112  <PropertyGroup>
    113     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     113    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     114set ProjectDir=$(ProjectDir)
     115set SolutionDir=$(SolutionDir)
     116set Outdir=$(Outdir)
     117
     118call PreBuildEvent.cmd</PreBuildEvent>
    114119  </PropertyGroup>
    115120</Project>
  • trunk/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj

    r671 r852  
    145145  -->
    146146  <PropertyGroup>
    147     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     147    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     148set ProjectDir=$(ProjectDir)
     149set SolutionDir=$(SolutionDir)
     150set Outdir=$(Outdir)
     151
     152call PreBuildEvent.cmd</PreBuildEvent>
    148153  </PropertyGroup>
    149154</Project>
  • trunk/sources/HeuristicLab.Operators.Metaprogramming/HeuristicLab.Operators.Metaprogramming.csproj

    r582 r852  
    100100  -->
    101101  <PropertyGroup>
    102     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     102    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     103set ProjectDir=$(ProjectDir)
     104set SolutionDir=$(SolutionDir)
     105set Outdir=$(Outdir)
     106
     107call PreBuildEvent.cmd</PreBuildEvent>
    103108  </PropertyGroup>
    104109</Project>
  • trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.csproj

    r694 r852  
    115115  -->
    116116  <PropertyGroup>
    117     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     117    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     118set ProjectDir=$(ProjectDir)
     119set SolutionDir=$(SolutionDir)
     120set Outdir=$(Outdir)
     121
     122call PreBuildEvent.cmd</PreBuildEvent>
    118123  </PropertyGroup>
    119124</Project>
  • trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj

    r582 r852  
    9797  -->
    9898  <PropertyGroup>
    99     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     99    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     100set ProjectDir=$(ProjectDir)
     101set SolutionDir=$(SolutionDir)
     102set Outdir=$(Outdir)
     103
     104call PreBuildEvent.cmd</PreBuildEvent>
    100105  </PropertyGroup>
    101106</Project>
  • trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj

    r590 r852  
    158158  -->
    159159  <PropertyGroup>
    160     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     160    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     161set ProjectDir=$(ProjectDir)
     162set SolutionDir=$(SolutionDir)
     163set Outdir=$(Outdir)
     164
     165call PreBuildEvent.cmd</PreBuildEvent>
    161166  </PropertyGroup>
    162167</Project>
  • trunk/sources/HeuristicLab.OptimizationFrontend/HeuristicLab.OptimizationFrontend.csproj

    r582 r852  
    157157  -->
    158158  <PropertyGroup>
    159     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     159    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     160set ProjectDir=$(ProjectDir)
     161set SolutionDir=$(SolutionDir)
     162set Outdir=$(Outdir)
     163
     164call PreBuildEvent.cmd</PreBuildEvent>
    160165  </PropertyGroup>
    161166</Project>
  • trunk/sources/HeuristicLab.Permutation/HeuristicLab.Permutation.csproj

    r582 r852  
    134134  -->
    135135  <PropertyGroup>
    136     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     136    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     137set ProjectDir=$(ProjectDir)
     138set SolutionDir=$(SolutionDir)
     139set Outdir=$(Outdir)
     140
     141call PreBuildEvent.cmd</PreBuildEvent>
    137142  </PropertyGroup>
    138143</Project>
  • trunk/sources/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj

    r574 r852  
    172172  -->
    173173  <PropertyGroup>
    174     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     174    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     175set ProjectDir=$(ProjectDir)
     176set SolutionDir=$(SolutionDir)
     177set Outdir=$(Outdir)
     178
     179call PreBuildEvent.cmd</PreBuildEvent>
    175180  </PropertyGroup>
    176181</Project>
  • trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj

    r574 r852  
    116116  -->
    117117  <PropertyGroup>
    118     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     118    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     119set ProjectDir=$(ProjectDir)
     120set SolutionDir=$(SolutionDir)
     121set Outdir=$(Outdir)
     122
     123call PreBuildEvent.cmd</PreBuildEvent>
    119124  </PropertyGroup>
    120125</Project>
  • trunk/sources/HeuristicLab.Random/HeuristicLab.Random.csproj

    r582 r852  
    109109  -->
    110110  <PropertyGroup>
    111     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     111    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     112set ProjectDir=$(ProjectDir)
     113set SolutionDir=$(SolutionDir)
     114set Outdir=$(Outdir)
     115
     116call PreBuildEvent.cmd</PreBuildEvent>
    112117  </PropertyGroup>
    113118</Project>
  • trunk/sources/HeuristicLab.RealVector/HeuristicLab.RealVector.csproj

    r582 r852  
    122122  -->
    123123  <PropertyGroup>
    124     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     125set ProjectDir=$(ProjectDir)
     126set SolutionDir=$(SolutionDir)
     127set Outdir=$(Outdir)
     128
     129call PreBuildEvent.cmd</PreBuildEvent>
    125130  </PropertyGroup>
    126131</Project>
  • trunk/sources/HeuristicLab.Routing.TSP/HeuristicLab.Routing.TSP.csproj

    r582 r852  
    137137  -->
    138138  <PropertyGroup>
    139     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     139    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     140set ProjectDir=$(ProjectDir)
     141set SolutionDir=$(SolutionDir)
     142set Outdir=$(Outdir)
     143
     144call PreBuildEvent.cmd</PreBuildEvent>
    140145  </PropertyGroup>
    141146</Project>
  • trunk/sources/HeuristicLab.SGA/HeuristicLab.SGA.csproj

    r582 r852  
    128128  -->
    129129  <PropertyGroup>
    130     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     130    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     131set ProjectDir=$(ProjectDir)
     132set SolutionDir=$(SolutionDir)
     133set Outdir=$(Outdir)
     134
     135call PreBuildEvent.cmd</PreBuildEvent>
    131136  </PropertyGroup>
    132137</Project>
  • trunk/sources/HeuristicLab.SQLite/HeuristicLab.SQLite.csproj

    r603 r852  
    9393  -->
    9494  <PropertyGroup>
    95     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     95    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     96set ProjectDir=$(ProjectDir)
     97set SolutionDir=$(SolutionDir)
     98set Outdir=$(Outdir)
     99
     100call PreBuildEvent.cmd</PreBuildEvent>
    96101  </PropertyGroup>
    97102</Project>
  • trunk/sources/HeuristicLab.Scheduling.JSSP/HeuristicLab.Scheduling.JSSP.csproj

    r656 r852  
    176176  -->
    177177  <PropertyGroup>
    178     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     178    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     179set ProjectDir=$(ProjectDir)
     180set SolutionDir=$(SolutionDir)
     181set Outdir=$(Outdir)
     182
     183call PreBuildEvent.cmd</PreBuildEvent>
    179184  </PropertyGroup>
    180185</Project>
  • trunk/sources/HeuristicLab.Selection.OffspringSelection/HeuristicLab.Selection.OffspringSelection.csproj

    r582 r852  
    9292  -->
    9393  <PropertyGroup>
    94     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     94    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     95set ProjectDir=$(ProjectDir)
     96set SolutionDir=$(SolutionDir)
     97set Outdir=$(Outdir)
     98
     99call PreBuildEvent.cmd</PreBuildEvent>
    95100  </PropertyGroup>
    96101</Project>
  • trunk/sources/HeuristicLab.Selection/HeuristicLab.Selection.csproj

    r582 r852  
    107107  -->
    108108  <PropertyGroup>
    109     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     109    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     110set ProjectDir=$(ProjectDir)
     111set SolutionDir=$(SolutionDir)
     112set Outdir=$(Outdir)
     113
     114call PreBuildEvent.cmd</PreBuildEvent>
    110115  </PropertyGroup>
    111116</Project>
  • trunk/sources/HeuristicLab.SequentialEngine/HeuristicLab.SequentialEngine.csproj

    r847 r852  
    9595  -->
    9696  <PropertyGroup>
    97     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     97    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     98set ProjectDir=$(ProjectDir)
     99set SolutionDir=$(SolutionDir)
     100set Outdir=$(Outdir)
     101
     102call PreBuildEvent.cmd</PreBuildEvent>
    98103  </PropertyGroup>
    99104</Project>
  • trunk/sources/HeuristicLab.Settings/HeuristicLab.Settings.csproj

    r787 r852  
    9898  -->
    9999  <PropertyGroup>
    100     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     100    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     101set ProjectDir=$(ProjectDir)
     102set SolutionDir=$(SolutionDir)
     103set Outdir=$(Outdir)
     104
     105call PreBuildEvent.cmd</PreBuildEvent>
    101106  </PropertyGroup>
    102107</Project>
  • trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj

    r637 r852  
    128128  -->
    129129  <PropertyGroup>
    130     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     130    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     131set ProjectDir=$(ProjectDir)
     132set SolutionDir=$(SolutionDir)
     133set Outdir=$(Outdir)
     134
     135call PreBuildEvent.cmd</PreBuildEvent>
    131136    <PostBuildEvent>
    132137    </PostBuildEvent>
  • trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj

    r582 r852  
    119119  -->
    120120  <PropertyGroup>
    121     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     121    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     122set ProjectDir=$(ProjectDir)
     123set SolutionDir=$(SolutionDir)
     124set Outdir=$(Outdir)
     125
     126call PreBuildEvent.cmd</PreBuildEvent>
    122127  </PropertyGroup>
    123128</Project>
  • trunk/sources/HeuristicLab.ThreadParallelEngine/HeuristicLab.ThreadParallelEngine.csproj

    r582 r852  
    9595  -->
    9696  <PropertyGroup>
    97     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     97    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     98set ProjectDir=$(ProjectDir)
     99set SolutionDir=$(SolutionDir)
     100set Outdir=$(Outdir)
     101
     102call PreBuildEvent.cmd</PreBuildEvent>
    98103  </PropertyGroup>
    99104</Project>
  • trunk/sources/HeuristicLab.Visualization.Test/HeuristicLab.Visualization.Test.csproj

    r681 r852  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{23117533-8A91-474E-BBF6-C39485D0810A}</ProjectGuid>
     
    8989  -->
    9090  <PropertyGroup>
    91     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     91    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     92set ProjectDir=$(ProjectDir)
     93set SolutionDir=$(SolutionDir)
     94set Outdir=$(Outdir)
     95
     96call PreBuildEvent.cmd</PreBuildEvent>
    9297  </PropertyGroup>
    9398</Project>
  • trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj

    r761 r852  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid>
     
    120120  -->
    121121  <PropertyGroup>
    122     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     122    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     123set ProjectDir=$(ProjectDir)
     124set SolutionDir=$(SolutionDir)
     125set Outdir=$(Outdir)
     126
     127call PreBuildEvent.cmd</PreBuildEvent>
    123128  </PropertyGroup>
    124129</Project>
  • trunk/sources/HeuristicLab.sln

    r790 r852  
    44Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}"
    55  ProjectSection(SolutionItems) = preProject
     6    ConfigMerger.exe = ConfigMerger.exe
    67    ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt
    78    PreBuildEvent.cmd = PreBuildEvent.cmd
     
    585586    {1605256A-1CB3-44AB-AAFF-577093EE5789}.Release|Any CPU.Build.0 = Release|Any CPU
    586587    {1605256A-1CB3-44AB-AAFF-577093EE5789}.Release|x86.ActiveCfg = Release|Any CPU
    587 <<<<<<< .mine
    588588    {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    589589    {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    592592    {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Release|Any CPU.Build.0 = Release|Any CPU
    593593    {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Release|x86.ActiveCfg = Release|Any CPU
    594 =======
    595594    {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    596595    {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Debug|Any CPU.Build.0 = Debug|Any CPU
     
    599598    {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Release|Any CPU.Build.0 = Release|Any CPU
    600599    {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Release|x86.ActiveCfg = Release|Any CPU
    601 >>>>>>> .r781
    602600  EndGlobalSection
    603601  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r790 r852  
    1 copy %1\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib License.txt .\
     1copy "%SolutionDir%\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib License.txt" .\
    22
    33rmdir plugins /s /q
     
    66mkdir plugins\temp
    77mkdir plugins\backup
    8 copy %1\HeuristicLab.AdvancedOptimizationFrontend\%2\HeuristicLab.AdvancedOptimizationFrontend-3.2.dll .\plugins
    9 copy %1\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking.dll .\plugins
    10 copy %1\HeuristicLab.AdvancedOptimizationFrontend\"WeifenLuo.WinFormsUI.Docking License.txt" .\plugins
    11 copy %1\HeuristicLab.BitVector\%2\HeuristicLab.BitVector-3.2.dll .\plugins
    12 copy %1\HeuristicLab.CEDMA.Charting\%2\HeuristicLab.CEDMA.Charting-3.2.dll .\plugins
    13 copy %1\HeuristicLab.CEDMA.Core\%2\HeuristicLab.CEDMA.Core-3.2.dll .\plugins
    14 copy %1\HeuristicLab.CEDMA.DB\%2\HeuristicLab.CEDMA.DB-3.2.dll .\plugins
    15 copy %1\HeuristicLab.CEDMA.DB\%2\SemWeb.SqliteStore.dll .\plugins
    16 copy %1\HeuristicLab.CEDMA.DB\%2\SemWeb.dll .\plugins
    17 copy %1\HeuristicLab.CEDMA.DB.Interfaces\%2\HeuristicLab.CEDMA.DB.Interfaces-3.2.dll .\plugins
    18 copy %1\HeuristicLab.CEDMA.Operators\%2\HeuristicLab.CEDMA.Operators-3.2.dll .\plugins
    19 copy %1\HeuristicLab.CEDMA.Server\%2\HeuristicLab.CEDMA.Server-3.2.dll .\plugins
    20 copy %1\HeuristicLab.Charting\%2\HeuristicLab.Charting-3.2.dll .\plugins
    21 copy %1\HeuristicLab.Charting.Data\%2\HeuristicLab.Charting.Data-3.2.dll .\plugins
    22 copy %1\HeuristicLab.Communication.Data\%2\HeuristicLab.Communication.Data-3.2.dll .\plugins
    23 copy %1\HeuristicLab.Communication.Operators\%2\HeuristicLab.Communication.Operators-3.2.dll .\plugins
    24 copy %1\HeuristicLab.Core\%2\HeuristicLab.Core-3.2.dll .\plugins
    25 copy %1\HeuristicLab.Constraints\%2\HeuristicLab.Constraints-3.2.dll .\plugins
    26 copy %1\HeuristicLab.Data\%2\HeuristicLab.Data-3.2.dll .\plugins
    27 copy %1\HeuristicLab.DataAnalysis\%2\HeuristicLab.DataAnalysis-3.2.dll .\plugins
    28 copy %1\HeuristicLab.DistributedEngine\%2\HeuristicLab.DistributedEngine-3.2.dll .\plugins
    29 copy %1\HeuristicLab.Evolutionary\%2\HeuristicLab.Evolutionary-3.2.dll .\plugins
    30 copy %1\HeuristicLab.GP\%2\HeuristicLab.GP-3.2.dll .\plugins
    31 copy %1\HeuristicLab.GP.Boolean\%2\HeuristicLab.GP.Boolean-1.0.dll .\plugins
    32 copy %1\HeuristicLab.GP.SantaFe\%2\HeuristicLab.GP.SantaFe-3.2.dll .\plugins
    33 copy %1\HeuristicLab.GP.StructureIdentification\%2\HeuristicLab.GP.StructureIdentification-3.2.dll .\plugins
    34 copy %1\HeuristicLab.GP.StructureIdentification.Classification\%2\HeuristicLab.GP.StructureIdentification.Classification-3.2.dll .\plugins
    35 copy %1\HeuristicLab.GP.StructureIdentification.TimeSeries\%2\HeuristicLab.GP.StructureIdentification.TimeSeries-3.2.dll .\plugins
    36 copy %1\HeuristicLab.Grid\%2\HeuristicLab.Grid-3.2.dll .\plugins
    37 copy %1\HeuristicLab.Logging\%2\HeuristicLab.Logging-3.2.dll .\plugins
    38 copy %1\HeuristicLab.Operators\%2\HeuristicLab.Operators-3.2.dll .\plugins
    39 copy %1\HeuristicLab.Operators.Metaprogramming\%2\HeuristicLab.Operators.Metaprogramming-3.2.dll .\plugins
    40 copy %1\HeuristicLab.Operators.Programmable\%2\HeuristicLab.Operators.Programmable-3.2.dll .\plugins
    41 copy %1\HeuristicLab.Operators.Stopwatch\%2\HeuristicLab.Operators.Stopwatch-3.2.dll .\plugins
    42 copy %1\HeuristicLab.OptimizationFrontend\%2\HeuristicLab.OptimizationFrontend-3.2.dll .\plugins
    43 copy %1\HeuristicLab.Permutation\%2\HeuristicLab.Permutation-3.2.dll .\plugins
    44 copy %1\HeuristicLab.Random\%2\HeuristicLab.Random-3.2.dll .\plugins
    45 copy %1\HeuristicLab.RealVector\%2\HeuristicLab.RealVector-3.2.dll .\plugins
    46 copy %1\HeuristicLab.Routing.TSP\%2\HeuristicLab.Routing.TSP-3.2.dll .\plugins
    47 copy %1\HeuristicLab.Scheduling.JSSP\%2\HeuristicLab.Scheduling.JSSP-3.2.dll .\plugins
    48 copy %1\HeuristicLab.Selection\%2\HeuristicLab.Selection-3.2.dll .\plugins
    49 copy %1\HeuristicLab.Selection.OffspringSelection\%2\HeuristicLab.Selection.OffspringSelection-3.2.dll .\plugins
    50 copy %1\HeuristicLab.SequentialEngine\%2\HeuristicLab.SequentialEngine-3.2.dll .\plugins
    51 copy %1\HeuristicLab.Settings\%2\HeuristicLab.Settings-3.2.dll .\plugins
    52 copy %1\HeuristicLab.SGA\%2\HeuristicLab.SGA-3.2.dll .\plugins
    53 copy %1\HeuristicLab.SimOpt\%2\HeuristicLab.SimOpt-3.2.dll .\plugins
    54 copy %1\HeuristicLab.SQLite\%2\HeuristicLab.SQLite-3.2.dll .\plugins
    55 copy %1\HeuristicLab.SQLite\System.Data.SQLite.dll .\plugins
    56 copy %1\HeuristicLab.SQLite\"SQLite License.txt" .\plugins
    57 copy %1\HeuristicLab.SQLite\SQLite.NET.chm .\plugins
    58 copy %1\HeuristicLab.TestFunctions\%2\HeuristicLab.TestFunctions-3.2.dll .\plugins
    59 copy %1\HeuristicLab.ThreadParallelEngine\%2\HeuristicLab.ThreadParallelEngine-3.2.dll .\plugins
    60 copy %1\HeuristicLab.ES\%2\HeuristicLab.ES-3.2.dll .\plugins
    61 copy %1\HeuristicLab.Visualization\%2\HeuristicLab.Visualization-3.2.dll .\plugins
    62 copy %1\HeuristicLab.Visualization.Test\%2\HeuristicLab.Visualization.Test-3.2.dll .\plugins
    63 copy %1\HeuristicLab.Hive.Server\%2\HeuristicLab.Hive.Server-3.2.dll .\plugins
    64 copy %1\HeuristicLab.Hive.Server.ADODataAccess\%2\HeuristicLab.Hive.Server.ADODataAccess-3.2.dll .\plugins
    65 copy %1\HeuristicLab.Hive.Server.Core\%2\HeuristicLab.Hive.Server.Core-3.2.dll .\plugins
    66 copy %1\HeuristicLab.Hive.Server.Core\%2\HeuristicLab.Hive.Contracts-3.2.dll .\plugins
    67 copy %1\HeuristicLab.Hive.Server.Scheduler\%2\HeuristicLab.Hive.Server.Scheduler-3.2.dll .\plugins
    68 copy %1\HeuristicLab.Hive.Client.Core\%2\HeuristicLab.Hive.Client.Core-3.2.dll .\plugins
    69 copy %1\HeuristicLab.Hive.Client.Common\%2\HeuristicLab.Hive.Client.Common-3.2.dll .\plugins
    70 copy %1\HeuristicLab.Hive.Client.Console\%2\HeuristicLab.Hive.Client.Console-3.2.dll .\plugins
    71 copy %1\HeuristicLab.Hive.Client.ExecutionEngine\%2\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll .\plugins
    72 copy %1\HeuristicLab.Hive.Client.Communication\%2\HeuristicLab.Hive.Client.Communication-3.2.dll .\plugins
    73 copy %1\HeuristicLab.Hive.Client.ExecutionEngine\%2\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll .\plugins
    74 copy %1\HeuristicLab.Hive.Server.Console\%2\HeuristicLab.Hive.Server.Console-3.2.dll .\plugins
     8
     9copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\%Outdir%\HeuristicLab.AdvancedOptimizationFrontend-3.2.dll" .\plugins
     10copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking.dll" .\plugins
     11copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins
     12copy "%SolutionDir%\HeuristicLab.BitVector\%Outdir%\HeuristicLab.BitVector-3.2.dll" .\plugins
     13copy "%SolutionDir%\HeuristicLab.CEDMA.Charting\%Outdir%\HeuristicLab.CEDMA.Charting-3.2.dll" .\plugins
     14copy "%SolutionDir%\HeuristicLab.CEDMA.Core\%Outdir%\HeuristicLab.CEDMA.Core-3.2.dll" .\plugins
     15copy "%SolutionDir%\HeuristicLab.CEDMA.DB\%Outdir%\HeuristicLab.CEDMA.DB-3.2.dll" .\plugins
     16copy "%SolutionDir%\HeuristicLab.CEDMA.DB\%Outdir%\SemWeb.SqliteStore.dll" .\plugins
     17copy "%SolutionDir%\HeuristicLab.CEDMA.DB\%Outdir%\SemWeb.dll" .\plugins
     18copy "%SolutionDir%\HeuristicLab.CEDMA.DB.Interfaces\%Outdir%\HeuristicLab.CEDMA.DB.Interfaces-3.2.dll" .\plugins
     19copy "%SolutionDir%\HeuristicLab.CEDMA.Operators\%Outdir%\HeuristicLab.CEDMA.Operators-3.2.dll" .\plugins
     20copy "%SolutionDir%\HeuristicLab.CEDMA.Server\%Outdir%\HeuristicLab.CEDMA.Server-3.2.dll" .\plugins
     21copy "%SolutionDir%\HeuristicLab.Charting\%Outdir%\HeuristicLab.Charting-3.2.dll" .\plugins
     22copy "%SolutionDir%\HeuristicLab.Charting.Data\%Outdir%\HeuristicLab.Charting.Data-3.2.dll" .\plugins
     23copy "%SolutionDir%\HeuristicLab.Communication.Data\%Outdir%\HeuristicLab.Communication.Data-3.2.dll" .\plugins
     24copy "%SolutionDir%\HeuristicLab.Communication.Operators\%Outdir%\HeuristicLab.Communication.Operators-3.2.dll" .\plugins
     25copy "%SolutionDir%\HeuristicLab.Core\%Outdir%\HeuristicLab.Core-3.2.dll" .\plugins
     26copy "%SolutionDir%\HeuristicLab.Constraints\%Outdir%\HeuristicLab.Constraints-3.2.dll" .\plugins
     27copy "%SolutionDir%\HeuristicLab.Data\%Outdir%\HeuristicLab.Data-3.2.dll" .\plugins
     28copy "%SolutionDir%\HeuristicLab.DataAnalysis\%Outdir%\HeuristicLab.DataAnalysis-3.2.dll" .\plugins
     29copy "%SolutionDir%\HeuristicLab.DistributedEngine\%Outdir%\HeuristicLab.DistributedEngine-3.2.dll" .\plugins
     30copy "%SolutionDir%\HeuristicLab.Evolutionary\%Outdir%\HeuristicLab.Evolutionary-3.2.dll" .\plugins
     31copy "%SolutionDir%\HeuristicLab.GP\%Outdir%\HeuristicLab.GP-3.2.dll" .\plugins
     32copy "%SolutionDir%\HeuristicLab.GP.Boolean\%Outdir%\HeuristicLab.GP.Boolean-1.0.dll" .\plugins
     33copy "%SolutionDir%\HeuristicLab.GP.SantaFe\%Outdir%\HeuristicLab.GP.SantaFe-3.2.dll" .\plugins
     34copy "%SolutionDir%\HeuristicLab.GP.StructureIdentification\%Outdir%\HeuristicLab.GP.StructureIdentification-3.2.dll" .\plugins
     35copy "%SolutionDir%\HeuristicLab.GP.StructureIdentification.Classification\%Outdir%\HeuristicLab.GP.StructureIdentification.Classification-3.2.dll" .\plugins
     36copy "%SolutionDir%\HeuristicLab.GP.StructureIdentification.TimeSeries\%Outdir%\HeuristicLab.GP.StructureIdentification.TimeSeries-3.2.dll" .\plugins
     37copy "%SolutionDir%\HeuristicLab.Grid\%Outdir%\HeuristicLab.Grid-3.2.dll" .\plugins
     38copy "%SolutionDir%\HeuristicLab.Logging\%Outdir%\HeuristicLab.Logging-3.2.dll" .\plugins
     39copy "%SolutionDir%\HeuristicLab.Operators\%Outdir%\HeuristicLab.Operators-3.2.dll" .\plugins
     40copy "%SolutionDir%\HeuristicLab.Operators.Metaprogramming\%Outdir%\HeuristicLab.Operators.Metaprogramming-3.2.dll" .\plugins
     41copy "%SolutionDir%\HeuristicLab.Operators.Programmable\%Outdir%\HeuristicLab.Operators.Programmable-3.2.dll" .\plugins
     42copy "%SolutionDir%\HeuristicLab.Operators.Stopwatch\%Outdir%\HeuristicLab.Operators.Stopwatch-3.2.dll" .\plugins
     43copy "%SolutionDir%\HeuristicLab.OptimizationFrontend\%Outdir%\HeuristicLab.OptimizationFrontend-3.2.dll" .\plugins
     44copy "%SolutionDir%\HeuristicLab.Permutation\%Outdir%\HeuristicLab.Permutation-3.2.dll" .\plugins
     45copy "%SolutionDir%\HeuristicLab.Random\%Outdir%\HeuristicLab.Random-3.2.dll" .\plugins
     46copy "%SolutionDir%\HeuristicLab.RealVector\%Outdir%\HeuristicLab.RealVector-3.2.dll" .\plugins
     47copy "%SolutionDir%\HeuristicLab.Routing.TSP\%Outdir%\HeuristicLab.Routing.TSP-3.2.dll" .\plugins
     48copy "%SolutionDir%\HeuristicLab.Scheduling.JSSP\%Outdir%\HeuristicLab.Scheduling.JSSP-3.2.dll" .\plugins
     49copy "%SolutionDir%\HeuristicLab.Selection\%Outdir%\HeuristicLab.Selection-3.2.dll" .\plugins
     50copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.2.dll" .\plugins
     51copy "%SolutionDir%\HeuristicLab.SequentialEngine\%Outdir%\HeuristicLab.SequentialEngine-3.2.dll" .\plugins
     52copy "%SolutionDir%\HeuristicLab.Settings\%Outdir%\HeuristicLab.Settings-3.2.dll" .\plugins
     53copy "%SolutionDir%\HeuristicLab.SGA\%Outdir%\HeuristicLab.SGA-3.2.dll" .\plugins
     54copy "%SolutionDir%\HeuristicLab.SimOpt\%Outdir%\HeuristicLab.SimOpt-3.2.dll" .\plugins
     55copy "%SolutionDir%\HeuristicLab.SQLite\%Outdir%\HeuristicLab.SQLite-3.2.dll" .\plugins
     56copy "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins
     57copy "%SolutionDir%\HeuristicLab.SQLite\SQLite License.txt" .\plugins
     58copy "%SolutionDir%\HeuristicLab.SQLite\SQLite.NET.chm" .\plugins
     59copy "%SolutionDir%\HeuristicLab.TestFunctions\%Outdir%\HeuristicLab.TestFunctions-3.2.dll" .\plugins
     60copy "%SolutionDir%\HeuristicLab.ThreadParallelEngine\%Outdir%\HeuristicLab.ThreadParallelEngine-3.2.dll" .\plugins
     61copy "%SolutionDir%\HeuristicLab.ES\%Outdir%\HeuristicLab.ES-3.2.dll" .\plugins
     62copy "%SolutionDir%\HeuristicLab.Visualization\%Outdir%\HeuristicLab.Visualization-3.2.dll" .\plugins
     63copy "%SolutionDir%\HeuristicLab.Visualization.Test\%Outdir%\HeuristicLab.Visualization.Test-3.2.dll" .\plugins
     64copy "%SolutionDir%\HeuristicLab.Hive.Server\%Outdir%\HeuristicLab.Hive.Server-3.2.dll" .\plugins
     65copy "%SolutionDir%\HeuristicLab.Hive.Server.ADODataAccess\%Outdir%\HeuristicLab.Hive.Server.ADODataAccess-3.2.dll" .\plugins
     66copy "%SolutionDir%\HeuristicLab.Hive.Server.Core\%Outdir%\HeuristicLab.Hive.Server.Core-3.2.dll" .\plugins
     67copy "%SolutionDir%\HeuristicLab.Hive.Server.Core\%Outdir%\HeuristicLab.Hive.Contracts-3.2.dll" .\plugins
     68copy "%SolutionDir%\HeuristicLab.Hive.Server.Scheduler\%Outdir%\HeuristicLab.Hive.Server.Scheduler-3.2.dll" .\plugins
     69copy "%SolutionDir%\HeuristicLab.Hive.Client.Core\%Outdir%\HeuristicLab.Hive.Client.Core-3.2.dll" .\plugins
     70copy "%SolutionDir%\HeuristicLab.Hive.Client.Common\%Outdir%\HeuristicLab.Hive.Client.Common-3.2.dll" .\plugins
     71copy "%SolutionDir%\HeuristicLab.Hive.Client.Console\%Outdir%\HeuristicLab.Hive.Client.Console-3.2.dll" .\plugins
     72copy "%SolutionDir%\HeuristicLab.Hive.Client.ExecutionEngine\%Outdir%\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll" .\plugins
     73copy "%SolutionDir%\HeuristicLab.Hive.Client.Communication\%Outdir%\HeuristicLab.Hive.Client.Communication-3.2.dll" .\plugins
     74copy "%SolutionDir%\HeuristicLab.Hive.Client.ExecutionEngine\%Outdir%\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll" .\plugins
     75copy "%SolutionDir%\HeuristicLab.Hive.Server.Console\%Outdir%\HeuristicLab.Hive.Server.Console-3.2.dll" .\plugins
  • trunk/sources/HeuristicLab/HeuristicLab.csproj

    r760 r852  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    5     <ProductVersion>9.0.30729</ProductVersion>
     5    <ProductVersion>9.0.21022</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    77    <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid>
     
    125125    <None Include="app.config" />
    126126    <None Include="CopyAssemblies.cmd" />
     127    <None Include="MergeConfigs.cmd" />
    127128    <None Include="Properties\AssemblyInfo.frame" />
    128129    <None Include="Resources\LargeIcons.gif" />
     
    141142  -->
    142143  <PropertyGroup>
    143     <PostBuildEvent>cmd /c ""$(ProjectDir)CopyAssemblies.cmd" "$(SolutionDir)." "$(Outdir).""
    144 cmd /c ""$(ProjectDir)UpdateLocalInstallation.cmd" "$(Outdir).""</PostBuildEvent>
    145     <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent>
     144    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     145set ProjectDir=$(ProjectDir)
     146set SolutionDir=$(SolutionDir)
     147set Outdir=$(Outdir)
     148
     149call MergeConfigs.cmd
     150call CopyAssemblies.cmd
     151call UpdateLocalInstallation.cmd</PostBuildEvent>
     152    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     153set ProjectDir=$(ProjectDir)
     154set SolutionDir=$(SolutionDir)
     155set Outdir=$(Outdir)
     156
     157call PreBuildEvent.cmd</PreBuildEvent>
    146158  </PropertyGroup>
    147159</Project>
  • trunk/sources/PreBuildEvent.cmd

    r564 r852  
    1 SubWCRev %1 %1\Properties\AssemblyInfo.frame %1\Properties\AssemblyInfo.cs
     1SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
Note: See TracChangeset for help on using the changeset viewer.