Changeset 6811


Ignore:
Timestamp:
Aug 28, 2010, 12:26:56 AM (14 years ago)
Author:
bayral
Message:

Convert solution to visual studio 2010, may be a new start !!!!

Location:
extensions/PiwigoLib
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/Piwigo.sln

    r3816 r6811  
    11
    2 Microsoft Visual Studio Solution File, Format Version 10.00
    3 # Visual Studio 2008
     2Microsoft Visual Studio Solution File, Format Version 11.00
     3# Visual C# Express 2010
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiwigoLib", "PiwigoLib\PiwigoLib.csproj", "{64C068C5-DBFE-4712-9081-B9100698F35C}"
    55EndProject
  • extensions/PiwigoLib/PiwigoLib/PiwigoLib.csproj

    r3861 r6811  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1111    <RootNamespace>Com.Piwigo.Lib</RootNamespace>
    1212    <AssemblyName>PiwigoLib</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <FileUpgradeFlags>
     16    </FileUpgradeFlags>
     17    <OldToolsVersion>3.5</OldToolsVersion>
     18    <UpgradeBackupLocation />
    1519  </PropertyGroup>
    1620  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  • extensions/PiwigoLib/TestPiwigoLib/Properties/Resources.Designer.cs

    r3816 r6811  
    22// <auto-generated>
    33//     Ce code a été généré par un outil.
    4 //     Version du runtime :2.0.50727.3082
     4//     Version du runtime :4.0.30319.1
    55//
    66//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
     
    99//------------------------------------------------------------------------------
    1010
    11 namespace TestPiwigoLib.Properties
    12 {
    13 
    14 
     11namespace TestPiwigoLib.Properties {
     12    using System;
     13   
     14   
    1515    /// <summary>
    1616    ///   Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées.
     
    2020    // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen
    2121    // avec l'option /str ou régénérez votre projet VS.
    22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
     22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2424    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    25     internal class Resources
    26     {
    27 
     25    internal class Resources {
     26       
    2827        private static global::System.Resources.ResourceManager resourceMan;
    29 
     28       
    3029        private static global::System.Globalization.CultureInfo resourceCulture;
    31 
     30       
    3231        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
    33         internal Resources()
    34         {
     32        internal Resources() {
    3533        }
    36 
     34       
    3735        /// <summary>
    3836        ///   Retourne l'instance ResourceManager mise en cache utilisée par cette classe.
    3937        /// </summary>
    4038        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    41         internal static global::System.Resources.ResourceManager ResourceManager
    42         {
    43             get
    44             {
    45                 if ((resourceMan == null))
    46                 {
     39        internal static global::System.Resources.ResourceManager ResourceManager {
     40            get {
     41                if (object.ReferenceEquals(resourceMan, null)) {
    4742                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TestPiwigoLib.Properties.Resources", typeof(Resources).Assembly);
    4843                    resourceMan = temp;
     
    5146            }
    5247        }
    53 
     48       
    5449        /// <summary>
    5550        ///   Remplace la propriété CurrentUICulture du thread actuel pour toutes
     
    5752        /// </summary>
    5853        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
    59         internal static global::System.Globalization.CultureInfo Culture
    60         {
    61             get
    62             {
     54        internal static global::System.Globalization.CultureInfo Culture {
     55            get {
    6356                return resourceCulture;
    6457            }
    65             set
    66             {
     58            set {
    6759                resourceCulture = value;
    6860            }
  • extensions/PiwigoLib/TestPiwigoLib/Properties/Settings.Designer.cs

    r3821 r6811  
    22// <auto-generated>
    33//     Ce code a été généré par un outil.
    4 //     Version du runtime :2.0.50727.3082
     4//     Version du runtime :4.0.30319.1
    55//
    66//     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
  • extensions/PiwigoLib/TestPiwigoLib/TestPiwigoLib.csproj

    r3821 r6811  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1111    <RootNamespace>TestPiwigoLib</RootNamespace>
    1212    <AssemblyName>TestPiwigoLib</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
     15    <FileUpgradeFlags>
     16    </FileUpgradeFlags>
     17    <OldToolsVersion>3.5</OldToolsVersion>
     18    <UpgradeBackupLocation />
    1519  </PropertyGroup>
    1620  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    6973      <AutoGen>True</AutoGen>
    7074      <DependentUpon>Resources.resx</DependentUpon>
     75      <DesignTime>True</DesignTime>
    7176    </Compile>
    7277    <None Include="app.config" />
Note: See TracChangeset for help on using the changeset viewer.