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

Legend:

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

    • Property svn:ignore
      •  

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

    r6743 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.Common-3.3">
    74       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     74      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     75      <Private>False</Private>
    7576    </Reference>
    7677    <Reference Include="HeuristicLab.Core-3.3">
    77       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     78      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     79      <Private>False</Private>
    7880    </Reference>
    7981    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    80       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     82      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     83      <Private>False</Private>
    8184    </Reference>
    8285    <Reference Include="System" />
     
    9093  <ItemGroup>
    9194    <None Include="Properties\AssemblyInfo.cs.frame" />
    92     <None Include="HeuristicLabHivePlugin.cs.frame" />
    93     <Compile Include="HeuristicLabHivePlugin.cs" />
     95    <None Include="Plugin.cs.frame" />
     96    <Compile Include="Plugin.cs" />
    9497    <Compile Include="ITask.cs" />
    9598    <Compile Include="Properties\AssemblyInfo.cs" />
     
    100103  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    101104  <PropertyGroup>
    102     <PostBuildEvent>set ProjectName=$(ProjectName)
    103 set TargetPath=$(TargetPath)
    104 set TargetDir=$(TargetDir)
    105 set SolutionDir=$(SolutionDir)
    106 call $(SolutionDir)/CopyAssembly.cmd
    107 call $(SolutionDir)/MergeConfigs.cmd</PostBuildEvent>
     105    <PostBuildEvent>
     106    </PostBuildEvent>
    108107  </PropertyGroup>
    109108  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.