Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2400


Ignore:
Timestamp:
09/30/09 09:38:20 (15 years ago)
Author:
mkommend
Message:

correct project file for BackgroundProcessing (ticket #769)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.BackgroundProcessing/HeuristicLab.BackgroundProcessing-3.2.csproj

    r2399 r2400  
    5050  </PropertyGroup>
    5151  <ItemGroup>
    52     <Reference Include="HeuristicLab.PluginInfrastructure, Version=3.2.0.2234, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=x86">
    53       <SpecificVersion>False</SpecificVersion>
    54       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.0\HeuristicLab.PluginInfrastructure.dll</HintPath>
    55     </Reference>
    5652    <Reference Include="System" />
    5753    <Reference Include="System.Core">
     
    8480    <None Include="HeuristicLab.snk" />
    8581  </ItemGroup>
     82  <ItemGroup>
     83    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
     84      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     85      <Name>HeuristicLab.PluginInfrastructure</Name>
     86    </ProjectReference>
     87  </ItemGroup>
    8688  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    8789  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
     
    9597    <PostBuildEvent>
    9698    </PostBuildEvent>
     99    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     100set ProjectDir=$(ProjectDir)
     101set SolutionDir=$(SolutionDir)
     102
     103
     104call PreBuildEvent.cmd</PreBuildEvent>
    97105  </PropertyGroup>
    98106</Project>
Note: See TracChangeset for help on using the changeset viewer.