Changeset 10458
- Timestamp:
- 02/16/14 18:36:44 (11 years ago)
- Location:
- branches/HeuristicLab.EvolutionTracking
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/HeuristicLab.EvolutionTracking.Views-3.4.csproj
r10456 r10458 60 60 <Private>False</Private> 61 61 </Reference> 62 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">63 <Private>False</Private>64 </Reference>65 62 <Reference Include="HeuristicLab.Core-3.3"> 66 63 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> … … 83 80 <Private>False</Private> 84 81 </Reference> 85 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">86 <SpecificVersion>False</SpecificVersion>87 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>88 <Private>False</Private>89 </Reference>90 <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">91 <SpecificVersion>False</SpecificVersion>92 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>93 <Private>False</Private>94 </Reference>95 82 <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 96 83 <SpecificVersion>False</SpecificVersion> … … 102 89 <Reference Include="System.Drawing" /> 103 90 <Reference Include="System.Windows.Forms" /> 104 <Reference Include="System.Xml.Linq" />105 <Reference Include="System.Data.DataSetExtensions" />106 <Reference Include="Microsoft.CSharp" />107 <Reference Include="System.Data" />108 <Reference Include="System.Xml" />109 91 </ItemGroup> 110 92 <ItemGroup> 111 <Compile Include="AncestryLayoutAdapter.cs" />112 93 <Compile Include="FrequentFragmentsDialog.cs"> 113 94 <SubType>Form</SubType> … … 116 97 <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon> 117 98 </Compile> 118 <Compile Include="GenealogyGraphChart.cs" /> 99 <Compile Include="GenealogyGraphChart.cs"> 100 <SubType>UserControl</SubType> 101 </Compile> 119 102 <Compile Include="GenealogyGraphChart.Designer.cs"> 120 103 <DependentUpon>GenealogyGraphChart.cs</DependentUpon> 121 104 </Compile> 122 105 <Compile Include="Plugin.cs" /> 123 <Compile Include="Primitives\LabeledEllipse.cs" />124 <Compile Include="Primitives\LabeledRectangle.cs" />125 <Compile Include="Primitives\PrimitiveGroup.cs" />126 106 <Compile Include="Properties\AssemblyInfo.cs" /> 127 107 <Compile Include="Properties\Resources.Designer.cs"> … … 130 110 <DependentUpon>Resources.resx</DependentUpon> 131 111 </Compile> 132 <Compile Include="GenealogyGraphView.cs" /> 112 <Compile Include="GenealogyGraphView.cs"> 113 <SubType>UserControl</SubType> 114 </Compile> 133 115 <Compile Include="GenealogyGraphView.Designer.cs"> 134 116 <DependentUpon>GenealogyGraphView.cs</DependentUpon> … … 139 121 </ItemGroup> 140 122 <ItemGroup> 141 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj">142 <Project>{423bd94f-963a-438e-ba45-3bb3d61cd03b}</Project>143 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4</Name>144 </ProjectReference>145 <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">146 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>147 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>148 </ProjectReference>149 123 <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj"> 150 124 <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project> … … 163 137 </ItemGroup> 164 138 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 139 <PropertyGroup> 140 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 141 set ProjectDir=$(ProjectDir) 142 set SolutionDir=$(SolutionDir) 143 set Outdir=$(Outdir) 144 145 call PreBuildEvent.cmd 146 </PreBuildEvent> 147 </PropertyGroup> 165 148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 166 149 Other similar extension points exist, see Microsoft.Common.targets. -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/Plugin.cs
r10300 r10458 23 23 24 24 namespace HeuristicLab.EvolutionaryTracking.Views { 25 [Plugin("HeuristicLab.EvolutionTracking.Views", "Provides controls and views for the evolution graph and related structures.", "3.4.2. 7439")]25 [Plugin("HeuristicLab.EvolutionTracking.Views", "Provides controls and views for the evolution graph and related structures.", "3.4.2.10456")] 26 26 [PluginFile("HeuristicLab.EvolutionTracking.Views-3.4.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Core", "3.3")] 28 28 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 29 29 [PluginDependency("HeuristicLab.Common", "3.3")] 30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]31 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]32 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4")]33 30 [PluginDependency("HeuristicLab.MainForm", "3.3")] 34 31 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 35 32 [PluginDependency("HeuristicLab.Visualization", "3.3")] 36 33 [PluginDependency("HeuristicLab.EvolutionTracking", "3.4")] 37 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]38 34 39 35 public class HeuristicLabEvolutionaryTrackingPlugin : PluginBase { -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/Plugin.cs.frame
r10456 r10458 28 28 [PluginDependency("HeuristicLab.Core.Views", "3.3")] 29 29 [PluginDependency("HeuristicLab.Common", "3.3")] 30 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]31 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]32 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views", "3.4")]33 30 [PluginDependency("HeuristicLab.MainForm", "3.3")] 34 31 [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")] 35 32 [PluginDependency("HeuristicLab.Visualization", "3.3")] 36 33 [PluginDependency("HeuristicLab.EvolutionTracking", "3.4")] 37 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]38 34 39 35 public class HeuristicLabEvolutionaryTrackingPlugin : PluginBase { -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/HeuristicLab.EvolutionTracking-3.4.csproj
r10347 r10458 56 56 </PropertyGroup> 57 57 <ItemGroup> 58 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">59 <Private>False</Private>60 </Reference>61 58 <Reference Include="HeuristicLab.Collections-3.3"> 62 59 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> … … 74 71 <Private>False</Private> 75 72 </Reference> 76 <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">77 <Private>False</Private>78 </Reference>79 73 <Reference Include="HeuristicLab.Data-3.3"> 80 74 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 81 <Private>False</Private>82 </Reference>83 <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">84 <Private>False</Private>85 </Reference>86 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">87 75 <Private>False</Private> 88 76 </Reference> … … 106 94 <Private>False</Private> 107 95 </Reference> 108 <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">109 <SpecificVersion>False</SpecificVersion>110 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>111 <Private>False</Private>112 </Reference>113 96 <Reference Include="System" /> 114 97 <Reference Include="System.Core" /> 115 98 <Reference Include="System.Drawing" /> 116 <Reference Include="System.Windows.Forms" />117 <Reference Include="System.Xml.Linq" />118 <Reference Include="System.Data.DataSetExtensions" />119 <Reference Include="Microsoft.CSharp" />120 <Reference Include="System.Data" />121 <Reference Include="System.Xml" />122 99 </ItemGroup> 123 100 <ItemGroup> … … 154 131 </ItemGroup> 155 132 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 133 <PropertyGroup> 134 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 135 set ProjectDir=$(ProjectDir) 136 set SolutionDir=$(SolutionDir) 137 set Outdir=$(Outdir) 138 139 call PreBuildEvent.cmd 140 </PreBuildEvent> 141 </PropertyGroup> 156 142 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 157 143 Other similar extension points exist, see Microsoft.Common.targets. -
branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Plugin.cs.frame
r10456 r10458 31 31 [PluginDependency("HeuristicLab.Core", "3.3")] 32 32 [PluginDependency("HeuristicLab.Data", "3.3")] 33 [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]34 33 [PluginDependency("HeuristicLab.Operators", "3.3")] 35 34 [PluginDependency("HeuristicLab.Optimization", "3.3")] … … 38 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 39 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 40 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic.Regression", "3.4")]41 [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]42 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]43 39 44 40 public class HeuristicLabEvolutionTrackingPlugin : PluginBase { -
branches/HeuristicLab.EvolutionTracking/PreBuildEvent.cmd
r10456 r10458 10 10 11 11 :Done 12
Note: See TracChangeset
for help on using the changeset viewer.