Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14273


Ignore:
Timestamp:
09/05/16 13:34:08 (8 years ago)
Author:
jkarder
Message:

#2664: fixed project files

Location:
trunk/sources
Files:
3 edited

Legend:

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

    r14178 r14273  
    168168  </ItemGroup>
    169169  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     170  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     171       Other similar extension points exist, see Microsoft.Common.targets.
     172  <Target Name="BeforeBuild">
     173  </Target>
     174  <Target Name="AfterBuild">
     175  </Target>
     176  -->
    170177  <PropertyGroup>
    171178    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     
    183190</PreBuildEvent>
    184191  </PropertyGroup>
    185   <PropertyGroup>
    186     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    187 set ProjectDir=$(ProjectDir)
    188 set SolutionDir=$(SolutionDir)
    189 set Outdir=$(Outdir)
    190 
    191 call PreBuildEvent.cmd
    192 </PreBuildEvent>
    193   </PropertyGroup>
    194   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    195        Other similar extension points exist, see Microsoft.Common.targets.
    196   <Target Name="BeforeBuild">
    197   </Target>
    198   <Target Name="AfterBuild">
    199   </Target>
    200   -->
    201192</Project>
  • trunk/sources/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj

    r14178 r14273  
    217217  </ItemGroup>
    218218  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    219   <PropertyGroup>
    220     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    221 set ProjectDir=$(ProjectDir)
    222 set SolutionDir=$(SolutionDir)
    223 set Outdir=$(Outdir)
    224 
    225 call PreBuildEvent.cmd
    226 </PreBuildEvent>
    227   </PropertyGroup>
    228219  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    229220       Other similar extension points exist, see Microsoft.Common.targets.
     
    233224  </Target>
    234225  -->
     226  <PropertyGroup>
     227    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     228set ProjectDir=$(ProjectDir)
     229set SolutionDir=$(SolutionDir)
     230set Outdir=$(Outdir)
     231
     232call PreBuildEvent.cmd
     233</PreBuildEvent>
     234    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     235export ProjectDir=$(ProjectDir)
     236export SolutionDir=$(SolutionDir)
     237
     238$SolutionDir/PreBuildEvent.sh
     239</PreBuildEvent>
     240  </PropertyGroup>
    235241</Project>
  • trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r14207 r14273  
    226226</PostBuildEvent>
    227227  </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>
    239228</Project>
Note: See TracChangeset for help on using the changeset viewer.