Changeset 6896 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj
- 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.Slave.App/3.3/HeuristicLab.Clients.Hive.Slave.App-3.3.csproj
r6872 r6896 20 20 <DebugType>full</DebugType> 21 21 <Optimize>false</Optimize> 22 <OutputPath>..\..\..\..\ core\sources\bin\</OutputPath>22 <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath> 23 23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 24 <ErrorReport>prompt</ErrorReport> … … 28 28 <DebugType>pdbonly</DebugType> 29 29 <Optimize>true</Optimize> 30 <OutputPath> bin\Release\</OutputPath>30 <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath> 31 31 <DefineConstants>TRACE</DefineConstants> 32 32 <ErrorReport>prompt</ErrorReport> … … 52 52 <ItemGroup> 53 53 <Reference Include="HeuristicLab.Common-3.3"> 54 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>54 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 55 55 <Private>False</Private> 56 56 </Reference> 57 57 <Reference Include="HeuristicLab.Core-3.3"> 58 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>58 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 59 59 <Private>False</Private> 60 60 </Reference> 61 61 <Reference Include="HeuristicLab.Core.Views-3.3"> 62 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>62 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 63 63 <Private>False</Private> 64 64 </Reference> 65 65 <Reference Include="HeuristicLab.MainForm-3.3"> 66 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>66 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 67 67 <Private>False</Private> 68 68 </Reference> 69 69 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 70 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>70 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 71 71 <Private>False</Private> 72 72 </Reference> 73 73 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 74 <HintPath>..\..\..\..\ core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>74 <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 75 75 <Private>False</Private> 76 76 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.