Changeset 6872 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Tests/HeuristicLab.Services.Hive.Tests-3.3.csproj
- Timestamp:
- 10/05/11 17:21:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Tests/HeuristicLab.Services.Hive.Tests-3.3.csproj
r6743 r6872 90 90 <ItemGroup> 91 91 <Reference Include="HeuristicLab.Clients.Common-3.3"> 92 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>92 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath> 93 93 </Reference> 94 94 <Reference Include="HeuristicLab.Common-3.3"> 95 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>95 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 96 96 </Reference> 97 97 <Reference Include="HeuristicLab.Common.Resources-3.3"> 98 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>98 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 99 99 </Reference> 100 100 <Reference Include="HeuristicLab.Core-3.3"> 101 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>101 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 102 102 </Reference> 103 103 <Reference Include="HeuristicLab.Persistence-3.3"> 104 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>104 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 105 105 </Reference> 106 106 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 107 <HintPath> C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>107 <HintPath>..\..\..\..\core\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 108 108 </Reference> 109 109 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Note: See TracChangeset
for help on using the changeset viewer.