Changeset 10090 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers
- Timestamp:
- 10/28/13 17:51:43 (11 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj
r10060 r10090 72 72 <Private>False</Private> 73 73 </Reference> 74 <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 75 <SpecificVersion>False</SpecificVersion> 76 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath> 77 <Private>False</Private> 78 </Reference> 74 79 <Reference Include="HeuristicLab.Operators-3.3"> 75 80 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> … … 118 123 </ItemGroup> 119 124 <ItemGroup> 125 <Compile Include="RealVectorConvexHullSolutionCacheAnalyzer.cs" /> 120 126 <Compile Include="DistanceMatrixToPoints.cs" /> 121 127 <Compile Include="VertexComparer.cs" /> … … 161 167 <None Include="Properties\AssemblyInfo.cs.frame" /> 162 168 </ItemGroup> 169 <ItemGroup> 170 <ProjectReference Include="..\..\HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj"> 171 <Project>{a05aa272-14ec-4422-ac70-c9ca42164441}</Project> 172 <Name>HeuristicLab.Analysis.SolutionCaching-3.3</Name> 173 <Private>False</Private> 174 </ProjectReference> 175 </ItemGroup> 163 176 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 164 177 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.