- Timestamp:
- 12/27/18 11:16:08 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.LinearAssignment/3.3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.LinearAssignment/3.3/HeuristicLab.Problems.LinearAssignment-3.3.csproj
r16452 r16454 109 109 </PropertyGroup> 110 110 <ItemGroup> 111 <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> 112 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 113 </Reference> 114 <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> 115 <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath> 116 </Reference> 111 117 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 112 118 <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> … … 121 127 <Compile Include="HungarianAlgorithm.cs" /> 122 128 <Compile Include="LAPAssignment.cs" /> 129 <None Include="packages.config" /> 123 130 <None Include="Plugin.cs.frame" /> 124 131 <Compile Include="Analyzers\BestLAPSolutionAnalyzer.cs" />
Note: See TracChangeset
for help on using the changeset viewer.