- Timestamp:
- 11/29/10 13:08:14 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLab.Problems.DataAnalysis.Views-3.3.csproj
r4651 r4988 243 243 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name> 244 244 </ProjectReference> 245 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\2.5.0\ALGLIB-2.5.0\ALGLIB-2.5.0.csproj"> 246 <Project>{29E4B033-1FEF-4FE1-AE17-0A9319D7C54E}</Project> 247 <Name>ALGLIB-2.5.0</Name> 245 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\ALGLIB-3.1.0\ALGLIB-3.1.0.csproj"> 246 <Project>{FC841674-62A7-4055-BE91-E41944B6C606}</Project> 247 <Name>ALGLIB-3.1.0</Name> 248 </ProjectReference> 249 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\3.1.0\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0.csproj"> 250 <Project>{DE69A359-A5B8-4D3D-BA8D-D5780D7F96D6}</Project> 251 <Name>HeuristicLab.ALGLIB-3.1.0 %28HeuristicLab.ExtLibs\HeuristicLab.ALGLIB\HeuristicLab.ALGLIB-3.1.0\HeuristicLab.ALGLIB-3.1.0%29</Name> 248 252 </ProjectReference> 249 253 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/HeuristicLabProblemsDataAnalysisViewsPlugin.cs.frame
r4889 r4988 28 28 [Plugin("HeuristicLab.Problems.DataAnalysis.Views", "3.3.2.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Problems.DataAnalysis.Views-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.ALGLIB"," 2.5.0.0")]30 [PluginDependency("HeuristicLab.ALGLIB","3.1.0.0")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3.2.0")] 32 32 [PluginDependency("HeuristicLab.Common", "3.3.2.0")]
Note: See TracChangeset
for help on using the changeset viewer.