Changeset 1914 for trunk/sources/HeuristicLab.Modeling
- Timestamp:
- 05/27/09 15:42:04 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Modeling/3.3
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling/3.3/HeuristicLab.Modeling-3.3.csproj
r1913 r1914 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ 80F7FADA-549D-4151-8856-79B620A50DBA}</ProjectGuid>8 <ProjectGuid>{3A5ACA94-47A7-47D6-B644-2B8A7503FCCC}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.Modeling</RootNamespace> 12 <AssemblyName>HeuristicLab.Modeling-3. 2</AssemblyName>12 <AssemblyName>HeuristicLab.Modeling-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> … … 107 107 </ItemGroup> 108 108 <ItemGroup> 109 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">110 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>111 <Name>HeuristicLab.Core-3. 2</Name>109 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 110 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 111 <Name>HeuristicLab.Core-3.3</Name> 112 112 </ProjectReference> 113 <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3. 2\HeuristicLab.DataAnalysis-3.2.csproj">114 <Project>{ 7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}</Project>115 <Name>HeuristicLab.DataAnalysis-3. 2</Name>113 <ProjectReference Include="..\..\HeuristicLab.DataAnalysis\3.3\HeuristicLab.DataAnalysis-3.3.csproj"> 114 <Project>{6AD536AE-B4CC-4424-B0A2-20CECE88CE57}</Project> 115 <Name>HeuristicLab.DataAnalysis-3.3</Name> 116 116 </ProjectReference> 117 <ProjectReference Include="..\..\HeuristicLab.Data\3. 2\HeuristicLab.Data-3.2.csproj">118 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>119 <Name>HeuristicLab.Data-3. 2</Name>117 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 118 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 119 <Name>HeuristicLab.Data-3.3</Name> 120 120 </ProjectReference> 121 121 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.Modeling/3.3/HeuristicLabModelingPlugin.cs
r1855 r1914 26 26 27 27 namespace HeuristicLab.GP.StructureIdentification { 28 [ClassInfo(Name = "HeuristicLab.Modeling-3.2")] 29 [PluginFile(Filename = "HeuristicLab.Modeling-3.2.dll", Filetype = PluginFileType.Assembly)] 28 [ClassInfo(Name = "HeuristicLab.Modeling-3.3")] 29 [PluginFile(Filename = "HeuristicLab.Modeling-3.3.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 31 [Dependency(Dependency = "HeuristicLab.Data-3.3")] 32 [Dependency(Dependency = "HeuristicLab.DataAnalysis-3.3")] 30 33 public class HeuristicLabModelingPlugin : PluginBase { 31 34 } -
trunk/sources/HeuristicLab.Modeling/3.3/Properties/AssemblyInfo.frame
r1855 r1914 54 54 // You can specify all the values or you can default the Revision and Build Numbers 55 55 // by using the '*' as shown below: 56 [assembly: AssemblyVersion("3. 2.0.$WCREV$")]57 [assembly: AssemblyFileVersion("3. 2.0.$WCREV$")]56 [assembly: AssemblyVersion("3.3.0.$WCREV$")] 57 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 58 58 [assembly: AssemblyBuildDate("$WCNOW$")]
Note: See TracChangeset
for help on using the changeset viewer.