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

Legend:

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

    • Property svn:ignore
      •  

        old new  
        22bin
        33obj
         4Plugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj

    r6731 r6872  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>bin\Debug\</OutputPath>
     22    <OutputPath>..\..\..\..\core\sources\bin\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
     
    5252  <ItemGroup>
    5353    <Reference Include="HeuristicLab.Common-3.3">
    54       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     54      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     55      <Private>False</Private>
    5556    </Reference>
    5657    <Reference Include="HeuristicLab.Core-3.3">
    57       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     58      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     59      <Private>False</Private>
    5860    </Reference>
    5961    <Reference Include="HeuristicLab.Core.Views-3.3">
    60       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     62      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     63      <Private>False</Private>
    6164    </Reference>
    6265    <Reference Include="HeuristicLab.MainForm-3.3">
    63       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     66      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     67      <Private>False</Private>
    6468    </Reference>
    6569    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    66       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     70      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     71      <Private>False</Private>
    6772    </Reference>
    6873    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    69       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     74      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     75      <Private>False</Private>
    7076    </Reference>
    7177    <Reference Include="System" />
     
    8187  </ItemGroup>
    8288  <ItemGroup>
    83     <Compile Include="HeuristicLabClientsHiveSlaveAppPlugin.cs" />
     89    <Compile Include="Plugin.cs" />
    8490    <Compile Include="HiveSlaveApplication.cs" />
    8591    <Compile Include="MainWindow.cs">
     
    99105    </EmbeddedResource>
    100106    <None Include="HeuristicLab.snk" />
    101     <None Include="HeuristicLabClientsHiveSlaveAppPlugin.cs.frame" />
     107    <None Include="Plugin.cs.frame" />
    102108    <None Include="Properties\AssemblyInfo.cs.frame" />
    103109    <Compile Include="Properties\Resources.Designer.cs">
     
    120126      <Project>{8C0D9F39-397F-4DBE-856F-BC4DC0FE23F8}</Project>
    121127      <Name>HeuristicLab.Clients.Hive.Slave.Views-3.3</Name>
     128      <Private>False</Private>
    122129    </ProjectReference>
    123130    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
    124131      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
    125132      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
     133      <Private>False</Private>
    126134    </ProjectReference>
    127135  </ItemGroup>
     
    136144  </PropertyGroup>
    137145  <PropertyGroup>
    138     <PostBuildEvent>set ProjectName=$(ProjectName)
    139 set TargetPath=$(TargetPath)
    140 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
     146    <PostBuildEvent>
     147    </PostBuildEvent>
    141148  </PropertyGroup>
    142149  <!-- 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.