Changeset 16748
- Timestamp:
- 04/02/19 15:13:14 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExactOptimization/3.3/HeuristicLab.ExactOptimization-3.3.csproj
r16736 r16748 118 118 <SpecificVersion>False</SpecificVersion> 119 119 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 120 </Reference>121 <Reference Include="HeuristicLab.OrTools-7.0.0, Version=6.10.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">122 <SpecificVersion>False</SpecificVersion>123 <HintPath>..\..\bin\HeuristicLab.OrTools-7.0.0.dll</HintPath>124 120 </Reference> 125 121 <Reference Include="System" /> -
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj
r16717 r16748 82 82 </PropertyGroup> 83 83 <ItemGroup> 84 <Reference Include="Google.OrTools, Version=0.0.0.0, Culture=neutral, PublicKeyToken=e028b7d783ee8af0, processorArchitecture=AMD64">85 <SpecificVersion>False</SpecificVersion>86 <HintPath>.\Google.OrTools.dll</HintPath>87 </Reference>88 <Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">89 <SpecificVersion>False</SpecificVersion>90 <HintPath>.\Google.Protobuf.dll</HintPath>91 </Reference>92 84 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 93 85 <SpecificVersion>False</SpecificVersion> … … 127 119 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 128 120 </Content> 129 <Content Include="Google.Protobuf.dll">130 <CopyToOutputDirectory>Always</CopyToOutputDirectory>131 </Content>132 121 </ItemGroup> 133 122 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/Plugin.cs.frame
r16717 r16748 35 35 [PluginFile("Google.OrTools.runtime.win-x64.dll", PluginFileType.NativeDll)] 36 36 [PluginFile("Google.OrTools_version.txt", PluginFileType.Data)] 37 [PluginFile("Google.Protobuf.dll", PluginFileType.Assembly)]38 37 public class HeuristicLabOrToolsPlugin : PluginBase { 39 38
Note: See TracChangeset
for help on using the changeset viewer.