Changeset 13545
- Timestamp:
- 01/18/16 15:18:59 (9 years ago)
- Location:
- branches/thasling/DistributedGA
- Files:
-
- 10 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Hive/DistributedGA.Hive.csproj
r13541 r13545 5 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <ProjectGuid> 438db8b9-d48c-46db-bc5f-af2d60313028</ProjectGuid>7 <ProjectGuid>{F191E644-1AFC-4825-8897-E79A6ED91B20}</ProjectGuid> 8 8 <OutputType>Exe</OutputType> 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> … … 33 33 </PropertyGroup> 34 34 <ItemGroup> 35 <Reference Include="HeuristicLab.Clients.Hive-3.3"> 36 <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Clients.Hive-3.3.dll</HintPath> 37 </Reference> 38 <Reference Include="HeuristicLab.Clients.Hive.JobManager-3.3"> 39 <HintPath>..\..\..\..\Users\Lokal\Downloads\HeuristicLab 3.3.13\HeuristicLab.Clients.Hive.JobManager-3.3.dll</HintPath> 40 </Reference> 35 41 <Reference Include="System" /> 36 42 <Reference Include="System.Core" /> 43 <Reference Include="System.ServiceModel" /> 37 44 <Reference Include="System.Xml.Linq" /> 38 45 <Reference Include="System.Data.DataSetExtensions" />
Note: See TracChangeset
for help on using the changeset viewer.