Changeset 7561 for branches/GeneralizedQAP/UnitTests
- Timestamp:
- 03/06/12 14:56:47 (13 years ago)
- Location:
- branches/GeneralizedQAP/UnitTests
- Files:
-
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/UnitTests/UnitTests.csproj
r7523 r7561 78 78 <Private>True</Private> 79 79 </Reference> 80 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" /> 81 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 82 <SpecificVersion>False</SpecificVersion> 83 <Private>False</Private> 84 </Reference> 80 85 <Reference Include="HeuristicLab.Random-3.3"> 81 86 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> … … 98 103 <ItemGroup> 99 104 <Compile Include="CordeauCrossoverTest.cs" /> 100 <Compile Include="CordeauGQAPInstanceProviderTest.cs" />101 <Compile Include="ElloumiCTAPInstanceProviderTest.cs" />102 <Compile Include="QAPLIBInstanceProviderTest.cs" />103 105 <Compile Include="GQAPNMoveEvaluatorTest.cs" /> 104 106 <Compile Include="Properties\AssemblyInfo.cs" /> 105 <Compile Include="TSPLIBInstanceProviderTest.cs" />106 107 </ItemGroup> 107 108 <ItemGroup> … … 113 114 <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project> 114 115 <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name> 115 </ProjectReference>116 <ProjectReference Include="..\HeuristicLab.Problems.Instances.CordeauGQAP\3.3\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj">117 <Project>{1F2718DA-BF13-40EE-A7FD-EEDB4912E64E}</Project>118 <Name>HeuristicLab.Problems.Instances.CordeauGQAP-3.3</Name>119 </ProjectReference>120 <ProjectReference Include="..\HeuristicLab.Problems.Instances.ElloumiCTAP\3.3\HeuristicLab.Problems.Instances.ElloumiCTAP-3.3.csproj">121 <Project>{CCF61DA0-B226-4C0F-8052-29ACC6BDE6EE}</Project>122 <Name>HeuristicLab.Problems.Instances.ElloumiCTAP-3.3</Name>123 </ProjectReference>124 <ProjectReference Include="..\HeuristicLab.Problems.Instances.QAPLIB\3.3\HeuristicLab.Problems.Instances.QAPLIB-3.3.csproj">125 <Project>{73F29D43-5714-4069-8FAB-0D18FEB5F175}</Project>126 <Name>HeuristicLab.Problems.Instances.QAPLIB-3.3</Name>127 </ProjectReference>128 <ProjectReference Include="..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj">129 <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project>130 <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name>131 </ProjectReference>132 <ProjectReference Include="..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">133 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>134 <Name>HeuristicLab.Problems.Instances-3.3</Name>135 116 </ProjectReference> 136 117 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.