Changeset 11186
- Timestamp:
- 07/14/14 11:35:02 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj
r11136 r11186 43 43 <Reference Include="System" /> 44 44 <Reference Include="System.Core" /> 45 <Reference Include="System.Drawing" /> 45 46 </ItemGroup> 46 47 <ItemGroup> 48 <Compile Include="Interfaces\IOrienteeringEvaluator.cs" /> 49 <Compile Include="Evaluators\OrienteeringEvaluator.cs" /> 50 <Compile Include="OrienteeringProblem.cs" /> 47 51 <Compile Include="OrienteeringScript.cs" /> 48 52 <Compile Include="Plugin.cs" /> … … 77 81 <Name>HeuristicLab.Data-3.3</Name> 78 82 </ProjectReference> 83 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj"> 84 <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project> 85 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name> 86 </ProjectReference> 87 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 88 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 89 <Name>HeuristicLab.Operators-3.3</Name> 90 </ProjectReference> 79 91 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 80 92 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 81 93 <Name>HeuristicLab.Optimization-3.3</Name> 94 </ProjectReference> 95 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 96 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 97 <Name>HeuristicLab.Parameters-3.3</Name> 98 </ProjectReference> 99 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 100 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 101 <Name>HeuristicLab.Persistence-3.3</Name> 82 102 </ProjectReference> 83 103 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
Note: See TracChangeset
for help on using the changeset viewer.