Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7060


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
Files:
1 added
1 deleted
2 edited

Legend:

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

    r6866 r7060  
    126126  </ItemGroup>
    127127  <ItemGroup>
    128     <None Include="app.config">
    129       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    130     </None>
     128    <None Include="app.config" />
    131129    <None Include="HeuristicLab.snk" />
    132130    <None Include="Properties\AssemblyInfo.cs.frame" />
  • 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.