Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/02/12 18:59:15 (12 years ago)
Author:
jkarder
Message:

#1899: applied the changes suggested by ascheibe in comment:6:ticket:1899

File:
1 edited

Legend:

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

    r8600 r8720  
    162162  </ItemGroup>
    163163  <ItemGroup>
     164    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     165      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     166      <Name>HeuristicLab.Analysis-3.3</Name>
     167    </ProjectReference>
    164168    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    165169      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     
    249253  -->
    250254  <PropertyGroup>
    251    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     255    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    252256set ProjectDir=$(ProjectDir)
    253257set SolutionDir=$(SolutionDir)
     
    256260call PreBuildEvent.cmd
    257261</PreBuildEvent>
    258 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     262    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    259263export ProjectDir=$(ProjectDir)
    260264export SolutionDir=$(SolutionDir)
Note: See TracChangeset for help on using the changeset viewer.