Changeset 15688 for branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances
- Timestamp:
- 01/31/18 09:42:48 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3.csproj
r15579 r15688 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>20 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath>..\..\..\..\trunk\ sources\bin\</OutputPath>28 <OutputPath>..\..\..\..\trunk\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.Common-3.3 ">41 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>40 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 41 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 42 42 <Private>False</Private> 43 43 </Reference> 44 <Reference Include="HeuristicLab.PluginInfrastructure-3.3 ">45 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>44 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0"> 45 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 46 46 <Private>False</Private> 47 47 </Reference> 48 <Reference Include="HeuristicLab.Problems.Instances-3.3 ">49 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>48 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0"> 49 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 50 50 <Private>False</Private> 51 51 </Reference> 52 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3 ">53 <HintPath>..\..\..\ trunk\sources\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath>52 <Reference Include="HeuristicLab.Problems.Instances.CordeauGQAP-3.3, Version=3.3.0.0"> 53 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll</HintPath> 54 54 <Private>False</Private> 55 55 </Reference>
Note: See TracChangeset
for help on using the changeset viewer.