Changeset 5603 for branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj
- Timestamp:
- 03/03/11 17:36:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VNS/HeuristicLab.Algorithms.VariableNeighborhoodSearch/3.3/HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj
r5595 r5603 108 108 <ItemGroup> 109 109 <Compile Include="HeuristicLabAlgorithmsVariableNeighborhoodSearchPlugin.cs" /> 110 <Compile Include="ILocalImprovement.cs" /> 111 <Compile Include="LocalSearchImprovement.cs" /> 110 112 <Compile Include="Properties\AssemblyInfo.cs" /> 113 <Compile Include="ShakingOperator.cs" /> 114 <Compile Include="VariableNeighborhoodSearch.cs" /> 115 <Compile Include="VariableNeighborhoodSearchMainLoop.cs" /> 111 116 </ItemGroup> 112 117 <ItemGroup> … … 116 121 </ItemGroup> 117 122 <ItemGroup> 123 <ProjectReference Include="..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj"> 124 <Project>{4AE3FC69-C575-42D2-BC46-0FAD5850EFC5}</Project> 125 <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name> 126 </ProjectReference> 118 127 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 119 128 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
Note: See TracChangeset
for help on using the changeset viewer.