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

Legend:

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

    • Property svn:ignore
      •  

        old new  
        55HeuristicLabServicesHivePlugin.cs
        66*.vs10x
         7Plugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj

    r6743 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>
     
    7373  <ItemGroup>
    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.Core-3.3">
    78       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     78      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    7979    </Reference>
    8080    <Reference Include="HeuristicLab.Persistence-3.3">
    81       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     81      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    8282    </Reference>
    8383    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    84       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     84      <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    8585    </Reference>
    8686    <Reference Include="System" />
     
    127127    <Compile Include="Interfaces\IUserManager.cs" />
    128128    <Compile Include="Manager\UserManager.cs" />
    129     <None Include="HeuristicLabServicesHivePlugin.cs.frame" />
     129    <None Include="Plugin.cs.frame" />
    130130    <None Include="Properties\AssemblyInfo.cs.frame" />
    131131    <Compile Include="Manager\AuthenticationManager.cs" />
     
    135135    <Compile Include="Interfaces\IServiceLocator.cs" />
    136136    <Compile Include="Manager\AuthorizationManager.cs" />
    137     <Compile Include="HeuristicLabServicesHivePlugin.cs" />
     137    <Compile Include="Plugin.cs" />
    138138    <Compile Include="Manager\EventManager.cs" />
    139139    <Compile Include="HiveRoles.cs" />
     
    176176  </ProjectExtensions>
    177177  <PropertyGroup>
    178     <PostBuildEvent>set ProjectName=$(ProjectName)
    179 set TargetPath=$(TargetPath)
    180 call $(SolutionDir)/CopyAssembly.cmd</PostBuildEvent>
     178    <PostBuildEvent>
     179    </PostBuildEvent>
    181180  </PropertyGroup>
    182181  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.