Fix action icons in the log dialog being clipped on High-DPI displays
[TortoiseGit.git] / ext / OGDF / makeVCProj.config
blob3919e60664117a8e5ab43dd1717108245ae65195
1 [GENERAL]\r
2 #* File name of project template file\r
3 templateFile = config/ogdf.vcproj.vs2008.template\r
4 #* File name of created project file\r
5 projectFile = ogdf.vcproj\r
6 #* the option below does not work in public releases,\r
7 #* as the solver is non-GPL. Please use COIN instead! \r
8 useOwnLpSolver = false\r
9 \r
10 [COIN]\r
11 #* set to "true" to use COIN\r
12 useCoin = false\r
13 coinIncl = C:/somewhere/COIN/include\r
14 coinLib = C:/somewhere/COIN/lib\r
16 #* Select your solver for COIN\r
17 #* CPLEX:\r
18 # solver_name = COIN_OSI_CPX\r
19 # solver_incl = C:/somewhere/ILOG/cplex90/include/ilcplex\r
20 #* Coin's CLP:\r
21 # solver_name =  COIN_OSI_CLP\r
22 # solver_incl = \r
23 #* Coin's Symphony\r
24 # solver_name =  COIN_OSI_SYM\r
25 # solver_incl = C:/home/plug/COIN/SYMPHONY/include\r