Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/23/10 00:07:58 (13 years ago)
Author:
swagner
Message:

Reintegrated .NET 4.0 migration branch (#1350)

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/sources

  • trunk/sources/HeuristicLab.Tracing/3.3/HeuristicLab.Tracing-3.3.csproj

    r4490 r5163  
    1111    <RootNamespace>HeuristicLab.Tracing</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Tracing-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1416    <FileAlignment>512</FileAlignment>
    1517    <SignAssembly>true</SignAssembly>
  • trunk/sources/HeuristicLab.Tracing/3.3/app.config

    r4477 r5163  
    1 <?xml version="1.0" encoding="utf-8" ?>
     1<?xml version="1.0"?>
    22<configuration>
    33  <configSections>   
    4     <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
    5       <section name="HeuristicLab.Tracing.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
     4    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     5      <section name="HeuristicLab.Tracing.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
    66    </sectionGroup>
    77  </configSections>
     
    99    <HeuristicLab.Tracing.Properties.Settings>
    1010      <setting name="TracingLog4netConfigFile" serializeAs="String">
    11         <value />
     11        <value/>
    1212      </setting>
    1313    </HeuristicLab.Tracing.Properties.Settings>
    1414  </userSettings>
    15 </configuration>
     15<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracChangeset for help on using the changeset viewer.