Changeset 4296 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3
- Timestamp:
- 08/23/10 17:49:43 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment/3.3/HeuristicLab.Hive.Experiment-3.3.csproj
r4171 r4296 56 56 <ItemGroup> 57 57 <Reference Include="HeuristicLab.Collections-3.3"> 58 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>58 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 59 59 </Reference> 60 60 <Reference Include="HeuristicLab.Common-3.3"> 61 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>61 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 62 62 </Reference> 63 63 <Reference Include="HeuristicLab.Common.Resources-3.3"> 64 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>64 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 65 65 </Reference> 66 66 <Reference Include="HeuristicLab.Core-3.3"> 67 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>67 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 68 68 </Reference> 69 69 <Reference Include="HeuristicLab.Data-3.3"> 70 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 71 </Reference> 72 <Reference Include="HeuristicLab.DataAccess-3.3"> 73 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.DataAccess-3.3.dll</HintPath> 70 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 74 71 </Reference> 75 72 <Reference Include="HeuristicLab.Optimization-3.3"> 76 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>73 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 77 74 </Reference> 78 75 <Reference Include="HeuristicLab.Persistence-3.3"> 79 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>76 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 80 77 </Reference> 81 78 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 82 <HintPath> ..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>79 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 83 80 </Reference> 84 <Reference Include="HeuristicLab.Tracing-3.3" /> 81 <Reference Include="HeuristicLab.Tracing-3.3"> 82 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath> 83 </Reference> 85 84 <Reference Include="System" /> 86 85 <Reference Include="System.Core" /> … … 119 118 </ItemGroup> 120 119 <ItemGroup> 120 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 121 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 122 <Name>HeuristicLab.DataAccess-3.3</Name> 123 </ProjectReference> 121 124 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 122 125 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
Note: See TracChangeset
for help on using the changeset viewer.