- Timestamp:
- 06/17/16 12:03:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj
r13903 r13905 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\ stable\bin\</OutputPath>20 <OutputPath>..\..\..\..\stable\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 27 27 <DebugType>pdbonly</DebugType> 28 28 <Optimize>true</Optimize> 29 <OutputPath> bin\Release\</OutputPath>29 <OutputPath>..\..\..\..\stable\bin\</OutputPath> 30 30 <DefineConstants>TRACE</DefineConstants> 31 31 <ErrorReport>prompt</ErrorReport> … … 43 43 <ItemGroup> 44 44 <Reference Include="HeuristicLab.Clients.Hive-3.3"> 45 <HintPath>..\..\..\ ..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Clients.Hive-3.3.dll</HintPath>45 <HintPath>..\..\..\stable\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath> 46 46 <Private>False</Private> 47 47 </Reference> 48 48 <Reference Include="HeuristicLab.Collections-3.3"> 49 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Collections-3.3.dll</HintPath>49 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Collections-3.3.dll</HintPath> 50 50 <Private>False</Private> 51 51 </Reference> 52 52 <Reference Include="HeuristicLab.Common-3.3"> 53 <HintPath>..\..\..\..\HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Common-3.3.dll</HintPath> 54 <Private>False</Private> 53 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Common-3.3.dll</HintPath> 55 54 </Reference> 56 55 <Reference Include="HeuristicLab.Core-3.3"> 57 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Core-3.3.dll</HintPath>56 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Core-3.3.dll</HintPath> 58 57 <Private>False</Private> 59 58 </Reference> 60 59 <Reference Include="HeuristicLab.Data-3.3"> 61 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Data-3.3.dll</HintPath>60 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Data-3.3.dll</HintPath> 62 61 <Private>False</Private> 63 62 </Reference> 64 63 <Reference Include="HeuristicLab.Hive-3.3"> 65 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Hive-3.3.dll</HintPath>64 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Hive-3.3.dll</HintPath> 66 65 <Private>False</Private> 67 66 </Reference> 67 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 68 <SpecificVersion>False</SpecificVersion> 69 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Operators-3.3.dll</HintPath> 70 </Reference> 68 71 <Reference Include="HeuristicLab.Optimization-3.3"> 69 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Optimization-3.3.dll</HintPath>72 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 70 73 <Private>False</Private> 71 74 </Reference> 72 75 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 73 76 <SpecificVersion>False</SpecificVersion> 74 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Parameters-3.3.dll</HintPath>77 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 75 78 <Private>False</Private> 76 79 </Reference> 77 80 <Reference Include="HeuristicLab.Persistence-3.3"> 78 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.Persistence-3.3.dll</HintPath>81 <HintPath>..\..\..\..\stable\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 79 82 <Private>False</Private> 80 83 </Reference> 81 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 82 <HintPath>..\..\..\..\ HeuristicLab\HeuristicLab 3.3.13\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>85 <HintPath>..\..\..\..\stable\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 86 <Private>False</Private> 84 87 </Reference> … … 97 100 <Compile Include="Plugin.cs" /> 98 101 <Compile Include="Properties\AssemblyInfo.cs" /> 102 <Compile Include="P2PMigrationAnalyzer.cs" /> 99 103 </ItemGroup> 100 104 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.