Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 21:22:53 (9 years ago)
Author:
ascheibe
Message:

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

Location:
trunk/sources/HeuristicLab.Clients.OKB/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj

    r8600 r11623  
    1111    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Clients.OKB-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <TargetFrameworkProfile />
     
    2424    <WarningLevel>4</WarningLevel>
    2525    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     26    <Prefer32Bit>false</Prefer32Bit>
    2627  </PropertyGroup>
    2728  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3536    </DocumentationFile>
    3637    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     38    <Prefer32Bit>false</Prefer32Bit>
    3739  </PropertyGroup>
    3840  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4446    <ErrorReport>prompt</ErrorReport>
    4547    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4649  </PropertyGroup>
    4750  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5558    <ErrorReport>prompt</ErrorReport>
    5659    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5761  </PropertyGroup>
    5862  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6468    <ErrorReport>prompt</ErrorReport>
    6569    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6671  </PropertyGroup>
    6772  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7580    <ErrorReport>prompt</ErrorReport>
    7681    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     82    <Prefer32Bit>false</Prefer32Bit>
    7783  </PropertyGroup>
    7884  <PropertyGroup>
     
    246252  </PropertyGroup>
    247253  <PropertyGroup>
    248    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     254    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    249255set ProjectDir=$(ProjectDir)
    250256set SolutionDir=$(SolutionDir)
    251257set Outdir=$(Outdir)
    252258call PreBuildEvent.cmd</PreBuildEvent>
    253 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     259    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    254260export ProjectDir=$(ProjectDir)
    255261export SolutionDir=$(SolutionDir)
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/app.config

    r8055 r11623  
    1111    <bindings>
    1212      <wsHttpBinding>
    13         <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00"
    14             openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    15             bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    16             maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
    17             messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
    18             allowCookies="false">
    19           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000"
    20               maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    21           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    22               enabled="false" />
     13        <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
     14          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
     15          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    2316          <security mode="Message">
    24             <transport clientCredentialType="Windows" proxyCredentialType="None"
    25                 realm="" />
    26             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    27                 algorithmSuite="Default" />
     17            <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
     18            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
    2819          </security>
    2920        </binding>
    30         <binding name="WSHttpBinding_IRunCreationService" closeTimeout="00:01:00"
    31             openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    32             bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    33             maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
    34             messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
    35             allowCookies="false">
    36           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000"
    37               maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    38           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    39               enabled="false" />
     21        <binding name="WSHttpBinding_IRunCreationService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
     22          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
     23          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    4024          <security mode="Message">
    41             <transport clientCredentialType="Windows" proxyCredentialType="None"
    42                 realm="" />
    43             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    44                 algorithmSuite="Default" />
     25            <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
     26            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
    4527          </security>
    4628        </binding>
    47         <binding name="WSHttpBinding_IQueryService" closeTimeout="00:01:00"
    48             openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    49             bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    50             maxBufferPoolSize="524288" maxReceivedMessageSize="200000000"
    51             messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
    52             allowCookies="false">
    53           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000"
    54               maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    55           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    56               enabled="false" />
     29        <binding name="WSHttpBinding_IQueryService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="200000000" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
     30          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="200000000" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
     31          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    5732          <security mode="Message">
    58             <transport clientCredentialType="Windows" proxyCredentialType="None"
    59                 realm="" />
    60             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    61                 algorithmSuite="Default" />
     33            <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
     34            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
    6235          </security>
    6336        </binding>
    64         <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00"
    65             openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
    66             bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
    67             maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
    68             messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true"
    69             allowCookies="false">
    70           <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
    71               maxBytesPerRead="4096" maxNameTableCharCount="16384" />
    72           <reliableSession ordered="true" inactivityTimeout="00:10:00"
    73               enabled="false" />
     37        <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false">
     38          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
     39          <reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="false"/>
    7440          <security mode="Message">
    75             <transport clientCredentialType="Windows" proxyCredentialType="None"
    76                 realm="" />
    77             <message clientCredentialType="UserName" negotiateServiceCredential="true"
    78                 algorithmSuite="Default" />
     41            <transport clientCredentialType="Windows" proxyCredentialType="None" realm=""/>
     42            <message clientCredentialType="UserName" negotiateServiceCredential="true" algorithmSuite="Default"/>
    7943          </security>
    8044        </binding>
     
    8246    </bindings>
    8347    <client>
    84       <endpoint address="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc"
    85           binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService"
    86           contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService"
    87           name="WSHttpBinding_IAdministrationService" behaviorConfiguration="DefaultEndpointBehavior">
     48      <endpoint address="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService" contract="HeuristicLab.Clients.OKB.Administration.IAdministrationService" name="WSHttpBinding_IAdministrationService" behaviorConfiguration="DefaultEndpointBehavior">
    8849        <identity>
    89           <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
     50          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
    9051        </identity>
    9152      </endpoint>
    92       <endpoint address="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc"
    93           binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService"
    94           contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService"
    95           name="WSHttpBinding_IRunCreationService" behaviorConfiguration="DefaultEndpointBehavior">
     53      <endpoint address="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IRunCreationService" contract="HeuristicLab.Clients.OKB.RunCreation.IRunCreationService" name="WSHttpBinding_IRunCreationService" behaviorConfiguration="DefaultEndpointBehavior">
    9654        <identity>
    97           <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
     55          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
    9856        </identity>
    9957      </endpoint>
    100       <endpoint address="http://services.heuristiclab.com/OKB-3.3/QueryService.svc"
    101           binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService"
    102           contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService"
    103           behaviorConfiguration="DefaultEndpointBehavior">
     58      <endpoint address="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IQueryService" contract="HeuristicLab.Clients.OKB.Query.IQueryService" name="WSHttpBinding_IQueryService" behaviorConfiguration="DefaultEndpointBehavior">
    10459        <identity>
    105           <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" />
     60          <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ=="/>
    10661        </identity>
    10762      </endpoint>
    10863    </client>
    10964  </system.serviceModel>
    110 </configuration>
     65<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
Note: See TracChangeset for help on using the changeset viewer.