Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10458


Ignore:
Timestamp:
02/16/14 18:36:44 (10 years ago)
Author:
bburlacu
Message:

#1772: Added prebuild events. Removed unused references.

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  
    6060      <Private>False</Private>
    6161    </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>
    6562    <Reference Include="HeuristicLab.Core-3.3">
    6663      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     
    8380      <Private>False</Private>
    8481    </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>
    9582    <Reference Include="HeuristicLab.Visualization-3.3, Version=3.3.0.5170, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    9683      <SpecificVersion>False</SpecificVersion>
     
    10289    <Reference Include="System.Drawing" />
    10390    <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" />
    10991  </ItemGroup>
    11092  <ItemGroup>
    111     <Compile Include="AncestryLayoutAdapter.cs" />
    11293    <Compile Include="FrequentFragmentsDialog.cs">
    11394      <SubType>Form</SubType>
     
    11697      <DependentUpon>FrequentFragmentsDialog.cs</DependentUpon>
    11798    </Compile>
    118     <Compile Include="GenealogyGraphChart.cs" />
     99    <Compile Include="GenealogyGraphChart.cs">
     100      <SubType>UserControl</SubType>
     101    </Compile>
    119102    <Compile Include="GenealogyGraphChart.Designer.cs">
    120103      <DependentUpon>GenealogyGraphChart.cs</DependentUpon>
    121104    </Compile>
    122105    <Compile Include="Plugin.cs" />
    123     <Compile Include="Primitives\LabeledEllipse.cs" />
    124     <Compile Include="Primitives\LabeledRectangle.cs" />
    125     <Compile Include="Primitives\PrimitiveGroup.cs" />
    126106    <Compile Include="Properties\AssemblyInfo.cs" />
    127107    <Compile Include="Properties\Resources.Designer.cs">
     
    130110      <DependentUpon>Resources.resx</DependentUpon>
    131111    </Compile>
    132     <Compile Include="GenealogyGraphView.cs" />
     112    <Compile Include="GenealogyGraphView.cs">
     113      <SubType>UserControl</SubType>
     114    </Compile>
    133115    <Compile Include="GenealogyGraphView.Designer.cs">
    134116      <DependentUpon>GenealogyGraphView.cs</DependentUpon>
     
    139121  </ItemGroup>
    140122  <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>
    149123    <ProjectReference Include="..\..\HeuristicLab.EvolutionTracking\3.4\HeuristicLab.EvolutionTracking-3.4.csproj">
    150124      <Project>{1f75cea3-464f-4a6f-b2f0-04b9841ebc16}</Project>
     
    163137  </ItemGroup>
    164138  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     139  <PropertyGroup>
     140    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     141set ProjectDir=$(ProjectDir)
     142set SolutionDir=$(SolutionDir)
     143set Outdir=$(Outdir)
     144
     145call PreBuildEvent.cmd
     146</PreBuildEvent>
     147  </PropertyGroup>
    165148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    166149       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/Plugin.cs

    r10300 r10458  
    2323
    2424namespace 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")]
    2626  [PluginFile("HeuristicLab.EvolutionTracking.Views-3.4.dll", PluginFileType.Assembly)]
    2727  [PluginDependency("HeuristicLab.Core", "3.3")]
    2828  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    2929  [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")]
    3330  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3431  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3532  [PluginDependency("HeuristicLab.Visualization", "3.3")]
    3633  [PluginDependency("HeuristicLab.EvolutionTracking", "3.4")]
    37   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
    3834
    3935  public class HeuristicLabEvolutionaryTrackingPlugin : PluginBase {
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/Plugin.cs.frame

    r10456 r10458  
    2828  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    2929  [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")]
    3330  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3431  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3532  [PluginDependency("HeuristicLab.Visualization", "3.3")]
    3633  [PluginDependency("HeuristicLab.EvolutionTracking", "3.4")]
    37   [PluginDependency("HeuristicLab.Problems.DataAnalysis.Symbolic", "3.4")]
    3834
    3935  public class HeuristicLabEvolutionaryTrackingPlugin : PluginBase {
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/HeuristicLab.EvolutionTracking-3.4.csproj

    r10347 r10458  
    5656  </PropertyGroup>
    5757  <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>
    6158    <Reference Include="HeuristicLab.Collections-3.3">
    6259      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     
    7471      <Private>False</Private>
    7572    </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>
    7973    <Reference Include="HeuristicLab.Data-3.3">
    8074      <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">
    8775      <Private>False</Private>
    8876    </Reference>
     
    10694      <Private>False</Private>
    10795    </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>
    11396    <Reference Include="System" />
    11497    <Reference Include="System.Core" />
    11598    <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" />
    12299  </ItemGroup>
    123100  <ItemGroup>
     
    154131  </ItemGroup>
    155132  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     133  <PropertyGroup>
     134    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     135set ProjectDir=$(ProjectDir)
     136set SolutionDir=$(SolutionDir)
     137set Outdir=$(Outdir)
     138
     139call PreBuildEvent.cmd
     140</PreBuildEvent>
     141  </PropertyGroup>
    156142  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    157143       Other similar extension points exist, see Microsoft.Common.targets.
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/Plugin.cs.frame

    r10456 r10458  
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
    3232  [PluginDependency("HeuristicLab.Data", "3.3")]
    33   [PluginDependency("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding", "3.4")]
    3433  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3534  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     
    3837  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3938  [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")]
    4339
    4440  public class HeuristicLabEvolutionTrackingPlugin : PluginBase {
  • branches/HeuristicLab.EvolutionTracking/PreBuildEvent.cmd

    r10456 r10458  
    1010
    1111:Done
    12 
Note: See TracChangeset for help on using the changeset viewer.