Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7435


Ignore:
Timestamp:
01/31/12 22:31:37 (12 years ago)
Author:
ascheibe
Message:

#1722 changed visibility of the Clients.Common settings to public as the access service client needs access to the username

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

Legend:

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

    r6866 r7435  
    133133    <None Include="Properties\AssemblyInfo.cs.frame" />
    134134    <None Include="Properties\Settings.settings">
    135       <Generator>SettingsSingleFileGenerator</Generator>
     135      <Generator>PublicSettingsSingleFileGenerator</Generator>
    136136      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    137137    </None>
  • trunk/sources/HeuristicLab.Clients.Common/3.3/Properties/Settings.Designer.cs

    r4387 r7435  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.1
     4//     Runtime Version:4.0.30319.239
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    1515    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
     16    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
    1818        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
Note: See TracChangeset for help on using the changeset viewer.