Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/19/12 12:24:00 (11 years ago)
Author:
abeham
Message:

#1985: Trunk integration

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources

  • trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj

    r8600 r9079  
    135135    <Compile Include="Plugin.cs" />
    136136    <Compile Include="ReferenceEqualityComparer.cs" />
     137    <Compile Include="TimeSpanHelper.cs" />
    137138    <Compile Include="TypeEqualityComparer.cs" />
    138139    <Compile Include="TypeExtensions.cs" />
     
    180181  -->
    181182  <PropertyGroup>
    182    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     183    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    183184set ProjectDir=$(ProjectDir)
    184185set SolutionDir=$(SolutionDir)
     
    187188call PreBuildEvent.cmd
    188189</PreBuildEvent>
    189 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     190    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    190191export ProjectDir=$(ProjectDir)
    191192export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.