Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/10 13:43:07 (13 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/3.3/HeuristicLab.Hive.ExperimentManager-3.3.csproj

    r4769 r4794  
    9595      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
    9696    </Reference>
     97    <Reference Include="HeuristicLab.DataAccess-3.3">
     98      <HintPath>..\..\Bin\HeuristicLab.DataAccess-3.3.dll</HintPath>
     99    </Reference>
     100    <Reference Include="HeuristicLab.Hive.Contracts-3.3">
     101      <HintPath>..\..\Bin\HeuristicLab.Hive.Contracts-3.3.dll</HintPath>
     102    </Reference>
     103    <Reference Include="HeuristicLab.Hive.JobBase-3.3">
     104      <HintPath>..\..\Bin\HeuristicLab.Hive.JobBase-3.3.dll</HintPath>
     105    </Reference>
     106    <Reference Include="HeuristicLab.Hive.Tracing-3.3">
     107      <HintPath>..\..\Bin\HeuristicLab.Hive.Tracing-3.3.dll</HintPath>
     108    </Reference>
    97109    <Reference Include="HeuristicLab.Optimization-3.3">
    98110      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     
    142154      <SubType>Designer</SubType>
    143155    </None>
     156    <None Include="HeuristicLab 3.3.exe.config">
     157      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     158    </None>
    144159    <None Include="Jobs.cd" />
    145160    <None Include="HeuristicLab.snk" />
     
    150165    </None>
    151166    <None Include="Tools\RecreateServiceConfig.bat" />
    152   </ItemGroup>
    153   <ItemGroup>
    154     <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
    155       <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
    156       <Name>HeuristicLab.DataAccess-3.3</Name>
    157     </ProjectReference>
    158     <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
    159       <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
    160       <Name>HeuristicLab.Hive.Contracts-3.3</Name>
    161     </ProjectReference>
    162     <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
    163       <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
    164       <Name>HeuristicLab.Hive.JobBase-3.3</Name>
    165     </ProjectReference>
    166     <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
    167       <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
    168       <Name>HeuristicLab.Hive.Tracing-3.3</Name>
    169     </ProjectReference>
     167    <None Include="UpdateLocalInstallation.cmd" />
    170168  </ItemGroup>
    171169  <ItemGroup>
     
    181179call PreBuildEvent.cmd</PreBuildEvent>
    182180  </PropertyGroup>
     181  <PropertyGroup>
     182    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     183set ProjectDir=$(ProjectDir)
     184set SolutionDir=$(SolutionDir)
     185set Outdir=$(Outdir)
     186
     187call UpdateLocalInstallation.cmd
     188call MergeConfigs.cmd</PostBuildEvent>
     189  </PropertyGroup>
    183190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
    184191       Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset for help on using the changeset viewer.