Changeset 5476 for branches/DataAnalysis Refactoring
- Timestamp:
- 02/15/11 18:41:47 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4
- Files:
-
- 1 added
- 1 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj
r5471 r5476 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Algorithms.DataAnalysis.Views</RootNamespace> 12 <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3. 3</AssemblyName>12 <AssemblyName>HeuristicLab.Algorithms.DataAnalysis.Views-3.4</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <TargetFrameworkProfile> … … 129 129 </ItemGroup> 130 130 <ItemGroup> 131 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3. 3.csproj">131 <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.3\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj"> 132 132 <Project>{A8D5676D-9662-437A-B44D-ECB4046CDE12}</Project> 133 133 <Name>HeuristicLab.Algorithms.DataAnalysis-3.3</Name> … … 181 181 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 182 182 </ProjectReference> 183 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3. 3.csproj">183 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.3\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 184 184 <Project>{70DFD984-B1D9-46FE-8EB7-4DE92D71A9FC}</Project> 185 185 <Name>HeuristicLab.Problems.DataAnalysis-3.3</Name> -
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/HeuristicLabAlgorithmsDataAnalysisViewsPlugin.cs.frame
r5471 r5476 26 26 /// Plugin class for HeuristicLab.Algorithms.DataAnalysis.Views plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "3. 3.3.$WCREV$")]29 [PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3. 3.dll", PluginFileType.Assembly)]30 [PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3. 3")]28 [Plugin("HeuristicLab.Algorithms.DataAnalysis.Views", "3.4.0.$WCREV$")] 29 [PluginFile("HeuristicLab.Algorithms.DataAnalysis.Views-3.4.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Algorithms.DataAnalysis", "3.4")] 31 31 [PluginDependency("HeuristicLab.Common", "3.3")] 32 32 [PluginDependency("HeuristicLab.Common.Resources", "3.3")] … … 39 39 [PluginDependency("HeuristicLab.Optimization", "3.3")] 40 40 [PluginDependency("HeuristicLab.Optimization.Views", "3.3")] 41 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3. 3")]41 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")] 42 42 public class HeuristicLabAlgorithmsDataAnalysisViewsPlugin : PluginBase { 43 43 } -
branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/Properties/AssemblyInfo.frame
r5446 r5476 41 41 42 42 // The following GUID is for the ID of the typelib if this project is exposed to COM 43 [assembly: Guid(" E32D1796-011F-402c-8E97-8A13DFB6B4DC")]43 [assembly: Guid("3230D850-0C57-429B-90FF-980D7EC056FD")] 44 44 45 45 // Version information for an assembly consists of the following four values: … … 52 52 // You can specify all the values or you can default the Revision and Build Numbers 53 53 // by using the '*' as shown below: 54 [assembly: AssemblyVersion("3. 3.0.0")]55 [assembly: AssemblyFileVersion("3. 3.3.$WCREV$")]54 [assembly: AssemblyVersion("3.4.0.0")] 55 [assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.