Changeset 2430 for trunk/sources/HeuristicLab.Modeling
- Timestamp:
- 10/15/09 13:22:07 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Modeling/3.2
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj
r2428 r2430 82 82 </ItemGroup> 83 83 <ItemGroup> 84 <Compile Include="alglib\ap.cs" />85 <Compile Include="alglib\correlation.cs" />86 84 <Compile Include="AnalyzerModel.cs" /> 87 85 <Compile Include="BestSolutionStorer.cs" /> … … 132 130 </ItemGroup> 133 131 <ItemGroup> 132 <ProjectReference Include="..\..\ALGLIB\ALGLIB.csproj"> 133 <Project>{44456535-5DB5-454A-BE2B-7426DA6700B6}</Project> 134 <Name>ALGLIB</Name> 135 </ProjectReference> 134 136 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 135 137 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> -
trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLabModelingPlugin.cs
r2324 r2430 28 28 [ClassInfo(Name = "HeuristicLab.Modeling-3.2")] 29 29 [PluginFile(Filename = "HeuristicLab.Modeling-3.2.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "ALGLIB")] 30 31 [Dependency(Dependency = "HeuristicLab.Common-3.2")] 31 32 [Dependency(Dependency = "HeuristicLab.Core-3.2")]
Note: See TracChangeset
for help on using the changeset viewer.