Changeset 8435
- Timestamp:
- 08/08/12 15:47:35 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj
r7823 r8435 93 93 </PropertyGroup> 94 94 <ItemGroup> 95 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 <HintPath>..\..\bin\ALGLIB-3.6.0.dll</HintPath> 97 <Private>False</Private> 98 </Reference> 95 99 <Reference Include="System" /> 96 100 <Reference Include="System.Core"> … … 122 126 <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon> 123 127 </Compile> 128 <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs"> 129 <SubType>UserControl</SubType> 130 </Compile> 131 <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs"> 132 <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon> 133 </Compile> 124 134 <Compile Include="DataAnalysisSolutionEvaluationView.cs"> 125 135 <SubType>UserControl</SubType> … … 263 273 </ItemGroup> 264 274 <ItemGroup> 275 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj"> 276 <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project> 277 <Name>HeuristicLab.Analysis.Views-3.3</Name> 278 <Private>False</Private> 279 </ProjectReference> 280 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 281 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 282 <Name>HeuristicLab.Analysis-3.3</Name> 283 <Private>False</Private> 284 </ProjectReference> 265 285 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 266 286 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/Plugin.cs.frame
r8246 r8435 28 28 [Plugin("HeuristicLab.Problems.DataAnalysis.Views", "Provides views for base classes for data analysis tasks.", "3.4.3.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.DataAnalysis.Views-3.4.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.ALGLIB", "3.6.0")] 31 [PluginDependency("HeuristicLab.Analysis", "3.3")] 32 [PluginDependency("HeuristicLab.Analysis.Views", "3.3")] 30 33 [PluginDependency("HeuristicLab.Common", "3.3")] 31 34 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.