Changeset 12016
- Timestamp:
- Aug 30, 2011, 6:01:40 PM (13 years ago)
- Location:
- extensions/PiwigoLib
- Files:
-
- 6 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/PiwigoLib/PiwigoWpf/DTO/LocalPwgCategory.cs
r12015 r12016 10 10 {} 11 11 12 class LocalPwgCategoryWPF : INotifyPropertyChanged12 public class LocalPwgCategoryWPF : INotifyPropertyChanged 13 13 { 14 14 private Int32 _id; 15 public overrideInt32 Id15 public Int32 Id 16 16 { 17 17 set { _id = value; OnPropertyChanged("Id"); } … … 34 34 35 35 private Int32 _upperCatId; 36 public overrideInt32 UpperCatId36 public Int32 UpperCatId 37 37 { 38 38 set { _upperCatId = value; OnPropertyChanged("UpperCatId"); } -
extensions/PiwigoLib/PiwigoWpf/PiwigoWpf.csproj
r12015 r12016 17 17 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 18 18 <WarningLevel>4</WarningLevel> 19 <IsWebBootstrapper>false</IsWebBootstrapper> 19 20 <PublishUrl>publish\</PublishUrl> 20 21 <Install>true</Install> … … 29 30 <ApplicationRevision>0</ApplicationRevision> 30 31 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 31 <IsWebBootstrapper>false</IsWebBootstrapper>32 32 <UseApplicationTrust>false</UseApplicationTrust> 33 33 <BootstrapperEnabled>true</BootstrapperEnabled> … … 59 59 <Reference Include="System.Data" /> 60 60 <Reference Include="System.Drawing" /> 61 <Reference Include="System.Web" />62 61 <Reference Include="System.Xml" /> 63 62 <Reference Include="Microsoft.CSharp" /> … … 172 171 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 173 172 <Visible>False</Visible> 174 <ProductName>Microsoft .NET Framework 4 %28x86 etx64%29</ProductName>173 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> 175 174 <Install>true</Install> 176 175 </BootstrapperPackage> 177 176 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 178 177 <Visible>False</Visible> 179 <ProductName>.NET Framework 178 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 180 179 <Install>false</Install> 181 180 </BootstrapperPackage> … … 187 186 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 188 187 <Visible>False</Visible> 189 <ProductName>Windows Installer 188 <ProductName>Windows Installer 3.1</ProductName> 190 189 <Install>true</Install> 191 190 </BootstrapperPackage> -
extensions/PiwigoLib/PiwigoWpf/Properties/Resources.Designer.cs
r11850 r12016 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.23 54 // Runtime Version:4.0.30319.237 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if -
extensions/PiwigoLib/PiwigoWpf/Properties/Settings.Designer.cs
r11904 r12016 1 1 //------------------------------------------------------------------------------ 2 2 // <auto-generated> 3 // Ce code a été généré par un outil.4 // Version du runtime :4.0.30319.13 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.237 5 5 // 6 // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si7 // le code est régénéré.6 // Changes to this file may cause incorrect behavior and will be lost if 7 // the code is regenerated. 8 8 // </auto-generated> 9 9 //------------------------------------------------------------------------------ 10 10 11 using System;12 11 namespace Com.Piwigo.Wpf.Properties { 13 12 … … 28 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 29 28 [global::System.Configuration.DefaultSettingValueAttribute("")] 30 public String ServerNameData {29 public string ServerNameData { 31 30 get { 32 return (( String)(this["ServerNameData"]));31 return ((string)(this["ServerNameData"])); 33 32 } 34 33 set { … … 40 39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 41 40 [global::System.Configuration.DefaultSettingValueAttribute("")] 42 public String UserNameData {41 public string UserNameData { 43 42 get { 44 return (( String)(this["UserNameData"]));43 return ((string)(this["UserNameData"])); 45 44 } 46 45 set { … … 52 51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 53 52 [global::System.Configuration.DefaultSettingValueAttribute("")] 54 public String PwdData {53 public string PwdData { 55 54 get { 56 return (( String)(this["PwdData"]));55 return ((string)(this["PwdData"])); 57 56 } 58 57 set { … … 64 63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 64 [global::System.Configuration.DefaultSettingValueAttribute("False")] 66 public BooleanSaveSettingData {65 public bool SaveSettingData { 67 66 get { 68 return (( Boolean)(this["SaveSettingData"]));67 return ((bool)(this["SaveSettingData"])); 69 68 } 70 69 set { -
extensions/PiwigoLib/PiwigoWpf/app.config
r12015 r12016 2 2 <configuration> 3 3 <configSections> 4 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" 5 <section name="Com.Piwigo.Wpf.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" 4 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 5 <section name="Com.Piwigo.Wpf.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> 6 6 </sectionGroup> 7 7 </configSections> … … 12 12 <Com.Piwigo.Wpf.Properties.Settings> 13 13 <setting name="ServerNameData" serializeAs="String"> 14 <value 14 <value/> 15 15 </setting> 16 16 <setting name="UserNameData" serializeAs="String"> 17 <value 17 <value/> 18 18 </setting> 19 19 <setting name="PwdData" serializeAs="String"> 20 <value 20 <value/> 21 21 </setting> 22 22 <setting name="SaveSettingData" serializeAs="String">
Note: See TracChangeset
for help on using the changeset viewer.