Changeset 12016 for extensions/PiwigoLib


Ignore:
Timestamp:
Aug 30, 2011, 6:01:40 PM (13 years ago)
Author:
bayral
Message:

adding a setup.exe

Location:
extensions/PiwigoLib
Files:
6 added
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoWpf/DTO/LocalPwgCategory.cs

    r12015 r12016  
    1010    {}
    1111
    12     class LocalPwgCategoryWPF : INotifyPropertyChanged
     12    public class LocalPwgCategoryWPF : INotifyPropertyChanged
    1313    {
    1414        private Int32 _id;
    15         public override Int32 Id
     15        public Int32 Id
    1616        {
    1717            set { _id = value; OnPropertyChanged("Id"); }
     
    3434
    3535        private Int32 _upperCatId;
    36         public override Int32 UpperCatId
     36        public Int32 UpperCatId
    3737        {
    3838            set { _upperCatId = value; OnPropertyChanged("UpperCatId"); }
  • extensions/PiwigoLib/PiwigoWpf/PiwigoWpf.csproj

    r12015 r12016  
    1717    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    1818    <WarningLevel>4</WarningLevel>
     19    <IsWebBootstrapper>false</IsWebBootstrapper>
    1920    <PublishUrl>publish\</PublishUrl>
    2021    <Install>true</Install>
     
    2930    <ApplicationRevision>0</ApplicationRevision>
    3031    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    31     <IsWebBootstrapper>false</IsWebBootstrapper>
    3232    <UseApplicationTrust>false</UseApplicationTrust>
    3333    <BootstrapperEnabled>true</BootstrapperEnabled>
     
    5959    <Reference Include="System.Data" />
    6060    <Reference Include="System.Drawing" />
    61     <Reference Include="System.Web" />
    6261    <Reference Include="System.Xml" />
    6362    <Reference Include="Microsoft.CSharp" />
     
    172171    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
    173172      <Visible>False</Visible>
    174       <ProductName>Microsoft .NET Framework 4 %28x86 et x64%29</ProductName>
     173      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
    175174      <Install>true</Install>
    176175    </BootstrapperPackage>
    177176    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
    178177      <Visible>False</Visible>
    179       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     178      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
    180179      <Install>false</Install>
    181180    </BootstrapperPackage>
     
    187186    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
    188187      <Visible>False</Visible>
    189       <ProductName>Windows Installer 3.1</ProductName>
     188      <ProductName>Windows Installer 3.1</ProductName>
    190189      <Install>true</Install>
    191190    </BootstrapperPackage>
  • extensions/PiwigoLib/PiwigoWpf/Properties/Resources.Designer.cs

    r11850 r12016  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.235
     4//     Runtime Version:4.0.30319.237
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
  • extensions/PiwigoLib/PiwigoWpf/Properties/Settings.Designer.cs

    r11904 r12016  
    11//------------------------------------------------------------------------------
    22// <auto-generated>
    3 //     Ce code a été généré par un outil.
    4 //     Version du runtime :4.0.30319.1
     3//     This code was generated by a tool.
     4//     Runtime Version:4.0.30319.237
    55//
    6 //     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
    7 //     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.
    88// </auto-generated>
    99//------------------------------------------------------------------------------
    1010
    11 using System;
    1211namespace Com.Piwigo.Wpf.Properties {
    1312   
     
    2827        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2928        [global::System.Configuration.DefaultSettingValueAttribute("")]
    30         public String ServerNameData {
     29        public string ServerNameData {
    3130            get {
    32                 return ((String)(this["ServerNameData"]));
     31                return ((string)(this["ServerNameData"]));
    3332            }
    3433            set {
     
    4039        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    4140        [global::System.Configuration.DefaultSettingValueAttribute("")]
    42         public String UserNameData {
     41        public string UserNameData {
    4342            get {
    44                 return ((String)(this["UserNameData"]));
     43                return ((string)(this["UserNameData"]));
    4544            }
    4645            set {
     
    5251        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    5352        [global::System.Configuration.DefaultSettingValueAttribute("")]
    54         public String PwdData {
     53        public string PwdData {
    5554            get {
    56                 return ((String)(this["PwdData"]));
     55                return ((string)(this["PwdData"]));
    5756            }
    5857            set {
     
    6463        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    6564        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    66         public Boolean SaveSettingData {
     65        public bool SaveSettingData {
    6766            get {
    68                 return ((Boolean)(this["SaveSettingData"]));
     67                return ((bool)(this["SaveSettingData"]));
    6968            }
    7069            set {
  • extensions/PiwigoLib/PiwigoWpf/app.config

    r12015 r12016  
    22<configuration>
    33  <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"/>
    66    </sectionGroup>
    77  </configSections>
     
    1212    <Com.Piwigo.Wpf.Properties.Settings>
    1313      <setting name="ServerNameData" serializeAs="String">
    14         <value />
     14        <value/>
    1515      </setting>
    1616      <setting name="UserNameData" serializeAs="String">
    17         <value />
     17        <value/>
    1818      </setting>
    1919      <setting name="PwdData" serializeAs="String">
    20         <value />
     20        <value/>
    2121      </setting>
    2222      <setting name="SaveSettingData" serializeAs="String">
Note: See TracChangeset for help on using the changeset viewer.