Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (6 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

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"?>
    22<configuration>
    33    <startup>
    4         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
     4        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
    55    </startup>
    66</configuration>
  • TabularUnified branches/1614_GeneralizedQAP/GQAPSolver/GQAPSolver.csproj

    r16076 r16728  
    99    <RootNamespace>GQAPSolver</RootNamespace>
    1010    <AssemblyName>GQAPSolver</AssemblyName>
    11     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     11    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
    1212    <FileAlignment>512</FileAlignment>
     13    <TargetFrameworkProfile />
    1314  </PropertyGroup>
    1415  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Note: See TracChangeset for help on using the changeset viewer.