Changeset 17117 for stable/HeuristicLab.ExtLibs/HeuristicLab.OrTools
- Timestamp:
- 07/08/19 15:52:20 (6 years ago)
- Location:
- stable
- Files:
-
- 1 deleted
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
-
stable/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/Google.OrTools_version.txt
r16419 r17117 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/e 13f4bb73f09966332206204d443747e3762555f5 [1]: https://github.com/ddorfmeister/or-tools/commit/eb3d72b09219e1aef48182b77cf26b153e9fc9a1 6 6 [2]: https://github.com/google/or-tools -
stable/HeuristicLab.ExtLibs/HeuristicLab.OrTools/7.0.0/HeuristicLab.OrTools-7.0.0/HeuristicLab.OrTools-7.0.0.csproj
r16910 r17117 43 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 44 44 <DebugSymbols>true</DebugSymbols> 45 <OutputPath> bin\x64\Debug\</OutputPath>45 <OutputPath>..\..\..\..\bin\</OutputPath> 46 46 <DefineConstants>DEBUG;TRACE</DefineConstants> 47 47 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 52 52 </PropertyGroup> 53 53 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 54 <OutputPath> bin\x64\Release\</OutputPath>54 <OutputPath>..\..\..\..\bin\</OutputPath> 55 55 <DefineConstants>TRACE</DefineConstants> 56 56 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 63 63 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 64 64 <DebugSymbols>true</DebugSymbols> 65 <OutputPath> bin\x86\Debug\</OutputPath>65 <OutputPath>..\..\..\..\bin\</OutputPath> 66 66 <DefineConstants>DEBUG;TRACE</DefineConstants> 67 67 <AllowUnsafeBlocks>true</AllowUnsafeBlocks> … … 72 72 </PropertyGroup> 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 74 <OutputPath> bin\x86\Release\</OutputPath>74 <OutputPath>..\..\..\..\bin\</OutputPath> 75 75 <DefineConstants>TRACE</DefineConstants> 76 76 <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Note: See TracChangeset
for help on using the changeset viewer.