- Timestamp:
- 10/10/11 14:06:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.3/HeuristicLab.Services.Hive-3.3.csproj
r6886 r6896 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath> ..\..\..\..\core\sources\bin\</OutputPath>22 <OutputPath>bin\Debug\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 73 73 <ItemGroup> 74 74 <Reference Include="HeuristicLab.Common-3.3"> 75 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>75 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 76 76 </Reference> 77 77 <Reference Include="HeuristicLab.Core-3.3"> 78 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>78 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Persistence-3.3"> 81 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>81 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 82 82 </Reference> 83 83 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 84 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>84 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 85 85 </Reference> 86 86 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.