Changeset 16419
- Timestamp:
- 12/20/18 12:52:01 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/6.10.0/HeuristicLab.OrTools-6.10.0/Google.OrTools_version.txt
r16373 r16419 3 3 GitHub [2]. The library was compiled with Visual Studio 2017 for x64. 4 4 5 [1]: https://github.com/ddorfmeister/or-tools/commit/ 62b433751564a627416143c3ba9469d855c098de5 [1]: https://github.com/ddorfmeister/or-tools/commit/e13f4bb73f09966332206204d443747e3762555f 6 6 [2]: https://github.com/google/or-tools -
branches/2931_OR-Tools_LP_MIP/HeuristicLab.ExtLibs/HeuristicLab.OrTools/6.10.0/HeuristicLab.OrTools-6.10.0/HeuristicLab.OrTools-6.10.0.csproj
r16373 r16419 103 103 </ItemGroup> 104 104 <ItemGroup> 105 <None Include="packages.config" />106 105 <None Include="Plugin.cs.frame" /> 107 106 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 147 146 call PreBuildEvent.cmd</PreBuildEvent> 148 147 </PropertyGroup> 149 <Import Project="..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" />150 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">151 <PropertyGroup>152 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>153 </PropertyGroup>154 <Error Condition="!Exists('..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\NETStandard.Library.2.0.3\build\netstandard2.0\NETStandard.Library.targets'))" />155 </Target>156 148 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 157 149 Other similar extension points exist, see Microsoft.Common.targets.
Note: See TracChangeset
for help on using the changeset viewer.