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.Clients.Hive.Slave/3.3
Files:
2 edited
1 moved

Legend:

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

    • Property svn:ignore
      •  

        old new  
        44HeuristicLabClientsHiveSlavePlugin.cs
        55*.vs10x
         6Plugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj

    r6725 r6872  
    1919    <DebugType>full</DebugType>
    2020    <Optimize>false</Optimize>
    21     <OutputPath>bin\Debug\</OutputPath>
     21    <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
    2222    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2323    <ErrorReport>prompt</ErrorReport>
     
    7272  <ItemGroup>
    7373    <Reference Include="HeuristicLab.Clients.Common-3.3">
    74       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
     74      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
     75      <Private>False</Private>
    7576    </Reference>
    7677    <Reference Include="HeuristicLab.Common-3.3">
    77       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     78      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     79      <Private>False</Private>
    7880    </Reference>
    7981    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    8082      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     83      <Private>False</Private>
    8184    </Reference>
    8285    <Reference Include="HeuristicLab.Core-3.3">
    83       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     86      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     87      <Private>False</Private>
    8488    </Reference>
    8589    <Reference Include="HeuristicLab.Persistence-3.3">
    86       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     90      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     91      <Private>False</Private>
    8792    </Reference>
    8893    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    89       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     94      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     95      <Private>False</Private>
    9096    </Reference>
    9197    <Reference Include="System" />
     
    141147    <None Include="app_f005pc.config" />
    142148    <None Include="app_services.config" />
    143     <None Include="HeuristicLabClientsHiveSlavePlugin.cs.frame" />
    144     <Compile Include="HeuristicLabClientsHiveSlavePlugin.cs" />
     149    <None Include="Plugin.cs.frame" />
     150    <Compile Include="Plugin.cs" />
    145151    <Compile Include="Properties\AssemblyInfo.cs" />
    146152    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    157163      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
    158164      <Name>HeuristicLab.Clients.Hive-3.3</Name>
     165      <Private>False</Private>
    159166    </ProjectReference>
    160167    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
    161168      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
    162169      <Name>HeuristicLab.Hive-3.3</Name>
     170      <Private>False</Private>
    163171    </ProjectReference>
    164172  </ItemGroup>
     
    170178  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    171179  <PropertyGroup>
    172     <PostBuildEvent>set ProjectName=$(ProjectName)
    173 set TargetPath=$(TargetPath)
    174 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
     180    <PostBuildEvent>
     181    </PostBuildEvent>
    175182  </PropertyGroup>
    176183  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.