Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/11 11:34:22 (12 years ago)
Author:
abeham
Message:

#1653

  • Changed config merging behavior to always merge from the original HeuristicLab app.config file in order to not break the local build when changes to the config files occur
  • Added an interactive mode detection to the MergeConfigs.cmd to allow execution from the explorer
  • Changed app.config in HeuristicLab.Tracing-3.3.csproj to not copy to output directory
  • Changed app.config in HeuristicLab-3.3.csproj to always copy to output directory
Location:
trunk/sources/HeuristicLab/3.3
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r6866 r7060  
    134134    <None Include="app.config">
    135135      <SubType>Designer</SubType>
     136      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    136137    </None>
    137138    <None Include="CustomPostBuild.cmd" />
     
    210211set Configuration=$(ConfigurationName)
    211212
    212 call MergeConfigs.cmd
     213call $(SolutionDir)MergeConfigs.cmd
    213214if exist "%25ProjectDir%25CustomPostBuild.cmd" call CustomPostBuild.cmd</PostBuildEvent>
    214215  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.