- Timestamp:
- 03/31/10 15:14:02 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj ¶
r3239 r3242 95 95 <Compile Include="SymbolicExpressionTreeCrossover.cs" /> 96 96 <Compile Include="SymbolicExpressionTreeNode.cs" /> 97 <Compile Include="Views\SymbolicExpressionTreeView.cs">98 <SubType>UserControl</SubType>99 </Compile>100 <Compile Include="Views\SymbolicExpressionTreeView.Designer.cs">101 <DependentUpon>SymbolicExpressionTreeView.cs</DependentUpon>102 </Compile>103 97 </ItemGroup> 104 98 <ItemGroup> … … 112 106 <Name>HeuristicLab.Collections-3.3</Name> 113 107 </ProjectReference> 114 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">115 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>116 <Name>HeuristicLab.Core.Views-3.3</Name>117 </ProjectReference>118 108 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 119 109 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> … … 123 113 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 124 114 <Name>HeuristicLab.Data-3.3</Name> 125 </ProjectReference>126 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">127 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>128 <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>129 </ProjectReference>130 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">131 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>132 <Name>HeuristicLab.MainForm-3.2</Name>133 115 </ProjectReference> 134 116 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> … … 158 140 </ItemGroup> 159 141 <ItemGroup> 160 <EmbeddedResource Include="Views\SymbolicExpressionTreeView.resx">161 <DependentUpon>SymbolicExpressionTreeView.cs</DependentUpon>162 </EmbeddedResource>163 </ItemGroup>164 <ItemGroup>165 142 <Folder Include="Manipulators\" /> 166 143 </ItemGroup> -
TabularUnified trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs.frame ¶
r3223 r3242 28 28 [Plugin("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Collections", "3.3.0.0")] 30 31 [PluginDependency("HeuristicLab.Core", "3.3.0.0")] 31 32 [PluginDependency("HeuristicLab.Data", "3.3.0.0")] 33 [PluginDependency("HeuristicLab.Operators", "3.3.0.0")] 32 34 [PluginDependency("HeuristicLab.Optimization", "3.3.0.0")] 33 35 [PluginDependency("HeuristicLab.Parameters", "3.3.0.0")]
Note: See TracChangeset
for help on using the changeset viewer.