Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/05/11 17:21:16 (13 years ago)
Author:
ascheibe
Message:

#1233

  • updated project settings to work with the trunk restructuring changes
  • added HowToCompile.txt with instructions on how to compile hive
Location:
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabHiveEnginePlugin.cs
        55HeuristicLab.HiveEngine-3.4.csproj.user
         6Plugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj

    r6701 r6872  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    103103  <ItemGroup>
    104104    <Reference Include="HeuristicLab.Collections-3.3">
    105       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     105      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     106      <Private>False</Private>
    106107    </Reference>
    107108    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    108109      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     110      <Private>False</Private>
    109111    </Reference>
    110112    <Reference Include="HeuristicLab.Core-3.3">
    111       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     113      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     114      <Private>False</Private>
    112115    </Reference>
    113116    <Reference Include="HeuristicLab.Persistence-3.3">
    114       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     117      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     118      <Private>False</Private>
    115119    </Reference>
    116120    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    117       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     121      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     122      <Private>False</Private>
    118123    </Reference>
    119124    <Reference Include="HeuristicLab.Random-3.3">
    120       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Random-3.3.dll</HintPath>
     125      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     126      <Private>False</Private>
    121127    </Reference>
    122128    <Reference Include="HeuristicLab.SequentialEngine-3.3">
    123       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     129      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     130      <Private>False</Private>
    124131    </Reference>
    125132    <Reference Include="System" />
     
    132139  </ItemGroup>
    133140  <ItemGroup>
    134     <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
     141    <Compile Include="Plugin.cs" />
    135142    <Compile Include="Exceptions\ScopeMergeException.cs" />
    136143    <Compile Include="Properties\AssemblyInfo.cs" />
    137     <None Include="HeuristicLabHiveEnginePlugin.cs.frame" />
     144    <None Include="Plugin.cs.frame" />
    138145    <Compile Include="HiveEngine.cs" />
    139146    <Compile Include="Exceptions\HiveEngineException.cs" />
     
    148155      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
    149156      <Name>HeuristicLab.Clients.Hive-3.3</Name>
     157      <Private>False</Private>
    150158    </ProjectReference>
    151159    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
    152160      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
    153161      <Name>HeuristicLab.Hive-3.3</Name>
     162      <Private>False</Private>
    154163    </ProjectReference>
    155164  </ItemGroup>
     
    164173  </PropertyGroup>
    165174  <PropertyGroup>
    166     <PostBuildEvent>set ProjectName=$(ProjectName)
    167 set TargetPath=$(TargetPath)
    168 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
     175    <PostBuildEvent>
     176    </PostBuildEvent>
    169177  </PropertyGroup>
    170178  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3/Tests/HeuristicLab.HiveEngine.ConsoleTests-3.3.csproj

    r6701 r6872  
    6767  <ItemGroup>
    6868    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
    69       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     69      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
    7070    </Reference>
    7171    <Reference Include="HeuristicLab.Collections-3.3">
    72       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     72      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    7373    </Reference>
    7474    <Reference Include="HeuristicLab.Common-3.3">
    75       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     75      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    7676    </Reference>
    7777    <Reference Include="HeuristicLab.Common.Resources-3.3">
    78       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     78      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    7979    </Reference>
    8080    <Reference Include="HeuristicLab.Core-3.3">
    81       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     81      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    8282    </Reference>
    8383    <Reference Include="HeuristicLab.Data-3.3">
    84       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     84      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="HeuristicLab.Operators-3.3">
    87       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     87      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    8888    </Reference>
    8989    <Reference Include="HeuristicLab.Optimization-3.3">
    90       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     90      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    9191    </Reference>
    9292    <Reference Include="HeuristicLab.Persistence-3.3">
    93       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     93      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    9494    </Reference>
    9595    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    96       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     96      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    9797    </Reference>
    9898    <Reference Include="HeuristicLab.Problems.TestFunctions-3.3">
    99       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
     99      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>
    100100    </Reference>
    101101    <Reference Include="HeuristicLab.SequentialEngine-3.3">
    102       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
     102      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>
    103103    </Reference>
    104104    <Reference Include="System" />
Note: See TracChangeset for help on using the changeset viewer.