Changeset 7873 for trunk/sources/HeuristicLab.Tests
- Timestamp:
- 05/23/12 10:09:48 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Tests
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r7870 r7873 172 172 <RequiredTargetFramework>3.5</RequiredTargetFramework> 173 173 </Reference> 174 <Reference Include="System.Data" /> 174 175 <Reference Include="System.Drawing" /> 175 176 <Reference Include="System.Runtime.Serialization" /> 177 <Reference Include="System.ServiceModel" /> 178 <Reference Include="System.Xml" /> 176 179 <Reference Include="WeifenLuo.WinFormsUI.Docking-2.3.1, Version=2.3.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 177 180 <HintPath>..\bin\WeifenLuo.WinFormsUI.Docking-2.3.1.dll</HintPath> … … 291 294 <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" /> 292 295 <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" /> 296 <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" /> 293 297 <Compile Include="Properties\AssemblyInfo.cs" /> 294 298 <Compile Include="TestRandom.cs" /> … … 637 641 <Name>HeuristicLab.Problems.Knapsack-3.3</Name> 638 642 </ProjectReference> 643 <ProjectReference Include="..\HeuristicLab.Problems.LinearAssignment\3.3\HeuristicLab.Problems.LinearAssignment-3.3.csproj"> 644 <Project>{7250653F-DE83-4069-8D34-8050E8E45EA1}</Project> 645 <Name>HeuristicLab.Problems.LinearAssignment-3.3</Name> 646 </ProjectReference> 639 647 <ProjectReference Include="..\HeuristicLab.Problems.OneMax.Views\3.3\HeuristicLab.Problems.OneMax.Views-3.3.csproj"> 640 648 <Project>{4FE983A1-AAF8-4977-B9E2-52B3224510CB}</Project>
Note: See TracChangeset
for help on using the changeset viewer.