Free cookie consent management tool by TermsFeed Policy Generator

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

#2664: fixed project files

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.