Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/10 13:43:07 (14 years ago)
Author:
cneumuel
Message:

#1260 configured ExperimentManager project to be buildable and compatible with services.heuristiclab.com

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.ExperimentManager/HeuristicLab.Hive.ExperimentManager.Views/3.3/HeuristicLab.Hive.ExperimentManager.Views-3.3.csproj

    r4760 r4794  
    9898      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    9999    </Reference>
     100    <Reference Include="HeuristicLab.DataAccess-3.3">
     101      <HintPath>..\..\Bin\HeuristicLab.DataAccess-3.3.dll</HintPath>
     102    </Reference>
     103    <Reference Include="HeuristicLab.Hive.Contracts-3.3">
     104      <HintPath>..\..\Bin\HeuristicLab.Hive.Contracts-3.3.dll</HintPath>
     105    </Reference>
     106    <Reference Include="HeuristicLab.Hive.JobBase-3.3">
     107      <HintPath>..\..\Bin\HeuristicLab.Hive.JobBase-3.3.dll</HintPath>
     108    </Reference>
     109    <Reference Include="HeuristicLab.Hive.Tracing-3.3">
     110      <HintPath>..\..\Bin\HeuristicLab.Hive.Tracing-3.3.dll</HintPath>
     111    </Reference>
    100112    <Reference Include="HeuristicLab.MainForm-3.3">
    101113      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     
    188200    <None Include="HeuristicLab.snk" />
    189201    <None Include="Properties\AssemblyInfo.frame" />
    190   </ItemGroup>
    191   <ItemGroup>
    192     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    193       <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    194       <Name>HeuristicLab.DataAccess-3.3</Name>
    195     </ProjectReference>
    196     <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    197       <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    198       <Name>HeuristicLab.Hive.Contracts-3.3</Name>
    199     </ProjectReference>
     202    <None Include="UpdateLocalInstallation.cmd" />
     203  </ItemGroup>
     204  <ItemGroup>
    200205    <ProjectReference Include="..\..\HeuristicLab.Hive.ExperimentManager\3.3\HeuristicLab.Hive.ExperimentManager-3.3.csproj">
    201206      <Project>{A84C0A25-13D0-40A6-924F-53556D9691DC}</Project>
    202207      <Name>HeuristicLab.Hive.ExperimentManager-3.3</Name>
    203     </ProjectReference>
    204     <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
    205       <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
    206       <Name>HeuristicLab.Hive.JobBase-3.3</Name>
    207208    </ProjectReference>
    208209  </ItemGroup>
     
    237238
    238239call PreBuildEvent.cmd</PreBuildEvent>
     240  </PropertyGroup>
     241  <PropertyGroup>
     242    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     243set ProjectDir=$(ProjectDir)
     244set SolutionDir=$(SolutionDir)
     245set Outdir=$(Outdir)
     246
     247call UpdateLocalInstallation.cmd</PostBuildEvent>
    239248  </PropertyGroup>
    240249  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.