Changeset 10223 for branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers
- Timestamp:
- 12/11/13 23:51:15 (11 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj
r10211 r10223 109 109 <Compile Include="QhullWrapper.cs" /> 110 110 <Compile Include="DoubleArrayExtensions.cs" /> 111 <Compile Include="FractionClass.cs" />112 <Compile Include="LiblrsWrapper.cs" />113 111 <Compile Include="RealVectorConvexHullSolutionCacheAnalyzer.cs" /> 114 112 <Compile Include="DistanceMatrixToPoints.cs" /> … … 168 166 </ProjectReference> 169 167 </ItemGroup> 170 <ItemGroup>171 <Content Include="liblrs.dll">172 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>173 </Content>174 </ItemGroup>175 168 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 176 169 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.