Changeset 14207
- Timestamp:
- 07/23/16 23:05:15 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj
r13509 r14207 170 170 <Compile Include="StatusCommons.cs" /> 171 171 <Compile Include="WcfService.cs" /> 172 <None Include="app.config" /> 172 <None Include="app.config"> 173 <SubType>Designer</SubType> 174 </None> 173 175 <None Include="Plugin.cs.frame" /> 174 176 <Compile Include="Plugin.cs" /> … … 189 191 set SolutionDir=$(SolutionDir) 190 192 set Outdir=$(Outdir) 193 set TargetDir=$(TargetDir) 191 194 set Platform=$(PlatformName) 192 195 set Configuration=$(ConfigurationName) 193 set TargetDir=$(ProjectDir)194 196 195 197 call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent> -
trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r13430 r14207 225 225 $SolutionDir/MergeConfigs.sh 226 226 </PostBuildEvent> 227 </PropertyGroup> 227 </PropertyGroup> 228 <PropertyGroup> 229 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 230 set ProjectDir=$(ProjectDir) 231 set SolutionDir=$(SolutionDir) 232 set OutDir=$(OutDir) 233 set TargetDir=$(TargetDir) 234 set Platform=$(PlatformName) 235 set Configuration=$(ConfigurationName) 236 237 call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent> 238 </PropertyGroup> 228 239 </Project> -
trunk/sources/MergeConfigs.cmd
r13428 r14207 7 7 8 8 echo Recreating HeuristicLab 3.3.exe.config... 9 copy /Y "% TargetDir%app.config" "%TargetDir%HeuristicLab 3.3.exe.config"9 copy /Y "%SolutionDir%\HeuristicLab\3.3\app.config" "%TargetDir%HeuristicLab 3.3.exe.config" 10 10 11 11 echo Merging... -
trunk/sources/MergeConfigs.sh
r13428 r14207 4 4 5 5 echo Recreating HeuristicLab 3.3.exe.config... 6 cp $ TargetDir/app.config "$TargetDir/HeuristicLab 3.3.exe.config"6 cp $SolutionDir/HeuristicLab/3.3/app.config "$TargetDir/HeuristicLab 3.3.exe.config" 7 7 8 8 echo Merging...
Note: See TracChangeset
for help on using the changeset viewer.