Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/04/11 01:01:27 (13 years ago)
Author:
abeham
Message:

#1330

  • Added HeuristicLab.Problems.QuadraticAssignment.Tests-3.3 project to solution
  • Fixed assembly name in HeuristicLab.Analysis.Tests-3.3
  • Added another test case to the MDS tests
  • Referenced the two QAP plugins in the tests project
  • Removed plugin dependency in HeuristicLab.Problems.QuadraticAssignment.Views to HeuristicLab.Optimization as the unit test complained about it
File:
1 edited

Legend:

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

    r5933 r5938  
    9595  </PropertyGroup>
    9696  <ItemGroup>
    97     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    98     <Reference Include="HeuristicLab.Common-3.3">
    99       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    100     </Reference>
    101     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    102     <Reference Include="HeuristicLab.Core-3.3">
    103       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    104     </Reference>
    105     <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    106     <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    107     <Reference Include="HeuristicLab.Optimization-3.3">
    108       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
    109     </Reference>
    110     <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    111     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    112     <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86" />
    113     <Reference Include="HeuristicLab.Random-3.3">
    114       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
    115     </Reference>
    11697    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    11798    <Reference Include="System" />
     
    130111    <Compile Include="Properties\AssemblyInfo.cs" />
    131112    <Compile Include="QAPMoveEvaluatorTest.cs" />
    132     <None Include="Properties\AssemblyInfo.frame" />
    133113    <Compile Include="QAPLIBInstancesTest.cs" />
    134114  </ItemGroup>
    135115  <ItemGroup>
     116    <ProjectReference Include="..\..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     117      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
     118      <Name>HeuristicLab.Collections-3.3</Name>
     119    </ProjectReference>
     120    <ProjectReference Include="..\..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     121      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     122      <Name>HeuristicLab.Common.Resources-3.3</Name>
     123    </ProjectReference>
     124    <ProjectReference Include="..\..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     125      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     126      <Name>HeuristicLab.Common-3.3</Name>
     127    </ProjectReference>
     128    <ProjectReference Include="..\..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     129      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     130      <Name>HeuristicLab.Core-3.3</Name>
     131    </ProjectReference>
     132    <ProjectReference Include="..\..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     133      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     134      <Name>HeuristicLab.Data-3.3</Name>
     135    </ProjectReference>
    136136    <ProjectReference Include="..\..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    137137      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    138138      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     139    </ProjectReference>
     140    <ProjectReference Include="..\..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     141      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     142      <Name>HeuristicLab.Operators-3.3</Name>
     143    </ProjectReference>
     144    <ProjectReference Include="..\..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     145      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
     146      <Name>HeuristicLab.Optimization-3.3</Name>
     147    </ProjectReference>
     148    <ProjectReference Include="..\..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     149      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
     150      <Name>HeuristicLab.Parameters-3.3</Name>
     151    </ProjectReference>
     152    <ProjectReference Include="..\..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     153      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     154      <Name>HeuristicLab.Persistence-3.3</Name>
     155    </ProjectReference>
     156    <ProjectReference Include="..\..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     157      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     158      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     159    </ProjectReference>
     160    <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     161      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     162      <Name>HeuristicLab.Random-3.3</Name>
    139163    </ProjectReference>
    140164    <ProjectReference Include="..\HeuristicLab.Problems.QuadraticAssignment-3.3.csproj">
     
    145169  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    146170  <PropertyGroup>
    147     <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    148 set ProjectDir=$(ProjectDir)
    149 set SolutionDir=$(SolutionDir)
    150 set Outdir=$(Outdir)
    151 
    152 call PreBuildEvent.cmd
    153 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"</PreBuildEvent>
     171    <PreBuildEvent>
     172    </PreBuildEvent>
    154173  </PropertyGroup>
    155174  <!-- 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.