Changeset 1690
- Timestamp:
- 04/28/09 15:26:56 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Evolutionary/3.3
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Evolutionary/3.3/HeuristicLab.Evolutionary-3.3.csproj
r1686 r1690 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ F5614C53-153C-4A37-A608-121E1C087F07}</ProjectGuid>7 <ProjectGuid>{25087811-F74C-4128-BC86-8324271DA13E}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Evolutionary</RootNamespace> 11 <AssemblyName>HeuristicLab.Evolutionary-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.Evolutionary-3.3</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 13 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> … … 17 17 <UpgradeBackupLocation> 18 18 </UpgradeBackupLocation> 19 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 19 20 </PropertyGroup> 20 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 35 36 <WarningLevel>4</WarningLevel> 36 37 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 37 <DocumentationFile>bin\Release\HeuristicLab.Evolutionary-3. 2.XML</DocumentationFile>38 <DocumentationFile>bin\Release\HeuristicLab.Evolutionary-3.3.xml</DocumentationFile> 38 39 </PropertyGroup> 39 40 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 73 74 <ItemGroup> 74 75 <Reference Include="System" /> 76 <Reference Include="System.Core"> 77 <RequiredTargetFramework>3.5</RequiredTargetFramework> 78 </Reference> 75 79 <Reference Include="System.Data" /> 76 80 <Reference Include="System.Xml" /> -
trunk/sources/HeuristicLab.Evolutionary/3.3/HeuristicLabEvolutionaryPlugin.cs
r1529 r1690 29 29 /// Plugin class for HeuristicLab.Evolutionary plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.Evolutionary-3. 2")]32 [PluginFile(Filename = "HeuristicLab.Evolutionary-3. 2.dll", Filetype = PluginFileType.Assembly)]33 [Dependency(Dependency = "HeuristicLab.Core-3. 2")]34 [Dependency(Dependency = "HeuristicLab.Data-3. 2")]35 [Dependency(Dependency = "HeuristicLab.Operators-3. 2")]31 [ClassInfo(Name = "HeuristicLab.Evolutionary-3.3")] 32 [PluginFile(Filename = "HeuristicLab.Evolutionary-3.3.dll", Filetype = PluginFileType.Assembly)] 33 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 34 [Dependency(Dependency = "HeuristicLab.Data-3.3")] 35 [Dependency(Dependency = "HeuristicLab.Operators-3.3")] 36 36 public class HeuristicLabEvolutionaryPlugin : PluginBase { 37 37 } -
trunk/sources/HeuristicLab.Evolutionary/3.3/Properties/AssemblyInfo.frame
r581 r1690 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.