Changeset 13551 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/HeuristicLab.OptimizationExpertSystem-3.3.csproj
- Timestamp:
- 01/19/16 08:49:23 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/HeuristicLab.OptimizationExpertSystem-3.3.csproj
r13485 r13551 117 117 <Private>False</Private> 118 118 </Reference> 119 <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 120 <SpecificVersion>False</SpecificVersion> 121 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 122 <Private>False</Private> 123 </Reference> 124 <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 125 <SpecificVersion>False</SpecificVersion> 126 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath> 127 <Private>False</Private> 128 </Reference> 119 129 <Reference Include="System" /> 120 130 <Reference Include="System.Core" /> … … 131 141 <Compile Include="Plugin.cs" /> 132 142 <None Include="Properties\AssemblyInfo.cs.frame" /> 143 <Compile Include="ProblemCharacteristicAnalysis\CharacteristicCalculator.cs" /> 144 <Compile Include="ProblemCharacteristicAnalysis\DoubleMatrixCharacteristicCalculator.cs" /> 145 <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPCharacteristicCalculator.cs" /> 133 146 <Compile Include="Properties\AssemblyInfo.cs" /> 134 147 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.