Changeset 15694 for branches/2457_ExpertSystem/ProblemInstanceIdentifier
- Timestamp:
- 01/31/18 10:48:26 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2457_ExpertSystem/ProblemInstanceIdentifier/ProblemInstanceIdentifier.csproj
r15031 r15694 37 37 <ItemGroup> 38 38 <Reference Include="HeuristicLab.Collections-3.3"> 39 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>39 <HintPath>..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 40 40 </Reference> 41 41 <Reference Include="HeuristicLab.Common-3.3"> 42 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Common-3.3.dll</HintPath>42 <HintPath>..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 43 43 </Reference> 44 44 <Reference Include="HeuristicLab.Core-3.3"> 45 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Core-3.3.dll</HintPath>45 <HintPath>..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 46 46 </Reference> 47 47 <Reference Include="HeuristicLab.Data-3.3"> 48 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Data-3.3.dll</HintPath>48 <HintPath>..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath> 49 49 </Reference> 50 50 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 51 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>51 <HintPath>..\..\..\trunk\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 52 52 </Reference> 53 <Reference Include="HeuristicLab.Operators-3.3 , Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec">54 < Private>True</Private>53 <Reference Include="HeuristicLab.Operators-3.3"> 54 <HintPath>..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath> 55 55 </Reference> 56 56 <Reference Include="HeuristicLab.Persistence-3.3"> 57 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>57 <HintPath>..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 58 58 </Reference> 59 59 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 60 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>60 <HintPath>..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 61 61 </Reference> 62 62 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 63 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>63 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 64 64 </Reference> 65 65 <Reference Include="HeuristicLab.Problems.Instances.QAPLIB-3.3"> 66 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath>66 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.Instances.QAPLIB-3.3.dll</HintPath> 67 67 </Reference> 68 68 <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3"> 69 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>69 <HintPath>..\..\..\trunk\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath> 70 70 </Reference> 71 71 <Reference Include="HeuristicLab.Random-3.3"> 72 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.Random-3.3.dll</HintPath>72 <HintPath>..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 73 73 </Reference> 74 <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 75 <SpecificVersion>False</SpecificVersion> 76 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath> 74 <Reference Include="HeuristicLab.Selection-3.3"> 75 <HintPath>..\..\..\trunk\bin\HeuristicLab.Selection-3.3.dll</HintPath> 77 76 </Reference> 78 77 <Reference Include="HeuristicLab.SequentialEngine-3.3"> 79 <HintPath>..\..\..\trunk\ sources\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath>78 <HintPath>..\..\..\trunk\bin\HeuristicLab.SequentialEngine-3.3.dll</HintPath> 80 79 </Reference> 81 80 <Reference Include="System" />
Note: See TracChangeset
for help on using the changeset viewer.