- Timestamp:
- 10/10/11 14:06:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.JobManager/3.3/HeuristicLab.Clients.Hive.JobManager-3.3.csproj
r6892 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> 108 108 <Reference Include="HeuristicLab.Common-3.3"> 109 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>109 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 110 110 <Private>False</Private> 111 111 </Reference> 112 112 <Reference Include="HeuristicLab.Common.Resources-3.3"> 113 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>113 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 114 114 <Private>False</Private> 115 115 </Reference> 116 116 <Reference Include="HeuristicLab.Core-3.3"> 117 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>117 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 118 <Private>False</Private> 119 119 </Reference> 120 120 <Reference Include="HeuristicLab.Core.Views-3.3"> 121 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>121 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 122 122 <Private>False</Private> 123 123 </Reference> 124 124 <Reference Include="HeuristicLab.Data-3.3"> 125 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>125 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 126 126 <Private>False</Private> 127 127 </Reference> 128 128 <Reference Include="HeuristicLab.MainForm-3.3"> 129 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>129 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 130 130 <Private>False</Private> 131 131 </Reference> 132 132 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 133 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>133 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 134 134 <Private>False</Private> 135 135 </Reference> 136 136 <Reference Include="HeuristicLab.Optimization-3.3"> 137 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>137 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 138 138 <Private>False</Private> 139 139 </Reference> 140 140 <Reference Include="HeuristicLab.Optimizer-3.3"> 141 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>141 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath> 142 142 <Private>False</Private> 143 143 </Reference> 144 144 <Reference Include="HeuristicLab.Persistence-3.3"> 145 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>145 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 146 146 <Private>False</Private> 147 147 </Reference> 148 148 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 149 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>149 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 150 150 <Private>False</Private> 151 151 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.