- Timestamp:
- 06/03/14 11:01:16 (10 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.Problems.Instances.DataAnalysis/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.Instances.DataAnalysis/3.3/HeuristicLab.Problems.Instances.DataAnalysis-3.3.csproj
r10770 r10925 259 259 <Private>False</Private> 260 260 </ProjectReference> 261 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3. 3\HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj">261 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.4\HeuristicLab.Problems.DataAnalysis.Transformations-3.4.csproj"> 262 262 <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project> 263 <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3. 3</Name>263 <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.4</Name> 264 264 </ProjectReference> 265 265 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> -
branches/DataPreprocessing/HeuristicLab.Problems.Instances.DataAnalysis/3.3/Plugin.cs.frame
r10037 r10925 32 32 [PluginDependency("HeuristicLab.Persistence", "3.3")] 33 33 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")] 34 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")] 34 35 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 36 [PluginDependency("HeuristicLab.Random", "3.3")] 35 37 [PluginDependency("HeuristicLab.Random", "3.3")] 36 38 public class HeuristicLabProblemsInstancesDataAnalysisPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.