Free cookie consent management tool by TermsFeed Policy Generator

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

#1772: Added prebuild events. Removed unused references.

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.