- Timestamp:
- 05/06/09 20:22:17 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.StatisticalAnalysis/3.2
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StatisticalAnalysis/3.2/HeuristicLab.StatisticalAnalysis-3.2.csproj
r1744 r1745 93 93 </Compile> 94 94 <Compile Include="Properties\AssemblyInfo.cs" /> 95 <Compile Include="SimpleStatisticsCalculator.cs" /> 95 96 <None Include="HeuristicLab.snk" /> 96 97 <None Include="Properties\AssemblyInfo.frame" /> … … 100 101 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 101 102 <Name>HeuristicLab.Core-3.2</Name> 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj"> 105 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> 106 <Name>HeuristicLab.Data-3.2</Name> 102 107 </ProjectReference> 103 108 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.StatisticalAnalysis/3.2/HeuristicLabStatisticalAnalysisPlugin.cs
r1530 r1745 30 30 [PluginFile(Filename = "HeuristicLab.StatisticalAnalysis-3.2.dll", Filetype = PluginFileType.Assembly)] 31 31 [Dependency(Dependency = "HeuristicLab.Core-3.2")] 32 [Dependency(Dependency = "HeuristicLab.Data-3.2")] 32 33 [Dependency(Dependency = "HeuristicLab.Random-3.2")] 33 34 public class HeuristicLabStatisticalAnalysisPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.