- Timestamp:
- 05/20/09 15:06:46 (16 years ago)
- Location:
- trunk/sources
- Files:
-
- 27 edited
- 8 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Charting.Data/3.3/HeuristicLab.Charting.Data-3.3.csproj
r1868 r1872 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{E 0740131-AA3E-4A3F-BA03-C9FF8327F4EE}</ProjectGuid>7 <ProjectGuid>{EE956A95-6344-4B01-876F-BE95C5E2F92B}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Charting.Data</RootNamespace> 11 <AssemblyName>HeuristicLab.Charting.Data-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.Charting.Data-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' "> … … 36 37 <WarningLevel>4</WarningLevel> 37 38 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 38 <DocumentationFile>bin\Release\HeuristicLab.Charting.Data-3. 2.XML</DocumentationFile>39 <DocumentationFile>bin\Release\HeuristicLab.Charting.Data-3.3.xml</DocumentationFile> 39 40 </PropertyGroup> 40 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 74 75 <ItemGroup> 75 76 <Reference Include="System" /> 77 <Reference Include="System.Core"> 78 <RequiredTargetFramework>3.5</RequiredTargetFramework> 79 </Reference> 76 80 <Reference Include="System.Data" /> 77 81 <Reference Include="System.Drawing" /> … … 92 96 </ItemGroup> 93 97 <ItemGroup> 94 <ProjectReference Include="..\..\HeuristicLab.Charting\3. 2\HeuristicLab.Charting-3.2.csproj">95 <Project>{ B462D3CC-8866-42F0-9832-AD0967613B72}</Project>96 <Name>HeuristicLab.Charting-3. 2</Name>98 <ProjectReference Include="..\..\HeuristicLab.Charting\3.3\HeuristicLab.Charting-3.3.csproj"> 99 <Project>{A8265018-D687-4907-8A36-63B25967A038}</Project> 100 <Name>HeuristicLab.Charting-3.3</Name> 97 101 </ProjectReference> 98 102 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.Charting.Data/3.3/HeuristicLabChartingDataPlugin.cs
r1529 r1872 26 26 27 27 namespace HeuristicLab.Charting.Data { 28 [ClassInfo(Name = "HeuristicLab.Charting.Data-3. 2")]29 [PluginFile(Filename = "HeuristicLab.Charting.Data-3. 2.dll", Filetype = PluginFileType.Assembly)]30 [Dependency(Dependency = "HeuristicLab.Charting-3. 2")]28 [ClassInfo(Name = "HeuristicLab.Charting.Data-3.3")] 29 [PluginFile(Filename = "HeuristicLab.Charting.Data-3.3.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.Charting-3.3")] 31 31 public class HeuristicLabChartingDataPlugin : PluginBase { 32 32 } -
trunk/sources/HeuristicLab.Charting.Data/3.3/Properties/AssemblyInfo.frame
r581 r1872 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$")] -
trunk/sources/HeuristicLab.Logging/3.3/HeuristicLab.Logging-3.3.csproj
r1868 r1872 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ 4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</ProjectGuid>7 <ProjectGuid>{72908B54-D136-4BF2-8474-25AA6CB66C92}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Logging</RootNamespace> 11 <AssemblyName>HeuristicLab.Logging-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.Logging-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.Logging-3. 2.XML</DocumentationFile>38 <DocumentationFile>bin\Release\HeuristicLab.Logging-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.Drawing" /> … … 123 127 <Name>HeuristicLab.Charting-3.2</Name> 124 128 </ProjectReference> 125 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">126 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>127 <Name>HeuristicLab.Core-3. 2</Name>129 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 130 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 131 <Name>HeuristicLab.Core-3.3</Name> 128 132 </ProjectReference> 129 <ProjectReference Include="..\..\HeuristicLab.Data\3. 2\HeuristicLab.Data-3.2.csproj">130 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>131 <Name>HeuristicLab.Data-3. 2</Name>133 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 134 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 135 <Name>HeuristicLab.Data-3.3</Name> 132 136 </ProjectReference> 133 <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj"> 134 <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project> 135 <Name>HeuristicLab.Operators-3.2</Name> 137 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 138 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 139 <Name>HeuristicLab.Operators-3.3</Name> 140 </ProjectReference> 141 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 142 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 143 <Name>HeuristicLab.Persistence-3.3</Name> 136 144 </ProjectReference> 137 145 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.Logging/3.3/HeuristicLabLoggingPlugin.cs
r1530 r1872 29 29 /// Plugin class for HeuristicLab.Logging plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.Logging-3. 2")]32 [PluginFile(Filename = "HeuristicLab.Logging-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.Logging-3.3")] 32 [PluginFile(Filename = "HeuristicLab.Logging-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 [Dependency(Dependency = "HeuristicLab.Charting-3.2")] 37 37 [Dependency(Dependency = "HeuristicLab.Charting.Data-3.2")] 38 [Dependency(Dependency = "HeuristicLab.Persistence-3.3")] 38 39 public class HeuristicLabLoggingPlugin : PluginBase { 39 40 } -
trunk/sources/HeuristicLab.Logging/3.3/Linechart.cs
r1530 r1872 26 26 using HeuristicLab.Core; 27 27 using HeuristicLab.Data; 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 29 29 30 namespace HeuristicLab.Logging { … … 32 33 /// </summary> 33 34 public class Linechart : ItemBase, IVisualizationItem { 35 [Storable] 34 36 private IntData myNumberOfLines; 35 37 /// <summary> … … 46 48 } 47 49 } 50 [Storable] 48 51 private ItemList myValues; 49 52 /// <summary> … … 123 126 ValuesChanged(this, new EventArgs()); 124 127 } 125 126 #region Persistence Methods127 /// <summary>128 /// Saves the current instance as <see cref="XmlNode"/> in the specified <paramref name="document"/>.129 /// </summary>130 /// <remarks>The number of lines and the values are saved as child nodes with tag131 /// name <c>NumberOfLines</c> and <c>Values</c> respectively.</remarks>132 /// <param name="name">The (tag)name of the <see cref="XmlNode"/>.</param>133 /// <param name="document">The <see cref="XmlDocument"/> where to save the data.</param>134 /// <param name="persistedObjects">The dictionary of all already persisted objects.135 /// (Needed to avoid cycles.)</param>136 /// <returns>The saved <see cref="XmlNode"/>.</returns>137 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid, IStorable> persistedObjects) {138 XmlNode node = base.GetXmlNode(name, document, persistedObjects);139 node.AppendChild(PersistenceManager.Persist("NumberOfLines", myNumberOfLines, document, persistedObjects));140 node.AppendChild(PersistenceManager.Persist("Values", Values, document, persistedObjects));141 return node;142 }143 /// <summary>144 /// Loads the persisted item from the specified <paramref name="node"/>.145 /// </summary>146 /// <remarks>Has to be saved in a special way, see <see cref="GetXmlNode"/> for further information.</remarks>147 /// <param name="node">The <see cref="XmlNode"/> where the Linechart is saved.</param>148 /// <param name="restoredObjects">The dictionary of all already restored objects.149 /// (Needed to avoid cycles.)</param>150 public override void Populate(XmlNode node, IDictionary<Guid, IStorable> restoredObjects) {151 base.Populate(node, restoredObjects);152 myNumberOfLines = (IntData)PersistenceManager.Restore(node.SelectSingleNode("NumberOfLines"), restoredObjects);153 myValues = (ItemList)PersistenceManager.Restore(node.SelectSingleNode("Values"), restoredObjects);154 }155 #endregion156 128 } 157 129 } -
trunk/sources/HeuristicLab.Logging/3.3/Log.cs
r1530 r1872 26 26 using HeuristicLab.Core; 27 27 using HeuristicLab.Data; 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 29 29 30 namespace HeuristicLab.Logging { … … 32 33 /// </summary> 33 34 public class Log : ItemBase, IVisualizationItem { 35 [Storable] 34 36 private ItemList myItems; 35 37 /// <summary> … … 86 88 ItemsChanged(this, new EventArgs()); 87 89 } 88 89 #region Persistence Methods90 /// <summary>91 /// Saves the current instance as <see cref="XmlNode"/> in the specified <paramref name="document"/>.92 /// </summary>93 /// <remarks>The items of the current instance are saved as a child node with the tag name94 /// <c>Items</c>.</remarks>95 /// <param name="name">The (tag)name of the <see cref="XmlNode"/>.</param>96 /// <param name="document">The <see cref="XmlDocument"/> where to save the data.</param>97 /// <param name="persistedObjects">The dictionary of all already persisted objects.98 /// (Needed to avoid cycles.)</param>99 /// <returns>The saved <see cref="XmlNode"/>.</returns>100 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid, IStorable> persistedObjects) {101 XmlNode node = base.GetXmlNode(name, document, persistedObjects);102 node.AppendChild(PersistenceManager.Persist("Items", Items, document, persistedObjects));103 return node;104 }105 /// <summary>106 /// Loads the persisted item from the specified <paramref name="node"/>.107 /// </summary>108 /// <remarks>Has to be saved in a special way, see <see cref="GetXmlNode"/> for further information.</remarks>109 /// <param name="node">The <see cref="XmlNode"/> where the Log is saved.</param>110 /// <param name="restoredObjects">The dictionary of all already restored objects.111 /// (Needed to avoid cycles.)</param>112 public override void Populate(XmlNode node, IDictionary<Guid, IStorable> restoredObjects) {113 base.Populate(node, restoredObjects);114 myItems = (ItemList)PersistenceManager.Restore(node.SelectSingleNode("Items"), restoredObjects);115 }116 #endregion117 90 } 118 91 } -
trunk/sources/HeuristicLab.Logging/3.3/PointXYChart.cs
r1530 r1872 26 26 using HeuristicLab.Core; 27 27 using HeuristicLab.Data; 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 29 29 30 namespace HeuristicLab.Logging { … … 32 33 /// </summary> 33 34 public class PointXYChart : ItemBase, IVisualizationItem { 35 [Storable] 34 36 private ItemList myValues; 35 37 /// <summary> … … 47 49 } 48 50 51 [Storable] 49 52 private BoolData myConnectDots; 50 53 /// <summary> … … 124 127 ConnectDotsChanged(this, new EventArgs()); 125 128 } 126 127 #region Persistence Methods128 /// <summary>129 /// Saves the current instance as <see cref="XmlNode"/> in the specified <paramref name="document"/>.130 /// </summary>131 /// <remarks>The ConnectDots flag and the values of the current instance are saved as child nodes132 /// with tag names <c>ConnectDots</c> and <c>Values</c> respectively.</remarks>133 /// <param name="name">The (tag)name of the <see cref="XmlNode"/>.</param>134 /// <param name="document">The <see cref="XmlDocument"/> where to save the data.</param>135 /// <param name="persistedObjects">The dictionary of all already persisted objects.136 /// (Needed to avoid cycles.)</param>137 /// <returns>The saved <see cref="XmlNode"/>.</returns>138 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid, IStorable> persistedObjects) {139 XmlNode node = base.GetXmlNode(name, document, persistedObjects);140 node.AppendChild(PersistenceManager.Persist("ConnectDots",ConnectDots,document,persistedObjects));141 node.AppendChild(PersistenceManager.Persist("Values", Values, document, persistedObjects));142 return node;143 }144 /// <summary>145 /// Loads the persisted item from the specified <paramref name="node"/>.146 /// </summary>147 /// <remarks>Has to be saved in a special way, see <see cref="GetXmlNode"/> for further information.</remarks>148 /// <param name="node">The <see cref="XmlNode"/> where the PointXYChart is saved.</param>149 /// <param name="restoredObjects">The dictionary of all already restored objects.150 /// (Needed to avoid cycles.)</param>151 public override void Populate(XmlNode node, IDictionary<Guid, IStorable> restoredObjects) {152 base.Populate(node, restoredObjects);153 myConnectDots = (BoolData)PersistenceManager.Restore(node.SelectSingleNode("ConnectDots"), restoredObjects);154 myValues = (ItemList)PersistenceManager.Restore(node.SelectSingleNode("Values"), restoredObjects);155 }156 #endregion157 129 } 158 130 } -
trunk/sources/HeuristicLab.Logging/3.3/Properties/AssemblyInfo.frame
r581 r1872 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$")] -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r1868 r1872 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ E3CCBFC6-900C-41B6-AFB8-6646DB097435}</ProjectGuid>7 <ProjectGuid>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Operators.Programmable</RootNamespace> 11 <AssemblyName>HeuristicLab.Operators.Programmable-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.Operators.Programmable-3.3</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 13 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> … … 35 35 <ErrorReport>prompt</ErrorReport> 36 36 <WarningLevel>4</WarningLevel> 37 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3. 2.XML</DocumentationFile>37 <DocumentationFile>bin\Release\HeuristicLab.Operators.Programmable-3.3.xml</DocumentationFile> 38 38 </PropertyGroup> 39 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 100 100 </ItemGroup> 101 101 <ItemGroup> 102 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">103 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>104 <Name>HeuristicLab.Core-3. 2</Name>102 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 103 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 104 <Name>HeuristicLab.Core-3.3</Name> 105 105 </ProjectReference> 106 <ProjectReference Include="..\..\HeuristicLab.Data\3. 2\HeuristicLab.Data-3.2.csproj">107 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>108 <Name>HeuristicLab.Data-3. 2</Name>106 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 107 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 108 <Name>HeuristicLab.Data-3.3</Name> 109 109 </ProjectReference> 110 <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj"> 111 <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project> 112 <Name>HeuristicLab.Operators-3.2</Name> 110 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 111 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 112 <Name>HeuristicLab.Operators-3.3</Name> 113 </ProjectReference> 114 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 115 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 116 <Name>HeuristicLab.Persistence-3.3</Name> 113 117 </ProjectReference> 114 118 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs
r1530 r1872 26 26 27 27 namespace HeuristicLab.Operators.Programmable { 28 [ClassInfo(Name = "HeuristicLab.Operators.Programmable-3.2")] 29 [PluginFile(Filename = "HeuristicLab.Operators.Programmable-3.2.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.Core-3.2")] 31 [Dependency(Dependency = "HeuristicLab.Data-3.2")] 32 [Dependency(Dependency = "HeuristicLab.Operators-3.2")] 28 [ClassInfo(Name = "HeuristicLab.Operators.Programmable-3.3")] 29 [PluginFile(Filename = "HeuristicLab.Operators.Programmable-3.3.dll", Filetype = PluginFileType.Assembly)] 30 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 31 [Dependency(Dependency = "HeuristicLab.Data-3.3")] 32 [Dependency(Dependency = "HeuristicLab.Operators-3.3")] 33 [Dependency(Dependency = "HeuristicLab.Persistence-3.3")] 33 34 public class HeuristicLabOperatorsProgrammablePlugin : PluginBase { 34 35 } -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r1530 r1872 34 34 using HeuristicLab.Data; 35 35 using System.Data.Linq; 36 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 36 37 37 38 namespace HeuristicLab.Operators.Programmable { … … 39 40 private MethodInfo executeMethod; 40 41 42 [Storable] 41 43 private string myDescription; 42 44 public override string Description { 43 45 get { return myDescription; } 44 46 } 45 private string myCode; 47 48 [Storable] 49 private string myCode; 46 50 public string Code { 47 51 get { return myCode; } … … 199 203 CodeChanged(this, new EventArgs()); 200 204 } 201 202 #region Persistence Methods203 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid, IStorable> persistedObjects) {204 XmlNode node = base.GetXmlNode(name, document, persistedObjects);205 XmlNode descriptionNode = document.CreateNode(XmlNodeType.Element, "Description", null);206 descriptionNode.InnerText = myDescription;207 node.AppendChild(descriptionNode);208 XmlNode codeNode = document.CreateNode(XmlNodeType.Element, "Code", null);209 codeNode.InnerText = myCode;210 node.AppendChild(codeNode);211 return node;212 }213 public override void Populate(XmlNode node, IDictionary<Guid, IStorable> restoredObjects) {214 base.Populate(node, restoredObjects);215 XmlNode descriptionNode = node.SelectSingleNode("Description");216 myDescription = descriptionNode.InnerText;217 XmlNode codeNode = node.SelectSingleNode("Code");218 myCode = codeNode.InnerText;219 }220 #endregion221 205 } 222 206 } -
trunk/sources/HeuristicLab.Operators.Programmable/3.3/Properties/AssemblyInfo.frame
r581 r1872 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$")] -
trunk/sources/HeuristicLab.OptimizationFrontend/3.3/HeuristicLab.OptimizationFrontend-3.3.csproj
r1868 r1872 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ C2FB432A-07CA-45B5-BAFE-FEC172D1107B}</ProjectGuid>8 <ProjectGuid>{BEE2B944-7F12-42CC-95A0-6EFB837FDA00}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.OptimizationFrontend</RootNamespace> 12 <AssemblyName>HeuristicLab.OptimizationFrontend-3. 2</AssemblyName>13 <TargetFrameworkVersion>v 2.0</TargetFrameworkVersion>12 <AssemblyName>HeuristicLab.OptimizationFrontend-3.3</AssemblyName> 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 <DocumentationFile>bin\Release\HeuristicLab.OptimizationFrontend-3. 2.XML</DocumentationFile>34 <DocumentationFile>bin\Release\HeuristicLab.OptimizationFrontend-3.3.xml</DocumentationFile> 35 35 </PropertyGroup> 36 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 70 70 <ItemGroup> 71 71 <Reference Include="System" /> 72 <Reference Include="System.Core"> 73 <RequiredTargetFramework>3.5</RequiredTargetFramework> 74 </Reference> 72 75 <Reference Include="System.Data" /> 73 76 <Reference Include="System.Drawing" /> … … 116 119 </ItemGroup> 117 120 <ItemGroup> 118 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">119 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>120 <Name>HeuristicLab.Core-3. 2</Name>121 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 122 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 123 <Name>HeuristicLab.Core-3.3</Name> 121 124 </ProjectReference> 122 125 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.OptimizationFrontend/3.3/HeuristicLabOptimizationFrontendApplication.cs
r1530 r1872 27 27 28 28 namespace HeuristicLab.OptimizationFrontend { 29 [ClassInfo(Name = "HeuristicLab 3. 2", Description="Next generation heuristic optimization environment.")]29 [ClassInfo(Name = "HeuristicLab 3.3", Description="Next generation heuristic optimization environment.")] 30 30 class HeuristicLabOptimizationFrontendApplication : ApplicationBase { 31 31 public override void Run() { -
trunk/sources/HeuristicLab.OptimizationFrontend/3.3/HeuristicLabOptimizationFrontendPlugin.cs
r1530 r1872 27 27 28 28 namespace HeuristicLab.OptimizationFrontend { 29 [ClassInfo(Name = "HeuristicLab.OptimizationFrontend-3. 2")]30 [PluginFile(Filename = "HeuristicLab.OptimizationFrontend-3. 2.dll", Filetype = PluginFileType.Assembly)]31 [Dependency(Dependency = "HeuristicLab.Core-3. 2")]29 [ClassInfo(Name = "HeuristicLab.OptimizationFrontend-3.3")] 30 [PluginFile(Filename = "HeuristicLab.OptimizationFrontend-3.3.dll", Filetype = PluginFileType.Assembly)] 31 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 32 32 public class HeuristicLabOptimizationFrontendPlugin : PluginBase { 33 33 } -
trunk/sources/HeuristicLab.OptimizationFrontend/3.3/Properties/AssemblyInfo.frame
r581 r1872 55 55 // by using the '*' as shown below: 56 56 // [assembly: AssemblyVersion("1.0.*")] 57 [assembly: AssemblyVersion("3. 2.0.$WCREV$")]58 [assembly: AssemblyFileVersion("3. 2.0.$WCREV$")]57 [assembly: AssemblyVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 59 59 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.Routing.TSP/3.3/HeuristicLab.Routing.TSP-3.3.csproj
r1699 r1872 110 110 </ItemGroup> 111 111 <ItemGroup> 112 <ProjectReference Include="..\..\HeuristicLab.Charting\3. 3\HeuristicLab.Charting-3.3.csproj">113 <Project>{ A8265018-D687-4907-8A36-63B25967A038}</Project>114 <Name>HeuristicLab.Charting-3. 3</Name>112 <ProjectReference Include="..\..\HeuristicLab.Charting\3.2\HeuristicLab.Charting-3.2.csproj"> 113 <Project>{B462D3CC-8866-42F0-9832-AD0967613B72}</Project> 114 <Name>HeuristicLab.Charting-3.2</Name> 115 115 </ProjectReference> 116 116 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> -
trunk/sources/HeuristicLab.Routing.TSP/3.3/HeuristicLabRoutingTSPPlugin.cs
r1699 r1872 35 35 [Dependency(Dependency = "HeuristicLab.Operators-3.3")] 36 36 [Dependency(Dependency = "HeuristicLab.Permutation-3.3")] 37 [Dependency(Dependency = "HeuristicLab.Charting-3. 3")]37 [Dependency(Dependency = "HeuristicLab.Charting-3.2")] 38 38 [Dependency(Dependency = "HeuristicLab.Persistence-3.3")] 39 39 public class HeuristicLabRoutingTSPPlugin : PluginBase { -
trunk/sources/HeuristicLab.SGA/3.3/HeuristicLab.SGA-3.3.csproj
r1868 r1872 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ E39AF78A-9692-472B-B061-E2F1B1AB2C92}</ProjectGuid>7 <ProjectGuid>{4C3305C4-E440-4EAD-B218-68D77AE51543}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.SGA</RootNamespace> 11 <AssemblyName>HeuristicLab.SGA-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.SGA-3.3</AssemblyName> 12 12 <SignAssembly>true</SignAssembly> 13 13 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> … … 17 17 <UpgradeBackupLocation> 18 18 </UpgradeBackupLocation> 19 <StartupObject> 20 </StartupObject> 21 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 19 22 </PropertyGroup> 20 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 34 37 <ErrorReport>prompt</ErrorReport> 35 38 <WarningLevel>4</WarningLevel> 36 <DocumentationFile>bin\Release\HeuristicLab.SGA-3. 2.XML</DocumentationFile>39 <DocumentationFile>bin\Release\HeuristicLab.SGA-3.3.xml</DocumentationFile> 37 40 </PropertyGroup> 38 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 72 75 <ItemGroup> 73 76 <Reference Include="System" /> 77 <Reference Include="System.Core"> 78 <RequiredTargetFramework>3.5</RequiredTargetFramework> 79 </Reference> 74 80 <Reference Include="System.Data" /> 75 81 <Reference Include="System.Drawing" /> … … 89 95 </ItemGroup> 90 96 <ItemGroup> 91 <ProjectReference Include="..\..\HeuristicLab.Constraints\3. 2\HeuristicLab.Constraints-3.2.csproj">92 <Project>{ FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</Project>93 <Name>HeuristicLab.Constraints-3. 2</Name>97 <ProjectReference Include="..\..\HeuristicLab.Constraints\3.3\HeuristicLab.Constraints-3.3.csproj"> 98 <Project>{19C1E42A-4B48-4EFD-B697-899016F1C198}</Project> 99 <Name>HeuristicLab.Constraints-3.3</Name> 94 100 </ProjectReference> 95 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">96 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>97 <Name>HeuristicLab.Core-3. 2</Name>101 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 102 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 103 <Name>HeuristicLab.Core-3.3</Name> 98 104 </ProjectReference> 99 <ProjectReference Include="..\..\HeuristicLab.Data\3. 2\HeuristicLab.Data-3.2.csproj">100 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>101 <Name>HeuristicLab.Data-3. 2</Name>105 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 106 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 107 <Name>HeuristicLab.Data-3.3</Name> 102 108 </ProjectReference> 103 <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3. 2\HeuristicLab.Evolutionary-3.2.csproj">104 <Project>{ F5614C53-153C-4A37-A608-121E1C087F07}</Project>105 <Name>HeuristicLab.Evolutionary-3. 2</Name>109 <ProjectReference Include="..\..\HeuristicLab.Evolutionary\3.3\HeuristicLab.Evolutionary-3.3.csproj"> 110 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 111 <Name>HeuristicLab.Evolutionary-3.3</Name> 106 112 </ProjectReference> 107 <ProjectReference Include="..\..\HeuristicLab.Logging\3. 2\HeuristicLab.Logging-3.2.csproj">108 <Project>{ 4095C92C-5A4C-44BC-9963-5F384CF5CC3F}</Project>109 <Name>HeuristicLab.Logging-3. 2</Name>113 <ProjectReference Include="..\..\HeuristicLab.Logging\3.3\HeuristicLab.Logging-3.3.csproj"> 114 <Project>{72908B54-D136-4BF2-8474-25AA6CB66C92}</Project> 115 <Name>HeuristicLab.Logging-3.3</Name> 110 116 </ProjectReference> 111 <ProjectReference Include="..\..\HeuristicLab.Operators\3.2\HeuristicLab.Operators-3.2.csproj"> 112 <Project>{A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project> 113 <Name>HeuristicLab.Operators-3.2</Name> 117 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 118 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 119 <Name>HeuristicLab.Operators-3.3</Name> 120 </ProjectReference> 121 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 122 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 123 <Name>HeuristicLab.Persistence-3.3</Name> 114 124 </ProjectReference> 115 125 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> … … 117 127 <Name>HeuristicLab.PluginInfrastructure</Name> 118 128 </ProjectReference> 119 <ProjectReference Include="..\..\HeuristicLab.Random\3. 2\HeuristicLab.Random-3.2.csproj">120 <Project>{ 47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>121 <Name>HeuristicLab.Random-3. 2</Name>129 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj"> 130 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project> 131 <Name>HeuristicLab.Random-3.3</Name> 122 132 </ProjectReference> 123 <ProjectReference Include="..\..\HeuristicLab.Selection\3. 2\HeuristicLab.Selection-3.2.csproj">124 <Project>{ F7CF0571-25CB-43D5-8443-0843A1E2861A}</Project>125 <Name>HeuristicLab.Selection-3. 2</Name>133 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj"> 134 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project> 135 <Name>HeuristicLab.Selection-3.3</Name> 126 136 </ProjectReference> 127 <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3. 2\HeuristicLab.SequentialEngine-3.2.csproj">128 <Project>{ B4BE8E53-BA06-4237-9A01-24255F880201}</Project>129 <Name>HeuristicLab.SequentialEngine-3. 2</Name>137 <ProjectReference Include="..\..\HeuristicLab.SequentialEngine\3.3\HeuristicLab.SequentialEngine-3.3.csproj"> 138 <Project>{DC3D7072-7999-4719-B65D-3997744D5DC1}</Project> 139 <Name>HeuristicLab.SequentialEngine-3.3</Name> 130 140 </ProjectReference> 131 141 </ItemGroup> -
trunk/sources/HeuristicLab.SGA/3.3/HeuristicLabSGAPlugin.cs
r1530 r1872 29 29 /// Plugin class for HeuristicLab.SGA plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.SGA-3.2")] 32 [PluginFile(Filename = "HeuristicLab.SGA-3.2.dll", Filetype = PluginFileType.Assembly)] 33 [Dependency(Dependency = "HeuristicLab.Core-3.2")] 34 [Dependency(Dependency = "HeuristicLab.Data-3.2")] 35 [Dependency(Dependency = "HeuristicLab.Evolutionary-3.2")] 36 [Dependency(Dependency = "HeuristicLab.Operators-3.2")] 37 [Dependency(Dependency = "HeuristicLab.Random-3.2")] 38 [Dependency(Dependency = "HeuristicLab.Selection-3.2")] 39 [Dependency(Dependency = "HeuristicLab.Logging-3.2")] 40 [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.2")] 31 [ClassInfo(Name = "HeuristicLab.SGA-3.3")] 32 [PluginFile(Filename = "HeuristicLab.SGA-3.3.dll", Filetype = PluginFileType.Assembly)] 33 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 34 [Dependency(Dependency = "HeuristicLab.Data-3.3")] 35 [Dependency(Dependency = "HeuristicLab.Evolutionary-3.3")] 36 [Dependency(Dependency = "HeuristicLab.Operators-3.3")] 37 [Dependency(Dependency = "HeuristicLab.Random-3.3")] 38 [Dependency(Dependency = "HeuristicLab.Selection-3.3")] 39 [Dependency(Dependency = "HeuristicLab.Logging-3.3")] 40 [Dependency(Dependency = "HeuristicLab.SequentialEngine-3.3")] 41 [Dependency(Dependency = "HeuristicLab.Persistence-3.3")] 41 42 public class HeuristicLabSGAPlugin : PluginBase { 42 43 } -
trunk/sources/HeuristicLab.SGA/3.3/Properties/AssemblyInfo.frame
r581 r1872 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$")] -
trunk/sources/HeuristicLab.SGA/3.3/SGA.cs
r1530 r1872 32 32 using HeuristicLab.Logging; 33 33 using HeuristicLab.Selection; 34 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 34 35 35 36 namespace HeuristicLab.SGA { … … 371 372 372 373 #region Properties 374 375 [Storable] 373 376 private IEngine myEngine; 374 377 /// <summary> … … 378 381 get { return myEngine; } 379 382 } 383 384 [Storable] 380 385 private BoolData mySetSeedRandomly; 381 386 /// <summary> … … 386 391 set { mySetSeedRandomly.Data = value; } 387 392 } 393 394 [Storable] 388 395 private IntData mySeed; 389 396 /// <summary> … … 394 401 set { mySeed.Data = value; } 395 402 } 396 private IntData myPopulationSize; 403 404 [Storable] 397 405 private IntData myParents; 406 407 [Storable] 408 private IntData myPopulationSize; 398 409 /// <summary> 399 410 /// Gets or sets the population size of the current instance. … … 407 418 } 408 419 } 420 421 [Storable] 409 422 private IntData myMaximumGenerations; 410 423 /// <summary> … … 415 428 set { myMaximumGenerations.Data = value; } 416 429 } 430 431 [Storable] 417 432 private DoubleData myMutationRate; 418 433 /// <summary> … … 423 438 set { myMutationRate.Data = value; } 424 439 } 440 441 [Storable] 425 442 private IntData myElites; 426 443 /// <summary> … … 431 448 set { myElites.Data = value; } 432 449 } 450 451 [Storable] 433 452 private CombinedOperator mySGA; 453 454 [Storable] 434 455 private IOperator myVariableInjection; 456 435 457 /// <summary> 436 458 /// Gets or sets the problem injector of the current instance. … … 445 467 } 446 468 } 469 470 [Storable] 447 471 private IOperator myPopulationInitialization; 448 472 /// <summary> … … 458 482 } 459 483 } 484 460 485 /// <summary> 461 486 /// Gets or sets the evaluator of the current instance. … … 471 496 } 472 497 } 498 499 [Storable] 473 500 private IOperator mySGAMain; 501 474 502 /// <summary> 475 503 /// Gets or sets the selection operator of the current instance. … … 484 512 } 485 513 } 514 486 515 /// <summary> 487 516 /// Gets or sets the crossover operator of the current instance. … … 496 525 } 497 526 } 527 498 528 /// <summary> 499 529 /// Gets or sets the mutation operator of the current instance. … … 547 577 return clone; 548 578 } 549 550 #region SetReferences Method 579 551 580 private void SetReferences() { 552 581 // SGA … … 578 607 mySGAMain = co4; 579 608 } 580 #endregion581 582 #region Persistence Methods583 /// <summary>584 /// Saves the current instance as <see cref="XmlNode"/> in the specified <paramref name="document"/>.585 /// </summary>586 /// <remarks>The engine of the current instance is saved as a child node with the tag name587 /// <c>Engine</c>.</remarks>588 /// <param name="name">The (tag)name of the <see cref="XmlNode"/>.</param>589 /// <param name="document">The <see cref="XmlDocument"/> where the data is saved.</param>590 /// <param name="persistedObjects">A dictionary of all already persisted objects. (Needed to avoid cycles.)</param>591 /// <returns>The saved <see cref="XmlNode"/>.</returns>592 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid,IStorable> persistedObjects) {593 XmlNode node = base.GetXmlNode(name, document, persistedObjects);594 node.AppendChild(PersistenceManager.Persist("Engine", Engine, document, persistedObjects));595 return node;596 }597 /// <summary>598 /// Loads the persisted instance from the specified <paramref name="node"/>.599 /// </summary>600 /// <remarks>The elements of the current instance must be saved in a special way, see601 /// <see cref="GetXmlNode"/>.</remarks>602 /// <param name="node">The <see cref="XmlNode"/> where the instance is saved.</param>603 /// <param name="restoredObjects">The dictionary of all already restored objects. (Needed to avoid cycles.)</param>604 public override void Populate(XmlNode node, IDictionary<Guid,IStorable> restoredObjects) {605 base.Populate(node, restoredObjects);606 myEngine = (IEngine)PersistenceManager.Restore(node.SelectSingleNode("Engine"), restoredObjects);607 SetReferences();608 }609 #endregion610 609 } 611 610 } -
trunk/sources/HeuristicLab.Selection.OffspringSelection/3.3/HeuristicLab.Selection.OffspringSelection-3.3.csproj
r1868 r1872 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ 205898D3-2717-4686-AF17-52409B7EC0C6}</ProjectGuid>7 <ProjectGuid>{81609E8A-9757-4865-8B89-0B6603F769E8}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.Selection.OffspringSelection</RootNamespace> 11 <AssemblyName>HeuristicLab.Selection.OffspringSelection-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.Selection.OffspringSelection-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.Selection.OffspringSelection-3. 2.XML</DocumentationFile>38 <DocumentationFile>bin\Release\HeuristicLab.Selection.OffspringSelection-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" /> … … 88 92 </ItemGroup> 89 93 <ItemGroup> 90 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">91 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>92 <Name>HeuristicLab.Core-3. 2</Name>94 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 95 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 96 <Name>HeuristicLab.Core-3.3</Name> 93 97 </ProjectReference> 94 <ProjectReference Include="..\..\HeuristicLab.Data\3. 2\HeuristicLab.Data-3.2.csproj">95 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>96 <Name>HeuristicLab.Data-3. 2</Name>98 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 99 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 100 <Name>HeuristicLab.Data-3.3</Name> 97 101 </ProjectReference> 98 102 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.Selection.OffspringSelection/3.3/HeuristicLabSelectionOffspringSelectionPlugin.cs
r1530 r1872 29 29 /// Plugin class for HeuristicLab.Selection.OffspringSelection plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.Selection.OffspringSelection-3. 2")]32 [PluginFile(Filename = "HeuristicLab.Selection.OffspringSelection-3. 2.dll", Filetype = PluginFileType.Assembly)]33 [Dependency(Dependency = "HeuristicLab.Core-3. 2")]34 [Dependency(Dependency = "HeuristicLab.Data-3. 2")]31 [ClassInfo(Name = "HeuristicLab.Selection.OffspringSelection-3.3")] 32 [PluginFile(Filename = "HeuristicLab.Selection.OffspringSelection-3.3.dll", Filetype = PluginFileType.Assembly)] 33 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 34 [Dependency(Dependency = "HeuristicLab.Data-3.3")] 35 35 public class HeuristicLabSelectionOffspringSelectionPlugin : PluginBase { 36 36 } -
trunk/sources/HeuristicLab.Selection.OffspringSelection/3.3/Properties/AssemblyInfo.frame
r581 r1872 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$")] -
trunk/sources/HeuristicLab.TestFunctions/3.3/HeuristicLab.TestFunctions-3.3.csproj
r1868 r1872 6 6 <ProductVersion>9.0.30729</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ 9A781B2F-A58D-4270-A28A-3B14BBC11F4A}</ProjectGuid>8 <ProjectGuid>{55E23C37-F4F8-4B20-89B3-1B8B59050CE2}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> 11 11 <RootNamespace>HeuristicLab.TestFunctions</RootNamespace> 12 <AssemblyName>HeuristicLab.TestFunctions-3. 2</AssemblyName>13 <TargetFrameworkVersion>v 2.0</TargetFrameworkVersion>12 <AssemblyName>HeuristicLab.TestFunctions-3.3</AssemblyName> 13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <SignAssembly>true</SignAssembly> … … 32 32 <ErrorReport>prompt</ErrorReport> 33 33 <WarningLevel>4</WarningLevel> 34 <DocumentationFile>bin\Release\HeuristicLab.TestFunctions-3. 2.XML</DocumentationFile>34 <DocumentationFile>bin\Release\HeuristicLab.TestFunctions-3.3.xml</DocumentationFile> 35 35 </PropertyGroup> 36 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 70 70 <ItemGroup> 71 71 <Reference Include="System" /> 72 <Reference Include="System.Core"> 73 <RequiredTargetFramework>3.5</RequiredTargetFramework> 74 </Reference> 72 75 <Reference Include="System.Data" /> 73 76 <Reference Include="System.Drawing" /> … … 104 107 </ItemGroup> 105 108 <ItemGroup> 106 <ProjectReference Include="..\..\HeuristicLab.Core\3. 2\HeuristicLab.Core-3.2.csproj">107 <Project>{ F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>108 <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> 109 112 </ProjectReference> 110 <ProjectReference Include="..\..\HeuristicLab.Data\3. 2\HeuristicLab.Data-3.2.csproj">111 <Project>{ F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>112 <Name>HeuristicLab.Data-3. 2</Name>113 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 114 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 115 <Name>HeuristicLab.Data-3.3</Name> 113 116 </ProjectReference> 114 <ProjectReference Include="..\..\HeuristicLab.Operators\3. 2\HeuristicLab.Operators-3.2.csproj">115 <Project>{ A9983BA2-B3B2-475E-8E2C-62050B71D1C5}</Project>116 <Name>HeuristicLab.Operators-3. 2</Name>117 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 118 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 119 <Name>HeuristicLab.Operators-3.3</Name> 117 120 </ProjectReference> 118 121 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.TestFunctions/3.3/HeuristicLabTestFunctionsPlugin.cs
r1530 r1872 29 29 /// Plugin class for HeuristicLab.TestFunctions plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.TestFunctions-3. 2")]32 [PluginFile(Filename = "HeuristicLab.TestFunctions-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.TestFunctions-3.3")] 32 [PluginFile(Filename = "HeuristicLab.TestFunctions-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 HeuristicLabTestFunctionsPlugin : PluginBase { 37 37 } -
trunk/sources/HeuristicLab.TestFunctions/3.3/Properties/AssemblyInfo.frame
r581 r1872 55 55 // by using the '*' as shown below: 56 56 // [assembly: AssemblyVersion("1.0.*")] 57 [assembly: AssemblyVersion("3. 2.0.$WCREV$")]58 [assembly: AssemblyFileVersion("3. 2.0.$WCREV$")]57 [assembly: AssemblyVersion("3.3.0.$WCREV$")] 58 [assembly: AssemblyFileVersion("3.3.0.$WCREV$")] 59 59 [assembly: AssemblyBuildDate("$WCNOW$")] -
trunk/sources/HeuristicLab.ThreadParallelEngine/3.3/HeuristicLab.ThreadParallelEngine-3.3.csproj
r1868 r1872 5 5 <ProductVersion>9.0.30729</ProductVersion> 6 6 <SchemaVersion>2.0</SchemaVersion> 7 <ProjectGuid>{ 6E757D0E-20F9-4E89-AF06-D7DA256870DB}</ProjectGuid>7 <ProjectGuid>{C2E99CCE-9FB0-456F-9BA0-57900E4AA799}</ProjectGuid> 8 8 <OutputType>Library</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>HeuristicLab.ThreadParallelEngine</RootNamespace> 11 <AssemblyName>HeuristicLab.ThreadParallelEngine-3. 2</AssemblyName>11 <AssemblyName>HeuristicLab.ThreadParallelEngine-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.ThreadParallelEngine-3. 2.XML</DocumentationFile>38 <DocumentationFile>bin\Release\HeuristicLab.ThreadParallelEngine-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.Drawing" /> … … 94 98 </ItemGroup> 95 99 <ItemGroup> 96 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj"> 97 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project> 98 <Name>HeuristicLab.Core-3.2</Name> 100 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 101 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 102 <Name>HeuristicLab.Core-3.3</Name> 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 105 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 106 <Name>HeuristicLab.Persistence-3.3</Name> 99 107 </ProjectReference> 100 108 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> -
trunk/sources/HeuristicLab.ThreadParallelEngine/3.3/HeuristicLabThreadParallelEnginePlugin.cs
r1530 r1872 29 29 /// Plugin class for HeuristicLab.ThreadParallelEngine plugin. 30 30 /// </summary> 31 [ClassInfo(Name = "HeuristicLab.ThreadParallelEngine-3. 2")]32 [PluginFile(Filename = "HeuristicLab.ThreadParallelEngine-3. 2.dll", Filetype = PluginFileType.Assembly)]33 [Dependency(Dependency = "HeuristicLab.Core-3. 2")]31 [ClassInfo(Name = "HeuristicLab.ThreadParallelEngine-3.3")] 32 [PluginFile(Filename = "HeuristicLab.ThreadParallelEngine-3.3.dll", Filetype = PluginFileType.Assembly)] 33 [Dependency(Dependency = "HeuristicLab.Core-3.3")] 34 34 public class HeuristicLabThreadParallelEnginePlugin : PluginBase { 35 35 } -
trunk/sources/HeuristicLab.ThreadParallelEngine/3.3/Properties/AssemblyInfo.frame
r581 r1872 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$")] -
trunk/sources/HeuristicLab.ThreadParallelEngine/3.3/ThreadParallelEngine.cs
r1530 r1872 26 26 using System.Threading; 27 27 using HeuristicLab.Core; 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 29 29 30 namespace HeuristicLab.ThreadParallelEngine { … … 44 45 private int operatorIndex; 45 46 47 [Storable] 46 48 private int myWorkers; 47 49 /// <summary> … … 211 213 WorkersChanged(this, new EventArgs()); 212 214 } 213 214 #region Persistence Methods215 /// <summary>216 /// Saves the current instance as <see cref="XmlNode"/> in the specified <paramref name="document"/>.217 /// </summary>218 /// <remarks>The number of workers is saved as <see cref="XmlAttribute"/> with attribute name219 /// <c>Workers</c>.</remarks>220 /// <param name="name">The (tag)name of the <see cref="XmlNode"/>.</param>221 /// <param name="document">The <see cref="XmlDocument"/> where the data is saved.</param>222 /// <param name="persistedObjects">The dictionary of all already persisted objects.223 /// (Needed to avoid cycles.)</param>224 /// <returns>The saved <see cref="XmlNode"/>.</returns>225 public override XmlNode GetXmlNode(string name, XmlDocument document, IDictionary<Guid, IStorable> persistedObjects) {226 XmlNode node = base.GetXmlNode(name, document, persistedObjects);227 XmlAttribute workersAttribute = document.CreateAttribute("Workers");228 workersAttribute.Value = Workers.ToString();229 node.Attributes.Append(workersAttribute);230 return node;231 }232 /// <summary>233 /// Loads the persisted engine from the specified <paramref name="node"/>.234 /// </summary>235 /// <remarks>The number of workers must be saved in a specific way, see <see cref="GetXmlNode"/>236 /// for further information.</remarks>237 /// <param name="node">The <see cref="XmlNode"/> where the instance is saved.</param>238 /// <param name="restoredObjects">The dictionary of all already restored objects.239 /// (Needed to avoid cycles.)</param>240 public override void Populate(XmlNode node, IDictionary<Guid, IStorable> restoredObjects) {241 base.Populate(node, restoredObjects);242 myWorkers = int.Parse(node.Attributes["Workers"].Value);243 }244 #endregion245 215 } 246 216 } -
trunk/sources/HeuristicLab.sln
r1858 r1872 204 204 EndProject 205 205 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Modeling-3.2", "HeuristicLab.Modeling\3.2\HeuristicLab.Modeling-3.2.csproj", "{80F7FADA-549D-4151-8856-79B620A50DBA}" 206 EndProject 207 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Charting.Data-3.3", "HeuristicLab.Charting.Data\3.3\HeuristicLab.Charting.Data-3.3.csproj", "{EE956A95-6344-4B01-876F-BE95C5E2F92B}" 208 EndProject 209 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Logging-3.3", "HeuristicLab.Logging\3.3\HeuristicLab.Logging-3.3.csproj", "{72908B54-D136-4BF2-8474-25AA6CB66C92}" 210 EndProject 211 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Operators.Programmable-3.3", "HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj", "{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}" 212 EndProject 213 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Selection.OffspringSelection-3.3", "HeuristicLab.Selection.OffspringSelection\3.3\HeuristicLab.Selection.OffspringSelection-3.3.csproj", "{81609E8A-9757-4865-8B89-0B6603F769E8}" 214 EndProject 215 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SGA-3.3", "HeuristicLab.SGA\3.3\HeuristicLab.SGA-3.3.csproj", "{4C3305C4-E440-4EAD-B218-68D77AE51543}" 216 EndProject 217 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.TestFunctions-3.3", "HeuristicLab.TestFunctions\3.3\HeuristicLab.TestFunctions-3.3.csproj", "{55E23C37-F4F8-4B20-89B3-1B8B59050CE2}" 218 EndProject 219 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.ThreadParallelEngine-3.3", "HeuristicLab.ThreadParallelEngine\3.3\HeuristicLab.ThreadParallelEngine-3.3.csproj", "{C2E99CCE-9FB0-456F-9BA0-57900E4AA799}" 220 EndProject 221 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.OptimizationFrontend-3.3", "HeuristicLab.OptimizationFrontend\3.3\HeuristicLab.OptimizationFrontend-3.3.csproj", "{BEE2B944-7F12-42CC-95A0-6EFB837FDA00}" 206 222 EndProject 207 223 Global … … 3490 3506 {80F7FADA-549D-4151-8856-79B620A50DBA}.Visualization Debug|x64.ActiveCfg = Debug|Any CPU 3491 3507 {80F7FADA-549D-4151-8856-79B620A50DBA}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU 3508 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3509 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3510 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3511 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.CEDMA Debug|x64.Build.0 = Debug|x64 3512 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3513 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.CEDMA Debug|x86.Build.0 = Debug|x86 3514 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3515 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|Any CPU.Build.0 = Debug|Any CPU 3516 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|x64.ActiveCfg = Debug|x64 3517 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|x64.Build.0 = Debug|x64 3518 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|x86.ActiveCfg = Debug|x86 3519 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Debug|x86.Build.0 = Debug|x86 3520 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3521 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3522 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.GP Debug|x64.ActiveCfg = Debug|x64 3523 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.GP Debug|x64.Build.0 = Debug|x64 3524 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.GP Debug|x86.ActiveCfg = Debug|x86 3525 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.GP Debug|x86.Build.0 = Debug|x86 3526 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Release|Any CPU.ActiveCfg = Release|Any CPU 3527 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Release|Any CPU.Build.0 = Release|Any CPU 3528 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Release|x64.ActiveCfg = Release|x64 3529 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Release|x64.Build.0 = Release|x64 3530 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Release|x86.ActiveCfg = Release|x86 3531 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Release|x86.Build.0 = Release|x86 3532 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3533 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3534 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3535 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.v3.2 Debug|x64.Build.0 = Debug|x64 3536 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3537 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.v3.2 Debug|x86.Build.0 = Debug|x86 3538 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3539 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3540 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Visualization Debug|x64.ActiveCfg = Debug|x64 3541 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Visualization Debug|x64.Build.0 = Debug|x64 3542 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Visualization Debug|x86.ActiveCfg = Debug|x86 3543 {EE956A95-6344-4B01-876F-BE95C5E2F92B}.Visualization Debug|x86.Build.0 = Debug|x86 3544 {72908B54-D136-4BF2-8474-25AA6CB66C92}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3545 {72908B54-D136-4BF2-8474-25AA6CB66C92}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3546 {72908B54-D136-4BF2-8474-25AA6CB66C92}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3547 {72908B54-D136-4BF2-8474-25AA6CB66C92}.CEDMA Debug|x64.Build.0 = Debug|x64 3548 {72908B54-D136-4BF2-8474-25AA6CB66C92}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3549 {72908B54-D136-4BF2-8474-25AA6CB66C92}.CEDMA Debug|x86.Build.0 = Debug|x86 3550 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3551 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Debug|Any CPU.Build.0 = Debug|Any CPU 3552 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Debug|x64.ActiveCfg = Debug|x64 3553 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Debug|x64.Build.0 = Debug|x64 3554 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Debug|x86.ActiveCfg = Debug|x86 3555 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Debug|x86.Build.0 = Debug|x86 3556 {72908B54-D136-4BF2-8474-25AA6CB66C92}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3557 {72908B54-D136-4BF2-8474-25AA6CB66C92}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3558 {72908B54-D136-4BF2-8474-25AA6CB66C92}.GP Debug|x64.ActiveCfg = Debug|x64 3559 {72908B54-D136-4BF2-8474-25AA6CB66C92}.GP Debug|x64.Build.0 = Debug|x64 3560 {72908B54-D136-4BF2-8474-25AA6CB66C92}.GP Debug|x86.ActiveCfg = Debug|x86 3561 {72908B54-D136-4BF2-8474-25AA6CB66C92}.GP Debug|x86.Build.0 = Debug|x86 3562 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Release|Any CPU.ActiveCfg = Release|Any CPU 3563 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Release|Any CPU.Build.0 = Release|Any CPU 3564 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Release|x64.ActiveCfg = Release|x64 3565 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Release|x64.Build.0 = Release|x64 3566 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Release|x86.ActiveCfg = Release|x86 3567 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Release|x86.Build.0 = Release|x86 3568 {72908B54-D136-4BF2-8474-25AA6CB66C92}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3569 {72908B54-D136-4BF2-8474-25AA6CB66C92}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3570 {72908B54-D136-4BF2-8474-25AA6CB66C92}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3571 {72908B54-D136-4BF2-8474-25AA6CB66C92}.v3.2 Debug|x64.Build.0 = Debug|x64 3572 {72908B54-D136-4BF2-8474-25AA6CB66C92}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3573 {72908B54-D136-4BF2-8474-25AA6CB66C92}.v3.2 Debug|x86.Build.0 = Debug|x86 3574 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3575 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3576 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Visualization Debug|x64.ActiveCfg = Debug|x64 3577 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Visualization Debug|x64.Build.0 = Debug|x64 3578 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Visualization Debug|x86.ActiveCfg = Debug|x86 3579 {72908B54-D136-4BF2-8474-25AA6CB66C92}.Visualization Debug|x86.Build.0 = Debug|x86 3580 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3581 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3582 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3583 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.CEDMA Debug|x64.Build.0 = Debug|x64 3584 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3585 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.CEDMA Debug|x86.Build.0 = Debug|x86 3586 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3587 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Debug|Any CPU.Build.0 = Debug|Any CPU 3588 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Debug|x64.ActiveCfg = Debug|x64 3589 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Debug|x64.Build.0 = Debug|x64 3590 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Debug|x86.ActiveCfg = Debug|x86 3591 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Debug|x86.Build.0 = Debug|x86 3592 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3593 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3594 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.GP Debug|x64.ActiveCfg = Debug|x64 3595 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.GP Debug|x64.Build.0 = Debug|x64 3596 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.GP Debug|x86.ActiveCfg = Debug|x86 3597 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.GP Debug|x86.Build.0 = Debug|x86 3598 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Release|Any CPU.ActiveCfg = Release|Any CPU 3599 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Release|Any CPU.Build.0 = Release|Any CPU 3600 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Release|x64.ActiveCfg = Release|x64 3601 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Release|x64.Build.0 = Release|x64 3602 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Release|x86.ActiveCfg = Release|x86 3603 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Release|x86.Build.0 = Release|x86 3604 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3605 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3606 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3607 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.v3.2 Debug|x64.Build.0 = Debug|x64 3608 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3609 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.v3.2 Debug|x86.Build.0 = Debug|x86 3610 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3611 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3612 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Visualization Debug|x64.ActiveCfg = Debug|x64 3613 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Visualization Debug|x64.Build.0 = Debug|x64 3614 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Visualization Debug|x86.ActiveCfg = Debug|x86 3615 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}.Visualization Debug|x86.Build.0 = Debug|x86 3616 {81609E8A-9757-4865-8B89-0B6603F769E8}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3617 {81609E8A-9757-4865-8B89-0B6603F769E8}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3618 {81609E8A-9757-4865-8B89-0B6603F769E8}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3619 {81609E8A-9757-4865-8B89-0B6603F769E8}.CEDMA Debug|x64.Build.0 = Debug|x64 3620 {81609E8A-9757-4865-8B89-0B6603F769E8}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3621 {81609E8A-9757-4865-8B89-0B6603F769E8}.CEDMA Debug|x86.Build.0 = Debug|x86 3622 {81609E8A-9757-4865-8B89-0B6603F769E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3623 {81609E8A-9757-4865-8B89-0B6603F769E8}.Debug|Any CPU.Build.0 = Debug|Any CPU 3624 {81609E8A-9757-4865-8B89-0B6603F769E8}.Debug|x64.ActiveCfg = Debug|x64 3625 {81609E8A-9757-4865-8B89-0B6603F769E8}.Debug|x64.Build.0 = Debug|x64 3626 {81609E8A-9757-4865-8B89-0B6603F769E8}.Debug|x86.ActiveCfg = Debug|x86 3627 {81609E8A-9757-4865-8B89-0B6603F769E8}.Debug|x86.Build.0 = Debug|x86 3628 {81609E8A-9757-4865-8B89-0B6603F769E8}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3629 {81609E8A-9757-4865-8B89-0B6603F769E8}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3630 {81609E8A-9757-4865-8B89-0B6603F769E8}.GP Debug|x64.ActiveCfg = Debug|x64 3631 {81609E8A-9757-4865-8B89-0B6603F769E8}.GP Debug|x64.Build.0 = Debug|x64 3632 {81609E8A-9757-4865-8B89-0B6603F769E8}.GP Debug|x86.ActiveCfg = Debug|x86 3633 {81609E8A-9757-4865-8B89-0B6603F769E8}.GP Debug|x86.Build.0 = Debug|x86 3634 {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|Any CPU.ActiveCfg = Release|Any CPU 3635 {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|Any CPU.Build.0 = Release|Any CPU 3636 {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|x64.ActiveCfg = Release|x64 3637 {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|x64.Build.0 = Release|x64 3638 {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|x86.ActiveCfg = Release|x86 3639 {81609E8A-9757-4865-8B89-0B6603F769E8}.Release|x86.Build.0 = Release|x86 3640 {81609E8A-9757-4865-8B89-0B6603F769E8}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3641 {81609E8A-9757-4865-8B89-0B6603F769E8}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3642 {81609E8A-9757-4865-8B89-0B6603F769E8}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3643 {81609E8A-9757-4865-8B89-0B6603F769E8}.v3.2 Debug|x64.Build.0 = Debug|x64 3644 {81609E8A-9757-4865-8B89-0B6603F769E8}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3645 {81609E8A-9757-4865-8B89-0B6603F769E8}.v3.2 Debug|x86.Build.0 = Debug|x86 3646 {81609E8A-9757-4865-8B89-0B6603F769E8}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3647 {81609E8A-9757-4865-8B89-0B6603F769E8}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3648 {81609E8A-9757-4865-8B89-0B6603F769E8}.Visualization Debug|x64.ActiveCfg = Debug|x64 3649 {81609E8A-9757-4865-8B89-0B6603F769E8}.Visualization Debug|x64.Build.0 = Debug|x64 3650 {81609E8A-9757-4865-8B89-0B6603F769E8}.Visualization Debug|x86.ActiveCfg = Debug|x86 3651 {81609E8A-9757-4865-8B89-0B6603F769E8}.Visualization Debug|x86.Build.0 = Debug|x86 3652 {4C3305C4-E440-4EAD-B218-68D77AE51543}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3653 {4C3305C4-E440-4EAD-B218-68D77AE51543}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3654 {4C3305C4-E440-4EAD-B218-68D77AE51543}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3655 {4C3305C4-E440-4EAD-B218-68D77AE51543}.CEDMA Debug|x64.Build.0 = Debug|x64 3656 {4C3305C4-E440-4EAD-B218-68D77AE51543}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3657 {4C3305C4-E440-4EAD-B218-68D77AE51543}.CEDMA Debug|x86.Build.0 = Debug|x86 3658 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3659 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|Any CPU.Build.0 = Debug|Any CPU 3660 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x64.ActiveCfg = Debug|x64 3661 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x64.Build.0 = Debug|x64 3662 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x86.ActiveCfg = Debug|x86 3663 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Debug|x86.Build.0 = Debug|x86 3664 {4C3305C4-E440-4EAD-B218-68D77AE51543}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3665 {4C3305C4-E440-4EAD-B218-68D77AE51543}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3666 {4C3305C4-E440-4EAD-B218-68D77AE51543}.GP Debug|x64.ActiveCfg = Debug|x64 3667 {4C3305C4-E440-4EAD-B218-68D77AE51543}.GP Debug|x64.Build.0 = Debug|x64 3668 {4C3305C4-E440-4EAD-B218-68D77AE51543}.GP Debug|x86.ActiveCfg = Debug|x86 3669 {4C3305C4-E440-4EAD-B218-68D77AE51543}.GP Debug|x86.Build.0 = Debug|x86 3670 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|Any CPU.ActiveCfg = Release|Any CPU 3671 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|Any CPU.Build.0 = Release|Any CPU 3672 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x64.ActiveCfg = Release|x64 3673 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x64.Build.0 = Release|x64 3674 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x86.ActiveCfg = Release|x86 3675 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Release|x86.Build.0 = Release|x86 3676 {4C3305C4-E440-4EAD-B218-68D77AE51543}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3677 {4C3305C4-E440-4EAD-B218-68D77AE51543}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3678 {4C3305C4-E440-4EAD-B218-68D77AE51543}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3679 {4C3305C4-E440-4EAD-B218-68D77AE51543}.v3.2 Debug|x64.Build.0 = Debug|x64 3680 {4C3305C4-E440-4EAD-B218-68D77AE51543}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3681 {4C3305C4-E440-4EAD-B218-68D77AE51543}.v3.2 Debug|x86.Build.0 = Debug|x86 3682 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3683 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3684 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Visualization Debug|x64.ActiveCfg = Debug|x64 3685 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Visualization Debug|x64.Build.0 = Debug|x64 3686 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Visualization Debug|x86.ActiveCfg = Debug|x86 3687 {4C3305C4-E440-4EAD-B218-68D77AE51543}.Visualization Debug|x86.Build.0 = Debug|x86 3688 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3689 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3690 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3691 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.CEDMA Debug|x64.Build.0 = Debug|x64 3692 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3693 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.CEDMA Debug|x86.Build.0 = Debug|x86 3694 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3695 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU 3696 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|x64.ActiveCfg = Debug|x64 3697 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|x64.Build.0 = Debug|x64 3698 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|x86.ActiveCfg = Debug|x86 3699 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Debug|x86.Build.0 = Debug|x86 3700 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3701 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3702 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.GP Debug|x64.ActiveCfg = Debug|x64 3703 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.GP Debug|x64.Build.0 = Debug|x64 3704 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.GP Debug|x86.ActiveCfg = Debug|x86 3705 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.GP Debug|x86.Build.0 = Debug|x86 3706 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU 3707 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Release|Any CPU.Build.0 = Release|Any CPU 3708 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Release|x64.ActiveCfg = Release|x64 3709 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Release|x64.Build.0 = Release|x64 3710 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Release|x86.ActiveCfg = Release|x86 3711 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Release|x86.Build.0 = Release|x86 3712 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3713 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3714 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3715 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.v3.2 Debug|x64.Build.0 = Debug|x64 3716 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3717 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.v3.2 Debug|x86.Build.0 = Debug|x86 3718 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3719 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3720 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Visualization Debug|x64.ActiveCfg = Debug|x64 3721 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Visualization Debug|x64.Build.0 = Debug|x64 3722 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Visualization Debug|x86.ActiveCfg = Debug|x86 3723 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2}.Visualization Debug|x86.Build.0 = Debug|x86 3724 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3725 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3726 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3727 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.CEDMA Debug|x64.Build.0 = Debug|x64 3728 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3729 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.CEDMA Debug|x86.Build.0 = Debug|x86 3730 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3731 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Debug|Any CPU.Build.0 = Debug|Any CPU 3732 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Debug|x64.ActiveCfg = Debug|x64 3733 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Debug|x64.Build.0 = Debug|x64 3734 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Debug|x86.ActiveCfg = Debug|x86 3735 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Debug|x86.Build.0 = Debug|x86 3736 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3737 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3738 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.GP Debug|x64.ActiveCfg = Debug|x64 3739 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.GP Debug|x64.Build.0 = Debug|x64 3740 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.GP Debug|x86.ActiveCfg = Debug|x86 3741 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.GP Debug|x86.Build.0 = Debug|x86 3742 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Release|Any CPU.ActiveCfg = Release|Any CPU 3743 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Release|Any CPU.Build.0 = Release|Any CPU 3744 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Release|x64.ActiveCfg = Release|x64 3745 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Release|x64.Build.0 = Release|x64 3746 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Release|x86.ActiveCfg = Release|x86 3747 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Release|x86.Build.0 = Release|x86 3748 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3749 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3750 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3751 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.v3.2 Debug|x64.Build.0 = Debug|x64 3752 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3753 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.v3.2 Debug|x86.Build.0 = Debug|x86 3754 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3755 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3756 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Visualization Debug|x64.ActiveCfg = Debug|x64 3757 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Visualization Debug|x64.Build.0 = Debug|x64 3758 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Visualization Debug|x86.ActiveCfg = Debug|x86 3759 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799}.Visualization Debug|x86.Build.0 = Debug|x86 3760 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3761 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3762 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.CEDMA Debug|x64.ActiveCfg = Debug|x64 3763 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.CEDMA Debug|x64.Build.0 = Debug|x64 3764 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.CEDMA Debug|x86.ActiveCfg = Debug|x86 3765 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.CEDMA Debug|x86.Build.0 = Debug|x86 3766 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3767 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Debug|Any CPU.Build.0 = Debug|Any CPU 3768 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Debug|x64.ActiveCfg = Debug|x64 3769 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Debug|x64.Build.0 = Debug|x64 3770 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Debug|x86.ActiveCfg = Debug|x86 3771 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Debug|x86.Build.0 = Debug|x86 3772 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.GP Debug|Any CPU.ActiveCfg = Debug|Any CPU 3773 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.GP Debug|Any CPU.Build.0 = Debug|Any CPU 3774 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.GP Debug|x64.ActiveCfg = Debug|x64 3775 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.GP Debug|x64.Build.0 = Debug|x64 3776 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.GP Debug|x86.ActiveCfg = Debug|x86 3777 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.GP Debug|x86.Build.0 = Debug|x86 3778 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Release|Any CPU.ActiveCfg = Release|Any CPU 3779 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Release|Any CPU.Build.0 = Release|Any CPU 3780 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Release|x64.ActiveCfg = Release|x64 3781 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Release|x64.Build.0 = Release|x64 3782 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Release|x86.ActiveCfg = Release|x86 3783 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Release|x86.Build.0 = Release|x86 3784 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3785 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3786 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.v3.2 Debug|x64.ActiveCfg = Debug|x64 3787 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.v3.2 Debug|x64.Build.0 = Debug|x64 3788 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.v3.2 Debug|x86.ActiveCfg = Debug|x86 3789 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.v3.2 Debug|x86.Build.0 = Debug|x86 3790 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3791 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3792 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Visualization Debug|x64.ActiveCfg = Debug|x64 3793 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Visualization Debug|x64.Build.0 = Debug|x64 3794 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Visualization Debug|x86.ActiveCfg = Debug|x86 3795 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00}.Visualization Debug|x86.Build.0 = Debug|x86 3492 3796 EndGlobalSection 3493 3797 GlobalSection(SolutionProperties) = preSolution … … 3586 3890 {600287A3-8714-453E-B875-A05F3EB72315} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3587 3891 {102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3892 {EE956A95-6344-4B01-876F-BE95C5E2F92B} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3893 {72908B54-D136-4BF2-8474-25AA6CB66C92} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3894 {6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3895 {81609E8A-9757-4865-8B89-0B6603F769E8} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3896 {4C3305C4-E440-4EAD-B218-68D77AE51543} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3897 {55E23C37-F4F8-4B20-89B3-1B8B59050CE2} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3898 {C2E99CCE-9FB0-456F-9BA0-57900E4AA799} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3899 {BEE2B944-7F12-42CC-95A0-6EFB837FDA00} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3588 3900 EndGlobalSection 3589 3901 EndGlobal -
trunk/sources/HeuristicLab/CopyAssemblies.cmd
r1855 r1872 23 23 copy "%SolutionDir%\HeuristicLab.Charting\3.3\%Outdir%\HeuristicLab.Charting-3.3.dll" .\plugins 24 24 copy "%SolutionDir%\HeuristicLab.Charting.Data\3.2\%Outdir%\HeuristicLab.Charting.Data-3.2.dll" .\plugins 25 copy "%SolutionDir%\HeuristicLab.Charting.Data\3.3\%Outdir%\HeuristicLab.Charting.Data-3.3.dll" .\plugins 25 26 copy "%SolutionDir%\HeuristicLab.Communication.Data\3.2\%Outdir%\HeuristicLab.Communication.Data-3.2.dll" .\plugins 26 27 copy "%SolutionDir%\HeuristicLab.Communication.Operators\3.2\%Outdir%\HeuristicLab.Communication.Operators-3.2.dll" .\plugins … … 63 64 copy "%SolutionDir%\HeuristicLab.IntVector\3.2\%Outdir%\HeuristicLab.IntVector-3.2.dll" .\plugins 64 65 copy "%SolutionDir%\HeuristicLab.Logging\3.2\%Outdir%\HeuristicLab.Logging-3.2.dll" .\plugins 66 copy "%SolutionDir%\HeuristicLab.Logging\3.3\%Outdir%\HeuristicLab.Logging-3.3.dll" .\plugins 65 67 copy "%SolutionDir%\HeuristicLab.Modeling\3.2\%Outdir%\HeuristicLab.Modeling-3.2.dll" .\plugins 66 68 copy "%SolutionDir%\HeuristicLab.Operators\3.2\%Outdir%\HeuristicLab.Operators-3.2.dll" .\plugins … … 68 70 copy "%SolutionDir%\HeuristicLab.Operators.Metaprogramming\3.2\%Outdir%\HeuristicLab.Operators.Metaprogramming-3.2.dll" .\plugins 69 71 copy "%SolutionDir%\HeuristicLab.Operators.Programmable\3.2\%Outdir%\HeuristicLab.Operators.Programmable-3.2.dll" .\plugins 72 copy "%SolutionDir%\HeuristicLab.Operators.Programmable\3.3\%Outdir%\HeuristicLab.Operators.Programmable-3.3.dll" .\plugins 70 73 copy "%SolutionDir%\HeuristicLab.Operators.Stopwatch\3.2\%Outdir%\HeuristicLab.Operators.Stopwatch-3.2.dll" .\plugins 71 74 copy "%SolutionDir%\HeuristicLab.OptimizationFrontend\3.2\%Outdir%\HeuristicLab.OptimizationFrontend-3.2.dll" .\plugins 75 copy "%SolutionDir%\HeuristicLab.OptimizationFrontend\3.3\%Outdir%\HeuristicLab.OptimizationFrontend-3.3.dll" .\plugins 72 76 copy "%SolutionDir%\HeuristicLab.Permutation\3.2\%Outdir%\HeuristicLab.Permutation-3.2.dll" .\plugins 73 77 copy "%SolutionDir%\HeuristicLab.Permutation\3.3\%Outdir%\HeuristicLab.Permutation-3.3.dll" .\plugins … … 84 88 copy "%SolutionDir%\HeuristicLab.Selection\3.3\%Outdir%\HeuristicLab.Selection-3.3.dll" .\plugins 85 89 copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\3.2\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.2.dll" .\plugins 90 copy "%SolutionDir%\HeuristicLab.Selection.OffspringSelection\3.3\%Outdir%\HeuristicLab.Selection.OffspringSelection-3.3.dll" .\plugins 86 91 copy "%SolutionDir%\HeuristicLab.Selection.Uncertainty\3.2\%Outdir%\HeuristicLab.Selection.Uncertainty-3.2.dll" .\plugins 87 92 copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.2\%Outdir%\HeuristicLab.SequentialEngine-3.2.dll" .\plugins 88 93 copy "%SolutionDir%\HeuristicLab.SequentialEngine\3.3\%Outdir%\HeuristicLab.SequentialEngine-3.3.dll" .\plugins 89 94 copy "%SolutionDir%\HeuristicLab.SGA\3.2\%Outdir%\HeuristicLab.SGA-3.2.dll" .\plugins 95 copy "%SolutionDir%\HeuristicLab.SGA\3.3\%Outdir%\HeuristicLab.SGA-3.3.dll" .\plugins 90 96 copy "%SolutionDir%\HeuristicLab.FixedOperators\3.2\%Outdir%\HeuristicLab.FixedOperators-3.2.dll" .\plugins 91 97 copy "%SolutionDir%\HeuristicLab.SimOpt\3.2\%Outdir%\HeuristicLab.SimOpt-3.2.dll" .\plugins … … 97 103 copy "%SolutionDir%\LibSVM\%Outdir%\LibSVM.dll" .\plugins 98 104 copy "%SolutionDir%\HeuristicLab.TestFunctions\3.2\%Outdir%\HeuristicLab.TestFunctions-3.2.dll" .\plugins 105 copy "%SolutionDir%\HeuristicLab.TestFunctions\3.3\%Outdir%\HeuristicLab.TestFunctions-3.3.dll" .\plugins 99 106 copy "%SolutionDir%\HeuristicLab.ThreadParallelEngine\3.2\%Outdir%\HeuristicLab.ThreadParallelEngine-3.2.dll" .\plugins 107 copy "%SolutionDir%\HeuristicLab.ThreadParallelEngine\3.3\%Outdir%\HeuristicLab.ThreadParallelEngine-3.3.dll" .\plugins 100 108 copy "%SolutionDir%\HeuristicLab.Tracing\3.2\%Outdir%\HeuristicLab.Tracing-3.2.dll" .\plugins 101 109 copy "%SolutionDir%\HeuristicLab.Tracing\3.2\%Outdir%\log4net.dll" .\plugins
Note: See TracChangeset
for help on using the changeset viewer.