Changeset 4820
- Timestamp:
- 11/16/10 17:06:45 (14 years ago)
- Location:
- branches/SmalltalkExport
- Files:
-
- 10 added
- 1 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj
r4804 r4820 208 208 </PropertyGroup> 209 209 <PropertyGroup> 210 <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 211 set ProjectDir=$(ProjectDir) 212 set SolutionDir=$(SolutionDir) 213 set Outdir=$(Outdir) 214 set Platform=$(PlatformName) 215 216 call UpdateLocalInstallation.cmd 217 </PostBuildEvent> 210 <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent> 218 211 </PropertyGroup> 219 212 </Project> -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs
r4803 r4820 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.1. 0")]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.1.4804")] 29 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/Properties/AssemblyInfo.cs
r4803 r4820 45 45 46 46 [assembly: AssemblyVersion("3.3.0.0")] 47 [assembly: AssemblyFileVersion("3.3.1. 0")]47 [assembly: AssemblyFileVersion("3.3.1.4804")] -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj
r4804 r4820 160 160 <Compile Include="Compiler\Instruction.cs" /> 161 161 <Compile Include="Compiler\SymbolicExpressionTreeCompiler.cs" /> 162 <Compile Include="Interfaces\ISymbolicExpressionTreeStringFormatter.cs" /> 162 163 <Compile Include="Creators\SymbolicExpressionTreeCreator.cs" /> 163 164 <Compile Include="Crossovers\CrossoverPoint.cs" /> … … 227 228 </BootstrapperPackage> 228 229 </ItemGroup> 229 <ItemGroup>230 <WCFMetadata Include="Service References\" />231 </ItemGroup>232 230 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 233 231 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs
r4803 r4820 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.1. 0")]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.1.4804")] 29 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")] -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Properties/AssemblyInfo.cs
r4803 r4820 45 45 46 46 [assembly: AssemblyVersion("3.3.0.0")] 47 [assembly: AssemblyFileVersion("3.3.1. 0")]47 [assembly: AssemblyFileVersion("3.3.1.4804")] -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/SymbolicExpressionTreeStringFormatter.cs
r4803 r4820 21 21 22 22 using System.Text; 23 using HeuristicLab.Core; 24 using HeuristicLab.Common; 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 23 26 24 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 25 26 public class SymbolicExpressionTreeStringFormatter { 27 28 29 [Item("SymbolicExpressionTreeStringFormatter", "The default string formatter for symbolic expression trees.")] 30 [StorableClass] 31 public class SymbolicExpressionTreeStringFormatter : NamedItem, ISymbolicExpressionTreeStringFormatter { 32 28 33 public bool Indent { get; set; } 29 34 35 [StorableConstructor] 36 protected SymbolicExpressionTreeStringFormatter(bool deserializing) : base(deserializing) { } 37 protected SymbolicExpressionTreeStringFormatter(SymbolicExpressionTreeStringFormatter original, Cloner cloner) : base(original, cloner) { } 30 38 public SymbolicExpressionTreeStringFormatter() 31 39 : base() { … … 59 67 return strBuilder.ToString(); 60 68 } 69 70 public override IDeepCloneable Clone(Cloner cloner) { 71 return new SymbolicExpressionTreeStringFormatter(this, cloner); 72 } 73 61 74 } 75 62 76 } -
branches/SmalltalkExport/SmalltalkExport.sln
r4803 r4820 5 5 EndProject 6 6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3", "HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.3.csproj", "{6F42C5F8-16CD-43EE-8208-FD4573A69D85}" 7 EndProject 8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters.csproj", "{FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}" 7 9 EndProject 8 10 Global … … 40 42 {6F42C5F8-16CD-43EE-8208-FD4573A69D85}.Release|x86.ActiveCfg = Release|x86 41 43 {6F42C5F8-16CD-43EE-8208-FD4573A69D85}.Release|x86.Build.0 = Release|x86 44 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 45 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Debug|Any CPU.Build.0 = Debug|Any CPU 46 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Debug|x64.ActiveCfg = Debug|Any CPU 47 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Debug|x86.ActiveCfg = Debug|Any CPU 48 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Release|Any CPU.ActiveCfg = Release|Any CPU 49 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Release|Any CPU.Build.0 = Release|Any CPU 50 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Release|x64.ActiveCfg = Release|Any CPU 51 {FF6261F7-B9F4-46A7-A5F7-E0FEC6D555BA}.Release|x86.ActiveCfg = Release|Any CPU 42 52 EndGlobalSection 43 53 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.