- Timestamp:
- 10/10/11 14:06:54 (13 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3/HeuristicLab.HiveEngine-3.3.csproj
r6872 r6896 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\ core\sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath> bin\Release\</OutputPath>28 <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 103 103 <ItemGroup> 104 104 <Reference Include="HeuristicLab.Collections-3.3"> 105 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>105 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 106 106 <Private>False</Private> 107 107 </Reference> … … 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Core-3.3"> 113 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>113 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 114 114 <Private>False</Private> 115 115 </Reference> 116 116 <Reference Include="HeuristicLab.Persistence-3.3"> 117 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>117 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 121 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>121 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 122 122 <Private>False</Private> 123 123 </Reference> 124 124 <Reference Include="HeuristicLab.Random-3.3"> 125 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>125 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 126 126 <Private>False</Private> 127 127 </Reference> 128 128 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 129 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>129 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 130 130 <Private>False</Private> 131 131 </Reference> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.3/Tests/HeuristicLab.HiveEngine.ConsoleTests-3.3.csproj
r6892 r6896 67 67 <ItemGroup> 68 68 <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3"> 69 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>69 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath> 70 70 </Reference> 71 71 <Reference Include="HeuristicLab.Collections-3.3"> 72 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>72 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 73 73 </Reference> 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.Common.Resources-3.3"> 78 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>78 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 79 79 </Reference> 80 80 <Reference Include="HeuristicLab.Core-3.3"> 81 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>81 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 82 82 </Reference> 83 83 <Reference Include="HeuristicLab.Data-3.3"> 84 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>84 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Operators-3.3"> 87 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>87 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 88 88 </Reference> 89 89 <Reference Include="HeuristicLab.Optimization-3.3"> 90 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>90 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 91 91 </Reference> 92 92 <Reference Include="HeuristicLab.Persistence-3.3"> 93 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>93 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 94 94 </Reference> 95 95 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 96 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>96 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 97 97 </Reference> 98 98 <Reference Include="HeuristicLab.Problems.TestFunctions-3.3"> 99 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath>99 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TestFunctions-3.3.dll</HintPath> 100 100 </Reference> 101 101 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 102 <HintPath>..\..\..\..\..\ core\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>102 <HintPath>..\..\..\..\..\..\trunk\sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 103 103 </Reference> 104 104 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.