- Timestamp:
- 06/03/14 11:01:16 (10 years ago)
- Location:
- branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r10854 r10925 283 283 <Private>False</Private> 284 284 </ProjectReference> 285 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3. 3\HeuristicLab.Problems.DataAnalysis.Transformations-3.3.csproj">285 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.4\HeuristicLab.Problems.DataAnalysis.Transformations-3.4.csproj"> 286 286 <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project> 287 <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3. 3</Name>287 <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.4</Name> 288 288 </ProjectReference> 289 289 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> -
branches/DataPreprocessing/HeuristicLab.Problems.DataAnalysis/3.4/Plugin.cs.frame
r10770 r10925 38 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 39 39 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 40 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3. 3")]40 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Transformations", "3.4")] 41 41 public class HeuristicLabProblemsDataAnalysisPlugin : PluginBase { 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.