Changeset 852
- Timestamp:
- 11/28/08 21:51:20 (16 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 67 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/HeuristicLab.AdvancedOptimizationFrontend.csproj
r582 r852 160 160 --> 161 161 <PropertyGroup> 162 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 162 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 163 set ProjectDir=$(ProjectDir) 164 set SolutionDir=$(SolutionDir) 165 set Outdir=$(Outdir) 166 167 call PreBuildEvent.cmd</PreBuildEvent> 163 168 </PropertyGroup> 164 169 </Project> -
trunk/sources/HeuristicLab.BitVector/HeuristicLab.BitVector.csproj
r582 r852 96 96 --> 97 97 <PropertyGroup> 98 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 98 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 99 set ProjectDir=$(ProjectDir) 100 set SolutionDir=$(SolutionDir) 101 set Outdir=$(Outdir) 102 103 call PreBuildEvent.cmd</PreBuildEvent> 99 104 </PropertyGroup> 100 105 </Project> -
trunk/sources/HeuristicLab.CEDMA.Charting/HeuristicLab.CEDMA.Charting.csproj
r656 r852 170 170 --> 171 171 <PropertyGroup> 172 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 172 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 173 set ProjectDir=$(ProjectDir) 174 set SolutionDir=$(SolutionDir) 175 set Outdir=$(Outdir) 176 177 call PreBuildEvent.cmd</PreBuildEvent> 173 178 </PropertyGroup> 174 179 </Project> -
trunk/sources/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj
r582 r852 161 161 --> 162 162 <PropertyGroup> 163 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 163 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 164 set ProjectDir=$(ProjectDir) 165 set SolutionDir=$(SolutionDir) 166 set Outdir=$(Outdir) 167 168 call PreBuildEvent.cmd</PreBuildEvent> 164 169 </PropertyGroup> 165 170 </Project> -
trunk/sources/HeuristicLab.CEDMA.DB.Interfaces/HeuristicLab.CEDMA.DB.Interfaces.csproj
r582 r852 103 103 --> 104 104 <PropertyGroup> 105 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 105 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 106 set ProjectDir=$(ProjectDir) 107 set SolutionDir=$(SolutionDir) 108 set Outdir=$(Outdir) 109 110 call PreBuildEvent.cmd</PreBuildEvent> 106 111 </PropertyGroup> 107 112 </Project> -
trunk/sources/HeuristicLab.CEDMA.DB/HeuristicLab.CEDMA.DB.csproj
r582 r852 120 120 --> 121 121 <PropertyGroup> 122 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 122 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 123 set ProjectDir=$(ProjectDir) 124 set SolutionDir=$(SolutionDir) 125 set Outdir=$(Outdir) 126 127 call PreBuildEvent.cmd</PreBuildEvent> 123 128 </PropertyGroup> 124 129 </Project> -
trunk/sources/HeuristicLab.CEDMA.Operators/HeuristicLab.CEDMA.Operators.csproj
r582 r852 122 122 --> 123 123 <PropertyGroup> 124 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 124 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 125 set ProjectDir=$(ProjectDir) 126 set SolutionDir=$(SolutionDir) 127 set Outdir=$(Outdir) 128 129 call PreBuildEvent.cmd</PreBuildEvent> 125 130 </PropertyGroup> 126 131 </Project> -
trunk/sources/HeuristicLab.CEDMA.Server/HeuristicLab.CEDMA.Server.csproj
r582 r852 138 138 --> 139 139 <PropertyGroup> 140 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 140 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 141 set ProjectDir=$(ProjectDir) 142 set SolutionDir=$(SolutionDir) 143 set Outdir=$(Outdir) 144 145 call PreBuildEvent.cmd</PreBuildEvent> 141 146 </PropertyGroup> 142 147 </Project> -
trunk/sources/HeuristicLab.Charting.Data/HeuristicLab.Charting.Data.csproj
r582 r852 103 103 --> 104 104 <PropertyGroup> 105 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 105 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 106 set ProjectDir=$(ProjectDir) 107 set SolutionDir=$(SolutionDir) 108 set Outdir=$(Outdir) 109 110 call PreBuildEvent.cmd</PreBuildEvent> 106 111 </PropertyGroup> 107 112 </Project> -
trunk/sources/HeuristicLab.Charting/HeuristicLab.Charting.csproj
r582 r852 130 130 --> 131 131 <PropertyGroup> 132 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 132 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 133 set ProjectDir=$(ProjectDir) 134 set SolutionDir=$(SolutionDir) 135 set Outdir=$(Outdir) 136 137 call PreBuildEvent.cmd</PreBuildEvent> 133 138 </PropertyGroup> 134 139 </Project> -
trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj
r704 r852 179 179 </ItemGroup> 180 180 <PropertyGroup> 181 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 181 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 182 set ProjectDir=$(ProjectDir) 183 set SolutionDir=$(SolutionDir) 184 set Outdir=$(Outdir) 185 186 call PreBuildEvent.cmd</PreBuildEvent> 182 187 <PostBuildEvent> 183 188 </PostBuildEvent> -
trunk/sources/HeuristicLab.Communication.Operators/HeuristicLab.Communication.Operators.csproj
r704 r852 86 86 <PostBuildEvent> 87 87 </PostBuildEvent> 88 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 88 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 89 set ProjectDir=$(ProjectDir) 90 set SolutionDir=$(SolutionDir) 91 set Outdir=$(Outdir) 92 93 call PreBuildEvent.cmd</PreBuildEvent> 89 94 </PropertyGroup> 90 95 <ItemGroup> -
trunk/sources/HeuristicLab.Constraints/HeuristicLab.Constraints.csproj
r764 r852 228 228 --> 229 229 <PropertyGroup> 230 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 230 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 231 set ProjectDir=$(ProjectDir) 232 set SolutionDir=$(SolutionDir) 233 set Outdir=$(Outdir) 234 235 call PreBuildEvent.cmd</PreBuildEvent> 231 236 </PropertyGroup> 232 237 </Project> -
trunk/sources/HeuristicLab.Core/HeuristicLab.Core.csproj
r776 r852 363 363 --> 364 364 <PropertyGroup> 365 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 365 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 366 set ProjectDir=$(ProjectDir) 367 set SolutionDir=$(SolutionDir) 368 set Outdir=$(Outdir) 369 370 call PreBuildEvent.cmd</PreBuildEvent> 366 371 </PropertyGroup> 367 372 </Project> -
trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj
r763 r852 305 305 --> 306 306 <PropertyGroup> 307 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 307 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 308 set ProjectDir=$(ProjectDir) 309 set SolutionDir=$(SolutionDir) 310 set Outdir=$(Outdir) 311 312 call PreBuildEvent.cmd</PreBuildEvent> 308 313 </PropertyGroup> 309 314 </Project> -
trunk/sources/HeuristicLab.DataAnalysis/HeuristicLab.DataAnalysis.csproj
r582 r852 140 140 --> 141 141 <PropertyGroup> 142 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 142 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 143 set ProjectDir=$(ProjectDir) 144 set SolutionDir=$(SolutionDir) 145 set Outdir=$(Outdir) 146 147 call PreBuildEvent.cmd</PreBuildEvent> 143 148 </PropertyGroup> 144 149 </Project> -
trunk/sources/HeuristicLab.DistributedEngine/HeuristicLab.DistributedEngine.csproj
r582 r852 112 112 --> 113 113 <PropertyGroup> 114 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 114 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 115 set ProjectDir=$(ProjectDir) 116 set SolutionDir=$(SolutionDir) 117 set Outdir=$(Outdir) 118 119 call PreBuildEvent.cmd</PreBuildEvent> 115 120 </PropertyGroup> 116 121 </Project> -
trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj
r582 r852 142 142 --> 143 143 <PropertyGroup> 144 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 144 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 145 set ProjectDir=$(ProjectDir) 146 set SolutionDir=$(SolutionDir) 147 set Outdir=$(Outdir) 148 149 call PreBuildEvent.cmd</PreBuildEvent> 145 150 </PropertyGroup> 146 151 </Project> -
trunk/sources/HeuristicLab.Evolutionary/HeuristicLab.Evolutionary.csproj
r582 r852 100 100 --> 101 101 <PropertyGroup> 102 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 102 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 103 set ProjectDir=$(ProjectDir) 104 set SolutionDir=$(SolutionDir) 105 set Outdir=$(Outdir) 106 107 call PreBuildEvent.cmd</PreBuildEvent> 103 108 </PropertyGroup> 104 109 </Project> -
trunk/sources/HeuristicLab.GP.Boolean/HeuristicLab.GP.Boolean.csproj
r720 r852 109 109 --> 110 110 <PropertyGroup> 111 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 111 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 112 set ProjectDir=$(ProjectDir) 113 set SolutionDir=$(SolutionDir) 114 set Outdir=$(Outdir) 115 116 call PreBuildEvent.cmd</PreBuildEvent> 112 117 </PropertyGroup> 113 118 </Project> -
trunk/sources/HeuristicLab.GP.SantaFe/HeuristicLab.GP.SantaFe.csproj
r656 r852 121 121 --> 122 122 <PropertyGroup> 123 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 123 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 124 set ProjectDir=$(ProjectDir) 125 set SolutionDir=$(SolutionDir) 126 set Outdir=$(Outdir) 127 128 call PreBuildEvent.cmd</PreBuildEvent> 124 129 </PropertyGroup> 125 130 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/HeuristicLab.GP.StructureIdentification.Classification.csproj
r756 r852 126 126 --> 127 127 <PropertyGroup> 128 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 128 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 129 set ProjectDir=$(ProjectDir) 130 set SolutionDir=$(SolutionDir) 131 set Outdir=$(Outdir) 132 133 call PreBuildEvent.cmd</PreBuildEvent> 129 134 </PropertyGroup> 130 135 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj
r668 r852 116 116 --> 117 117 <PropertyGroup> 118 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 118 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 119 set ProjectDir=$(ProjectDir) 120 set SolutionDir=$(SolutionDir) 121 set Outdir=$(Outdir) 122 123 call PreBuildEvent.cmd</PreBuildEvent> 119 124 </PropertyGroup> 120 125 </Project> -
trunk/sources/HeuristicLab.GP.StructureIdentification/HeuristicLab.GP.StructureIdentification.csproj
r769 r852 165 165 --> 166 166 <PropertyGroup> 167 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 167 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 168 set ProjectDir=$(ProjectDir) 169 set SolutionDir=$(SolutionDir) 170 set Outdir=$(Outdir) 171 172 call PreBuildEvent.cmd</PreBuildEvent> 168 173 </PropertyGroup> 169 174 </Project> -
trunk/sources/HeuristicLab.GP/HeuristicLab.GP.csproj
r835 r852 163 163 --> 164 164 <PropertyGroup> 165 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 165 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 166 set ProjectDir=$(ProjectDir) 167 set SolutionDir=$(SolutionDir) 168 set Outdir=$(Outdir) 169 170 call PreBuildEvent.cmd</PreBuildEvent> 166 171 </PropertyGroup> 167 172 </Project> -
trunk/sources/HeuristicLab.Grid/HeuristicLab.Grid.csproj
r582 r852 135 135 --> 136 136 <PropertyGroup> 137 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 137 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 138 set ProjectDir=$(ProjectDir) 139 set SolutionDir=$(SolutionDir) 140 set Outdir=$(Outdir) 141 142 call PreBuildEvent.cmd</PreBuildEvent> 138 143 </PropertyGroup> 139 144 </Project> -
trunk/sources/HeuristicLab.Hive.Client.Common/HeuristicLab.Hive.Client.Common.csproj
r819 r852 101 101 --> 102 102 <PropertyGroup> 103 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 103 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 104 set ProjectDir=$(ProjectDir) 105 set SolutionDir=$(SolutionDir) 106 set Outdir=$(Outdir) 107 108 call PreBuildEvent.cmd</PreBuildEvent> 104 109 </PropertyGroup> 105 110 </Project> -
trunk/sources/HeuristicLab.Hive.Client.Communication/HeuristicLab.Hive.Client.Communication.csproj
r843 r852 88 88 --> 89 89 <PropertyGroup> 90 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 90 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 91 set ProjectDir=$(ProjectDir) 92 set SolutionDir=$(SolutionDir) 93 set Outdir=$(Outdir) 94 95 call PreBuildEvent.cmd</PreBuildEvent> 91 96 </PropertyGroup> 92 97 </Project> -
trunk/sources/HeuristicLab.Hive.Client.Console/HeuristicLab.Hive.Client.Console.csproj
r717 r852 104 104 --> 105 105 <PropertyGroup> 106 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 106 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 107 set ProjectDir=$(ProjectDir) 108 set SolutionDir=$(SolutionDir) 109 set Outdir=$(Outdir) 110 111 call PreBuildEvent.cmd</PreBuildEvent> 107 112 </PropertyGroup> 108 113 </Project> -
trunk/sources/HeuristicLab.Hive.Client.Core/HeuristicLab.Hive.Client.Core.csproj
r816 r852 116 116 --> 117 117 <PropertyGroup> 118 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 118 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 119 set ProjectDir=$(ProjectDir) 120 set SolutionDir=$(SolutionDir) 121 set Outdir=$(Outdir) 122 123 call PreBuildEvent.cmd</PreBuildEvent> 119 124 </PropertyGroup> 120 125 </Project> -
trunk/sources/HeuristicLab.Hive.Client.ExecutionEngine/HeuristicLab.Hive.Client.ExecutionEngine.csproj
r816 r852 83 83 --> 84 84 <PropertyGroup> 85 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 85 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 86 set ProjectDir=$(ProjectDir) 87 set SolutionDir=$(SolutionDir) 88 set Outdir=$(Outdir) 89 90 call PreBuildEvent.cmd</PreBuildEvent> 86 91 </PropertyGroup> 87 92 </Project> -
trunk/sources/HeuristicLab.Hive.Contracts/HeuristicLab.Hive.Contracts.csproj
r837 r852 106 106 --> 107 107 <PropertyGroup> 108 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 108 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 109 set ProjectDir=$(ProjectDir) 110 set SolutionDir=$(SolutionDir) 111 set Outdir=$(Outdir) 112 113 call PreBuildEvent.cmd</PreBuildEvent> 109 114 </PropertyGroup> 110 115 </Project> -
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/HeuristicLab.Hive.Server.ADODataAccess.csproj
r845 r852 111 111 --> 112 112 <PropertyGroup> 113 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 113 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 114 set ProjectDir=$(ProjectDir) 115 set SolutionDir=$(SolutionDir) 116 set Outdir=$(Outdir) 117 118 call PreBuildEvent.cmd</PreBuildEvent> 114 119 </PropertyGroup> 115 120 </Project> -
trunk/sources/HeuristicLab.Hive.Server.Console/HeuristicLab.Hive.Server.Console.csproj
r799 r852 122 122 --> 123 123 <PropertyGroup> 124 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 124 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 125 set ProjectDir=$(ProjectDir) 126 set SolutionDir=$(SolutionDir) 127 set Outdir=$(Outdir) 128 129 call PreBuildEvent.cmd</PreBuildEvent> 125 130 </PropertyGroup> 126 131 </Project> -
trunk/sources/HeuristicLab.Hive.Server.Core/HeuristicLab.Hive.Server.Core.csproj
r846 r852 91 91 --> 92 92 <PropertyGroup> 93 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 93 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 94 set ProjectDir=$(ProjectDir) 95 set SolutionDir=$(SolutionDir) 96 set Outdir=$(Outdir) 97 98 call PreBuildEvent.cmd</PreBuildEvent> 94 99 </PropertyGroup> 95 100 </Project> -
trunk/sources/HeuristicLab.Hive.Server.Scheduler/HeuristicLab.Hive.Server.Scheduler.csproj
r713 r852 70 70 --> 71 71 <PropertyGroup> 72 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 72 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 73 set ProjectDir=$(ProjectDir) 74 set SolutionDir=$(SolutionDir) 75 set Outdir=$(Outdir) 76 77 call PreBuildEvent.cmd</PreBuildEvent> 73 78 </PropertyGroup> 74 79 </Project> -
trunk/sources/HeuristicLab.Hive.Server/HeuristicLab.Hive.Server.csproj
r744 r852 111 111 --> 112 112 <PropertyGroup> 113 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 113 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 114 set ProjectDir=$(ProjectDir) 115 set SolutionDir=$(SolutionDir) 116 set Outdir=$(Outdir) 117 118 call PreBuildEvent.cmd</PreBuildEvent> 114 119 </PropertyGroup> 115 120 </Project> -
trunk/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj
r671 r852 145 145 --> 146 146 <PropertyGroup> 147 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 147 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 148 set ProjectDir=$(ProjectDir) 149 set SolutionDir=$(SolutionDir) 150 set Outdir=$(Outdir) 151 152 call PreBuildEvent.cmd</PreBuildEvent> 148 153 </PropertyGroup> 149 154 </Project> -
trunk/sources/HeuristicLab.Operators.Metaprogramming/HeuristicLab.Operators.Metaprogramming.csproj
r582 r852 100 100 --> 101 101 <PropertyGroup> 102 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 102 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 103 set ProjectDir=$(ProjectDir) 104 set SolutionDir=$(SolutionDir) 105 set Outdir=$(Outdir) 106 107 call PreBuildEvent.cmd</PreBuildEvent> 103 108 </PropertyGroup> 104 109 </Project> -
trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.csproj
r694 r852 115 115 --> 116 116 <PropertyGroup> 117 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 117 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 118 set ProjectDir=$(ProjectDir) 119 set SolutionDir=$(SolutionDir) 120 set Outdir=$(Outdir) 121 122 call PreBuildEvent.cmd</PreBuildEvent> 118 123 </PropertyGroup> 119 124 </Project> -
trunk/sources/HeuristicLab.Operators.Stopwatch/HeuristicLab.Operators.Stopwatch.csproj
r582 r852 97 97 --> 98 98 <PropertyGroup> 99 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 99 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 100 set ProjectDir=$(ProjectDir) 101 set SolutionDir=$(SolutionDir) 102 set Outdir=$(Outdir) 103 104 call PreBuildEvent.cmd</PreBuildEvent> 100 105 </PropertyGroup> 101 106 </Project> -
trunk/sources/HeuristicLab.Operators/HeuristicLab.Operators.csproj
r590 r852 158 158 --> 159 159 <PropertyGroup> 160 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 160 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 161 set ProjectDir=$(ProjectDir) 162 set SolutionDir=$(SolutionDir) 163 set Outdir=$(Outdir) 164 165 call PreBuildEvent.cmd</PreBuildEvent> 161 166 </PropertyGroup> 162 167 </Project> -
trunk/sources/HeuristicLab.OptimizationFrontend/HeuristicLab.OptimizationFrontend.csproj
r582 r852 157 157 --> 158 158 <PropertyGroup> 159 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 159 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 160 set ProjectDir=$(ProjectDir) 161 set SolutionDir=$(SolutionDir) 162 set Outdir=$(Outdir) 163 164 call PreBuildEvent.cmd</PreBuildEvent> 160 165 </PropertyGroup> 161 166 </Project> -
trunk/sources/HeuristicLab.Permutation/HeuristicLab.Permutation.csproj
r582 r852 134 134 --> 135 135 <PropertyGroup> 136 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 136 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 137 set ProjectDir=$(ProjectDir) 138 set SolutionDir=$(SolutionDir) 139 set Outdir=$(Outdir) 140 141 call PreBuildEvent.cmd</PreBuildEvent> 137 142 </PropertyGroup> 138 143 </Project> -
trunk/sources/HeuristicLab.PluginInfrastructure.GUI/HeuristicLab.PluginInfrastructure.GUI.csproj
r574 r852 172 172 --> 173 173 <PropertyGroup> 174 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 174 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 175 set ProjectDir=$(ProjectDir) 176 set SolutionDir=$(SolutionDir) 177 set Outdir=$(Outdir) 178 179 call PreBuildEvent.cmd</PreBuildEvent> 175 180 </PropertyGroup> 176 181 </Project> -
trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj
r574 r852 116 116 --> 117 117 <PropertyGroup> 118 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 118 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 119 set ProjectDir=$(ProjectDir) 120 set SolutionDir=$(SolutionDir) 121 set Outdir=$(Outdir) 122 123 call PreBuildEvent.cmd</PreBuildEvent> 119 124 </PropertyGroup> 120 125 </Project> -
trunk/sources/HeuristicLab.Random/HeuristicLab.Random.csproj
r582 r852 109 109 --> 110 110 <PropertyGroup> 111 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 111 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 112 set ProjectDir=$(ProjectDir) 113 set SolutionDir=$(SolutionDir) 114 set Outdir=$(Outdir) 115 116 call PreBuildEvent.cmd</PreBuildEvent> 112 117 </PropertyGroup> 113 118 </Project> -
trunk/sources/HeuristicLab.RealVector/HeuristicLab.RealVector.csproj
r582 r852 122 122 --> 123 123 <PropertyGroup> 124 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 124 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 125 set ProjectDir=$(ProjectDir) 126 set SolutionDir=$(SolutionDir) 127 set Outdir=$(Outdir) 128 129 call PreBuildEvent.cmd</PreBuildEvent> 125 130 </PropertyGroup> 126 131 </Project> -
trunk/sources/HeuristicLab.Routing.TSP/HeuristicLab.Routing.TSP.csproj
r582 r852 137 137 --> 138 138 <PropertyGroup> 139 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 139 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 140 set ProjectDir=$(ProjectDir) 141 set SolutionDir=$(SolutionDir) 142 set Outdir=$(Outdir) 143 144 call PreBuildEvent.cmd</PreBuildEvent> 140 145 </PropertyGroup> 141 146 </Project> -
trunk/sources/HeuristicLab.SGA/HeuristicLab.SGA.csproj
r582 r852 128 128 --> 129 129 <PropertyGroup> 130 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 130 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 131 set ProjectDir=$(ProjectDir) 132 set SolutionDir=$(SolutionDir) 133 set Outdir=$(Outdir) 134 135 call PreBuildEvent.cmd</PreBuildEvent> 131 136 </PropertyGroup> 132 137 </Project> -
trunk/sources/HeuristicLab.SQLite/HeuristicLab.SQLite.csproj
r603 r852 93 93 --> 94 94 <PropertyGroup> 95 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 95 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 96 set ProjectDir=$(ProjectDir) 97 set SolutionDir=$(SolutionDir) 98 set Outdir=$(Outdir) 99 100 call PreBuildEvent.cmd</PreBuildEvent> 96 101 </PropertyGroup> 97 102 </Project> -
trunk/sources/HeuristicLab.Scheduling.JSSP/HeuristicLab.Scheduling.JSSP.csproj
r656 r852 176 176 --> 177 177 <PropertyGroup> 178 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 178 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 179 set ProjectDir=$(ProjectDir) 180 set SolutionDir=$(SolutionDir) 181 set Outdir=$(Outdir) 182 183 call PreBuildEvent.cmd</PreBuildEvent> 179 184 </PropertyGroup> 180 185 </Project> -
trunk/sources/HeuristicLab.Selection.OffspringSelection/HeuristicLab.Selection.OffspringSelection.csproj
r582 r852 92 92 --> 93 93 <PropertyGroup> 94 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 94 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 95 set ProjectDir=$(ProjectDir) 96 set SolutionDir=$(SolutionDir) 97 set Outdir=$(Outdir) 98 99 call PreBuildEvent.cmd</PreBuildEvent> 95 100 </PropertyGroup> 96 101 </Project> -
trunk/sources/HeuristicLab.Selection/HeuristicLab.Selection.csproj
r582 r852 107 107 --> 108 108 <PropertyGroup> 109 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 109 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 110 set ProjectDir=$(ProjectDir) 111 set SolutionDir=$(SolutionDir) 112 set Outdir=$(Outdir) 113 114 call PreBuildEvent.cmd</PreBuildEvent> 110 115 </PropertyGroup> 111 116 </Project> -
trunk/sources/HeuristicLab.SequentialEngine/HeuristicLab.SequentialEngine.csproj
r847 r852 95 95 --> 96 96 <PropertyGroup> 97 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 97 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 98 set ProjectDir=$(ProjectDir) 99 set SolutionDir=$(SolutionDir) 100 set Outdir=$(Outdir) 101 102 call PreBuildEvent.cmd</PreBuildEvent> 98 103 </PropertyGroup> 99 104 </Project> -
trunk/sources/HeuristicLab.Settings/HeuristicLab.Settings.csproj
r787 r852 98 98 --> 99 99 <PropertyGroup> 100 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 100 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 101 set ProjectDir=$(ProjectDir) 102 set SolutionDir=$(SolutionDir) 103 set Outdir=$(Outdir) 104 105 call PreBuildEvent.cmd</PreBuildEvent> 101 106 </PropertyGroup> 102 107 </Project> -
trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj
r637 r852 128 128 --> 129 129 <PropertyGroup> 130 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 130 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 131 set ProjectDir=$(ProjectDir) 132 set SolutionDir=$(SolutionDir) 133 set Outdir=$(Outdir) 134 135 call PreBuildEvent.cmd</PreBuildEvent> 131 136 <PostBuildEvent> 132 137 </PostBuildEvent> -
trunk/sources/HeuristicLab.TestFunctions/HeuristicLab.TestFunctions.csproj
r582 r852 119 119 --> 120 120 <PropertyGroup> 121 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 121 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 122 set ProjectDir=$(ProjectDir) 123 set SolutionDir=$(SolutionDir) 124 set Outdir=$(Outdir) 125 126 call PreBuildEvent.cmd</PreBuildEvent> 122 127 </PropertyGroup> 123 128 </Project> -
trunk/sources/HeuristicLab.ThreadParallelEngine/HeuristicLab.ThreadParallelEngine.csproj
r582 r852 95 95 --> 96 96 <PropertyGroup> 97 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 97 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 98 set ProjectDir=$(ProjectDir) 99 set SolutionDir=$(SolutionDir) 100 set Outdir=$(Outdir) 101 102 call PreBuildEvent.cmd</PreBuildEvent> 98 103 </PropertyGroup> 99 104 </Project> -
trunk/sources/HeuristicLab.Visualization.Test/HeuristicLab.Visualization.Test.csproj
r681 r852 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{23117533-8A91-474E-BBF6-C39485D0810A}</ProjectGuid> … … 89 89 --> 90 90 <PropertyGroup> 91 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 91 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 92 set ProjectDir=$(ProjectDir) 93 set SolutionDir=$(SolutionDir) 94 set Outdir=$(Outdir) 95 96 call PreBuildEvent.cmd</PreBuildEvent> 92 97 </PropertyGroup> 93 98 </Project> -
trunk/sources/HeuristicLab.Visualization/HeuristicLab.Visualization.csproj
r761 r852 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}</ProjectGuid> … … 120 120 --> 121 121 <PropertyGroup> 122 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 122 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 123 set ProjectDir=$(ProjectDir) 124 set SolutionDir=$(SolutionDir) 125 set Outdir=$(Outdir) 126 127 call PreBuildEvent.cmd</PreBuildEvent> 123 128 </PropertyGroup> 124 129 </Project> -
trunk/sources/HeuristicLab.sln
r790 r852 4 4 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}" 5 5 ProjectSection(SolutionItems) = preProject 6 ConfigMerger.exe = ConfigMerger.exe 6 7 ..\documentation\License\gpl-3.0.txt = ..\documentation\License\gpl-3.0.txt 7 8 PreBuildEvent.cmd = PreBuildEvent.cmd … … 585 586 {1605256A-1CB3-44AB-AAFF-577093EE5789}.Release|Any CPU.Build.0 = Release|Any CPU 586 587 {1605256A-1CB3-44AB-AAFF-577093EE5789}.Release|x86.ActiveCfg = Release|Any CPU 587 <<<<<<< .mine588 588 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 589 589 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 592 592 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Release|Any CPU.Build.0 = Release|Any CPU 593 593 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Release|x86.ActiveCfg = Release|Any CPU 594 =======595 594 {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 596 595 {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 599 598 {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Release|Any CPU.Build.0 = Release|Any CPU 600 599 {42A1D075-6C12-4DD9-B0C2-C6F5210A8119}.Release|x86.ActiveCfg = Release|Any CPU 601 >>>>>>> .r781602 600 EndGlobalSection 603 601 GlobalSection(SolutionProperties) = preSolution -
trunk/sources/HeuristicLab/CopyAssemblies.cmd
r790 r852 1 copy %1\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib License.txt.\1 copy "%SolutionDir%\HeuristicLab.PluginInfrastructure.GUI\ICSharpCode.SharpZipLib License.txt" .\ 2 2 3 3 rmdir plugins /s /q … … 6 6 mkdir plugins\temp 7 7 mkdir 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 9 copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\%Outdir%\HeuristicLab.AdvancedOptimizationFrontend-3.2.dll" .\plugins 10 copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking.dll" .\plugins 11 copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins 12 copy "%SolutionDir%\HeuristicLab.BitVector\%Outdir%\HeuristicLab.BitVector-3.2.dll" .\plugins 13 copy "%SolutionDir%\HeuristicLab.CEDMA.Charting\%Outdir%\HeuristicLab.CEDMA.Charting-3.2.dll" .\plugins 14 copy "%SolutionDir%\HeuristicLab.CEDMA.Core\%Outdir%\HeuristicLab.CEDMA.Core-3.2.dll" .\plugins 15 copy "%SolutionDir%\HeuristicLab.CEDMA.DB\%Outdir%\HeuristicLab.CEDMA.DB-3.2.dll" .\plugins 16 copy "%SolutionDir%\HeuristicLab.CEDMA.DB\%Outdir%\SemWeb.SqliteStore.dll" .\plugins 17 copy "%SolutionDir%\HeuristicLab.CEDMA.DB\%Outdir%\SemWeb.dll" .\plugins 18 copy "%SolutionDir%\HeuristicLab.CEDMA.DB.Interfaces\%Outdir%\HeuristicLab.CEDMA.DB.Interfaces-3.2.dll" .\plugins 19 copy "%SolutionDir%\HeuristicLab.CEDMA.Operators\%Outdir%\HeuristicLab.CEDMA.Operators-3.2.dll" .\plugins 20 copy "%SolutionDir%\HeuristicLab.CEDMA.Server\%Outdir%\HeuristicLab.CEDMA.Server-3.2.dll" .\plugins 21 copy "%SolutionDir%\HeuristicLab.Charting\%Outdir%\HeuristicLab.Charting-3.2.dll" .\plugins 22 copy "%SolutionDir%\HeuristicLab.Charting.Data\%Outdir%\HeuristicLab.Charting.Data-3.2.dll" .\plugins 23 copy "%SolutionDir%\HeuristicLab.Communication.Data\%Outdir%\HeuristicLab.Communication.Data-3.2.dll" .\plugins 24 copy "%SolutionDir%\HeuristicLab.Communication.Operators\%Outdir%\HeuristicLab.Communication.Operators-3.2.dll" .\plugins 25 copy "%SolutionDir%\HeuristicLab.Core\%Outdir%\HeuristicLab.Core-3.2.dll" .\plugins 26 copy "%SolutionDir%\HeuristicLab.Constraints\%Outdir%\HeuristicLab.Constraints-3.2.dll" .\plugins 27 copy "%SolutionDir%\HeuristicLab.Data\%Outdir%\HeuristicLab.Data-3.2.dll" .\plugins 28 copy "%SolutionDir%\HeuristicLab.DataAnalysis\%Outdir%\HeuristicLab.DataAnalysis-3.2.dll" .\plugins 29 copy "%SolutionDir%\HeuristicLab.DistributedEngine\%Outdir%\HeuristicLab.DistributedEngine-3.2.dll" .\plugins 30 copy "%SolutionDir%\HeuristicLab.Evolutionary\%Outdir%\HeuristicLab.Evolutionary-3.2.dll" .\plugins 31 copy "%SolutionDir%\HeuristicLab.GP\%Outdir%\HeuristicLab.GP-3.2.dll" .\plugins 32 copy "%SolutionDir%\HeuristicLab.GP.Boolean\%Outdir%\HeuristicLab.GP.Boolean-1.0.dll" .\plugins 33 copy "%SolutionDir%\HeuristicLab.GP.SantaFe\%Outdir%\HeuristicLab.GP.SantaFe-3.2.dll" .\plugins 34 copy "%SolutionDir%\HeuristicLab.GP.StructureIdentification\%Outdir%\HeuristicLab.GP.StructureIdentification-3.2.dll" .\plugins 35 copy "%SolutionDir%\HeuristicLab.GP.StructureIdentification.Classification\%Outdir%\HeuristicLab.GP.StructureIdentification.Classification-3.2.dll" .\plugins 36 copy "%SolutionDir%\HeuristicLab.GP.StructureIdentification.TimeSeries\%Outdir%\HeuristicLab.GP.StructureIdentification.TimeSeries-3.2.dll" .\plugins 37 copy "%SolutionDir%\HeuristicLab.Grid\%Outdir%\HeuristicLab.Grid-3.2.dll" .\plugins 38 copy "%SolutionDir%\HeuristicLab.Logging\%Outdir%\HeuristicLab.Logging-3.2.dll" .\plugins 39 copy "%SolutionDir%\HeuristicLab.Operators\%Outdir%\HeuristicLab.Operators-3.2.dll" .\plugins 40 copy "%SolutionDir%\HeuristicLab.Operators.Metaprogramming\%Outdir%\HeuristicLab.Operators.Metaprogramming-3.2.dll" .\plugins 41 copy "%SolutionDir%\HeuristicLab.Operators.Programmable\%Outdir%\HeuristicLab.Operators.Programmable-3.2.dll" .\plugins 42 copy "%SolutionDir%\HeuristicLab.Operators.Stopwatch\%Outdir%\HeuristicLab.Operators.Stopwatch-3.2.dll" .\plugins 43 copy "%SolutionDir%\HeuristicLab.OptimizationFrontend\%Outdir%\HeuristicLab.OptimizationFrontend-3.2.dll" .\plugins 44 copy "%SolutionDir%\HeuristicLab.Permutation\%Outdir%\HeuristicLab.Permutation-3.2.dll" .\plugins 45 copy "%SolutionDir%\HeuristicLab.Random\%Outdir%\HeuristicLab.Random-3.2.dll" .\plugins 46 copy "%SolutionDir%\HeuristicLab.RealVector\%Outdir%\HeuristicLab.RealVector-3.2.dll" .\plugins 47 copy "%SolutionDir%\HeuristicLab.Routing.TSP\%Outdir%\HeuristicLab.Routing.TSP-3.2.dll" .\plugins 48 copy "%SolutionDir%\HeuristicLab.Scheduling.JSSP\%Outdir%\HeuristicLab.Scheduling.JSSP-3.2.dll" .\plugins 49 copy "%SolutionDir%\HeuristicLab.Selection\%Outdir%\HeuristicLab.Selection-3.2.dll" .\plugins 50 copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.2.dll" .\plugins 51 copy "%SolutionDir%\HeuristicLab.SequentialEngine\%Outdir%\HeuristicLab.SequentialEngine-3.2.dll" .\plugins 52 copy "%SolutionDir%\HeuristicLab.Settings\%Outdir%\HeuristicLab.Settings-3.2.dll" .\plugins 53 copy "%SolutionDir%\HeuristicLab.SGA\%Outdir%\HeuristicLab.SGA-3.2.dll" .\plugins 54 copy "%SolutionDir%\HeuristicLab.SimOpt\%Outdir%\HeuristicLab.SimOpt-3.2.dll" .\plugins 55 copy "%SolutionDir%\HeuristicLab.SQLite\%Outdir%\HeuristicLab.SQLite-3.2.dll" .\plugins 56 copy "%SolutionDir%\HeuristicLab.SQLite\System.Data.SQLite.dll" .\plugins 57 copy "%SolutionDir%\HeuristicLab.SQLite\SQLite License.txt" .\plugins 58 copy "%SolutionDir%\HeuristicLab.SQLite\SQLite.NET.chm" .\plugins 59 copy "%SolutionDir%\HeuristicLab.TestFunctions\%Outdir%\HeuristicLab.TestFunctions-3.2.dll" .\plugins 60 copy "%SolutionDir%\HeuristicLab.ThreadParallelEngine\%Outdir%\HeuristicLab.ThreadParallelEngine-3.2.dll" .\plugins 61 copy "%SolutionDir%\HeuristicLab.ES\%Outdir%\HeuristicLab.ES-3.2.dll" .\plugins 62 copy "%SolutionDir%\HeuristicLab.Visualization\%Outdir%\HeuristicLab.Visualization-3.2.dll" .\plugins 63 copy "%SolutionDir%\HeuristicLab.Visualization.Test\%Outdir%\HeuristicLab.Visualization.Test-3.2.dll" .\plugins 64 copy "%SolutionDir%\HeuristicLab.Hive.Server\%Outdir%\HeuristicLab.Hive.Server-3.2.dll" .\plugins 65 copy "%SolutionDir%\HeuristicLab.Hive.Server.ADODataAccess\%Outdir%\HeuristicLab.Hive.Server.ADODataAccess-3.2.dll" .\plugins 66 copy "%SolutionDir%\HeuristicLab.Hive.Server.Core\%Outdir%\HeuristicLab.Hive.Server.Core-3.2.dll" .\plugins 67 copy "%SolutionDir%\HeuristicLab.Hive.Server.Core\%Outdir%\HeuristicLab.Hive.Contracts-3.2.dll" .\plugins 68 copy "%SolutionDir%\HeuristicLab.Hive.Server.Scheduler\%Outdir%\HeuristicLab.Hive.Server.Scheduler-3.2.dll" .\plugins 69 copy "%SolutionDir%\HeuristicLab.Hive.Client.Core\%Outdir%\HeuristicLab.Hive.Client.Core-3.2.dll" .\plugins 70 copy "%SolutionDir%\HeuristicLab.Hive.Client.Common\%Outdir%\HeuristicLab.Hive.Client.Common-3.2.dll" .\plugins 71 copy "%SolutionDir%\HeuristicLab.Hive.Client.Console\%Outdir%\HeuristicLab.Hive.Client.Console-3.2.dll" .\plugins 72 copy "%SolutionDir%\HeuristicLab.Hive.Client.ExecutionEngine\%Outdir%\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll" .\plugins 73 copy "%SolutionDir%\HeuristicLab.Hive.Client.Communication\%Outdir%\HeuristicLab.Hive.Client.Communication-3.2.dll" .\plugins 74 copy "%SolutionDir%\HeuristicLab.Hive.Client.ExecutionEngine\%Outdir%\HeuristicLab.Hive.Client.ExecutionEngine-3.2.dll" .\plugins 75 copy "%SolutionDir%\HeuristicLab.Hive.Server.Console\%Outdir%\HeuristicLab.Hive.Server.Console-3.2.dll" .\plugins -
trunk/sources/HeuristicLab/HeuristicLab.csproj
r760 r852 3 3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <ProductVersion>9.0. 30729</ProductVersion>5 <ProductVersion>9.0.21022</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 7 <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid> … … 125 125 <None Include="app.config" /> 126 126 <None Include="CopyAssemblies.cmd" /> 127 <None Include="MergeConfigs.cmd" /> 127 128 <None Include="Properties\AssemblyInfo.frame" /> 128 129 <None Include="Resources\LargeIcons.gif" /> … … 141 142 --> 142 143 <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) 145 set ProjectDir=$(ProjectDir) 146 set SolutionDir=$(SolutionDir) 147 set Outdir=$(Outdir) 148 149 call MergeConfigs.cmd 150 call CopyAssemblies.cmd 151 call UpdateLocalInstallation.cmd</PostBuildEvent> 152 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 153 set ProjectDir=$(ProjectDir) 154 set SolutionDir=$(SolutionDir) 155 set Outdir=$(Outdir) 156 157 call PreBuildEvent.cmd</PreBuildEvent> 146 158 </PropertyGroup> 147 159 </Project> -
trunk/sources/PreBuildEvent.cmd
r564 r852 1 SubWCRev %1 %1\Properties\AssemblyInfo.frame %1\Properties\AssemblyInfo.cs1 SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.frame" "%ProjectDir%\Properties\AssemblyInfo.cs" -
trunk/tools/ConfigMerger/ConfigMerger.csproj
r849 r852 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <ProductVersion>9.0. 30729</ProductVersion>6 <ProductVersion>9.0.21022</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 8 <ProjectGuid>{E94C5E71-3F29-408D-BCDF-23E096CA84CA}</ProjectGuid> … … 66 66 --> 67 67 <PropertyGroup> 68 <PreBuildEvent>cmd /c ""$(SolutionDir)PreBuildEvent.cmd" "$(ProjectDir).""</PreBuildEvent> 68 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 69 set ProjectDir=$(ProjectDir) 70 set SolutionDir=$(SolutionDir) 71 set Outdir=$(Outdir) 72 73 call PreBuildEvent.cmd</PreBuildEvent> 69 74 </PropertyGroup> 70 75 </Project> -
trunk/tools/PreBuildEvent.cmd
r848 r852 1 SubWCRev %1 %1\Properties\AssemblyInfo.frame %1\Properties\AssemblyInfo.cs1 SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
Note: See TracChangeset
for help on using the changeset viewer.