Changeset 4821
- Timestamp:
- 11/16/10 18:18:23 (14 years ago)
- Location:
- branches/SmalltalkExport
- Files:
-
- 3 added
- 1 deleted
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters.csproj
r4820 r4821 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.Common-3.3"> 41 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 42 </Reference> 43 <Reference Include="HeuristicLab.Core-3.3"> 44 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 45 </Reference> 46 <Reference Include="HeuristicLab.Core.Views-3.3"> 47 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 48 </Reference> 49 <Reference Include="HeuristicLab.MainForm-3.3"> 50 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 51 </Reference> 52 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 53 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 54 </Reference> 55 <Reference Include="HeuristicLab.Persistence-3.3"> 56 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 57 </Reference> 40 58 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 41 59 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 42 60 </Reference> 61 <Reference Include="Microsoft.Build.Conversion.v3.5" /> 43 62 <Reference Include="System" /> 44 63 <Reference Include="System.Core" /> 64 <Reference Include="System.Drawing" /> 65 <Reference Include="System.Windows.Forms" /> 45 66 <Reference Include="System.Xml.Linq" /> 46 67 <Reference Include="System.Data.DataSetExtensions" /> … … 56 77 <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs" /> 57 78 <Compile Include="Properties\AssemblyInfo.cs" /> 79 <Compile Include="SymbolicExpressionTreeSmalltalkStringFormatter.cs" /> 80 <Compile Include="SymbolicExpressionSmalltalkView.cs"> 81 <SubType>UserControl</SubType> 82 </Compile> 83 <Compile Include="SymbolicExpressionSmalltalkView.Designer.cs"> 84 <DependentUpon>SymbolicExpressionSmalltalkView.cs</DependentUpon> 85 </Compile> 86 </ItemGroup> 87 <ItemGroup> 88 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj"> 89 <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project> 90 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name> 91 </ProjectReference> 58 92 </ItemGroup> 59 93 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs
r4820 r4821 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1. 0")]29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding -3.3.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.4820")] 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3.1.0")] … … 38 38 [PluginDependency("HeuristicLab.Parameters", "3.3.1.0")] 39 39 [PluginDependency("HeuristicLab.Persistence", "3.3.1.0")] 40 public class HeuristicLabEncodingsSymbolicExpressionTreeEncoding Plugin : PluginBase {40 public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin : PluginBase { 41 41 } 42 42 } -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs.frame
r4820 r4821 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters { 28 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters", "3.3.1.$WCREV$")] 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding -3.3.dll", PluginFileType.Assembly)]29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3.1.0")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3.1.0")] … … 38 38 [PluginDependency("HeuristicLab.Parameters", "3.3.1.0")] 39 39 [PluginDependency("HeuristicLab.Persistence", "3.3.1.0")] 40 public class HeuristicLabEncodingsSymbolicExpressionTreeEncoding Plugin : PluginBase {40 public class HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin : PluginBase { 41 41 } 42 42 } -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/Properties/AssemblyInfo.cs
r4820 r4821 45 45 46 46 [assembly: AssemblyVersion("3.3.0.0")] 47 [assembly: AssemblyFileVersion("3.3.1. 0")]47 [assembly: AssemblyFileVersion("3.3.1.4820")] -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingViewsPlugin.cs
r4820 r4821 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.1.48 04")]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.3.1.4820")] 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
r4820 r4821 45 45 46 46 [assembly: AssemblyVersion("3.3.0.0")] 47 [assembly: AssemblyFileVersion("3.3.1.48 04")]47 [assembly: AssemblyFileVersion("3.3.1.4820")] -
branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs
r4820 r4821 26 26 27 27 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.1.48 04")]28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.1.4820")] 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
r4820 r4821 45 45 46 46 [assembly: AssemblyVersion("3.3.0.0")] 47 [assembly: AssemblyFileVersion("3.3.1.48 04")]47 [assembly: AssemblyFileVersion("3.3.1.4820")]
Note: See TracChangeset
for help on using the changeset viewer.