Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12322 for branches/PTSP


Ignore:
Timestamp:
04/17/15 15:54:40 (9 years ago)
Author:
ascheibe
Message:

#2221 fixed project files of PTSP branch

Location:
branches/PTSP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.Problems.PTSP.Tests-3.3.csproj

    r12269 r12322  
    6060      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    6161    </Reference>
    62     <Reference Include="HeuristicLab.Problems.PTSP-3.3">
    63       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath>
    64     </Reference>
    6562    <Reference Include="HeuristicLab.Random-3.3">
    6663      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     
    8683  <ItemGroup>
    8784    <None Include="HeuristicLab.snk" />
     85  </ItemGroup>
     86  <ItemGroup>
     87    <ProjectReference Include="..\HeuristicLab.Problems.PTSP.Views\3.3\HeuristicLab.Problems.PTSP.Views-3.3.csproj">
     88      <Project>{90b6ca12-9791-4430-b2d7-cd3ed7f75e2b}</Project>
     89      <Name>HeuristicLab.Problems.PTSP.Views-3.3</Name>
     90    </ProjectReference>
     91    <ProjectReference Include="..\HeuristicLab.Problems.PTSP\3.3\HeuristicLab.Problems.PTSP-3.3.csproj">
     92      <Project>{97198965-afea-496b-b3b1-316905c43fd6}</Project>
     93      <Name>HeuristicLab.Problems.PTSP-3.3</Name>
     94    </ProjectReference>
    8895  </ItemGroup>
    8996  <Choose>
  • branches/PTSP/HeuristicLab.Problems.PTSP.Views/3.3/HeuristicLab.Problems.PTSP.Views-3.3.csproj

    r12269 r12322  
    129129    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    130130set ProjectDir=$(ProjectDir)
    131 set SolutionDir=$(SolutionDir)</PreBuildEvent>
     131set SolutionDir=$(SolutionDir)
     132set Outdir=$(Outdir)
     133
     134call PreBuildEvent.cmd</PreBuildEvent>
    132135  </PropertyGroup>
    133136  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.