Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/16 23:05:15 (8 years ago)
Author:
swagner
Message:

#2526: Corrected post build events and config merging

File:
1 edited

Legend:

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

    r13509 r14207  
    170170    <Compile Include="StatusCommons.cs" />
    171171    <Compile Include="WcfService.cs" />
    172     <None Include="app.config" />
     172    <None Include="app.config">
     173      <SubType>Designer</SubType>
     174    </None>
    173175    <None Include="Plugin.cs.frame" />
    174176    <Compile Include="Plugin.cs" />
     
    189191set SolutionDir=$(SolutionDir)
    190192set Outdir=$(Outdir)
     193set TargetDir=$(TargetDir)
    191194set Platform=$(PlatformName)
    192195set Configuration=$(ConfigurationName)
    193 set TargetDir=$(ProjectDir)
    194196
    195197call "$(SolutionDir)MergeConfigs.cmd"</PostBuildEvent>
Note: See TracChangeset for help on using the changeset viewer.