Changeset 16728 for branches/1614_GeneralizedQAP/GQAPSolver
- Timestamp:
- 03/31/19 14:40:15 (6 years ago)
- Location:
- branches/1614_GeneralizedQAP/GQAPSolver
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/1614_GeneralizedQAP/GQAPSolver/App.config ¶
r15890 r16728 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 3 <startup> 4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4. 5"/>4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> 5 5 </startup> 6 6 </configuration> -
TabularUnified branches/1614_GeneralizedQAP/GQAPSolver/GQAPSolver.csproj ¶
r16076 r16728 9 9 <RootNamespace>GQAPSolver</RootNamespace> 10 10 <AssemblyName>GQAPSolver</AssemblyName> 11 <TargetFrameworkVersion>v4. 5</TargetFrameworkVersion>11 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> 12 12 <FileAlignment>512</FileAlignment> 13 <TargetFrameworkProfile /> 13 14 </PropertyGroup> 14 15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Note: See TracChangeset
for help on using the changeset viewer.