Ignore:
Timestamp:
Jan 23, 2014, 10:49:20 PM (10 years ago)
Author:
kenl
Message:

Compatabiilty with Piwigo 2.6 plus a couple bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Picasa2Piwigo/Picasa2Piwigo/Picasa2Piwigo.csproj

    r21241 r26935  
    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>
     
    1414    <FileAlignment>512</FileAlignment>
    1515    <ApplicationIcon>Icon1.ico</ApplicationIcon>
     16    <FileUpgradeFlags>
     17    </FileUpgradeFlags>
     18    <UpgradeBackupLocation>
     19    </UpgradeBackupLocation>
     20    <OldToolsVersion>3.5</OldToolsVersion>
     21    <PublishUrl>publish\</PublishUrl>
     22    <Install>true</Install>
     23    <InstallFrom>Disk</InstallFrom>
     24    <UpdateEnabled>false</UpdateEnabled>
     25    <UpdateMode>Foreground</UpdateMode>
     26    <UpdateInterval>7</UpdateInterval>
     27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     28    <UpdatePeriodically>false</UpdatePeriodically>
     29    <UpdateRequired>false</UpdateRequired>
     30    <MapFileExtensions>true</MapFileExtensions>
     31    <ApplicationRevision>0</ApplicationRevision>
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     33    <IsWebBootstrapper>false</IsWebBootstrapper>
     34    <UseApplicationTrust>false</UseApplicationTrust>
     35    <BootstrapperEnabled>true</BootstrapperEnabled>
    1636  </PropertyGroup>
    1737  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2444    <WarningLevel>4</WarningLevel>
    2545    <UseVSHostingProcess>true</UseVSHostingProcess>
     46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2647  </PropertyGroup>
    2748  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3253    <ErrorReport>prompt</ErrorReport>
    3354    <WarningLevel>4</WarningLevel>
     55    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3456  </PropertyGroup>
    3557  <ItemGroup>
     
    175197    <Content Include="Icon1.ico" />
    176198  </ItemGroup>
     199  <ItemGroup>
     200    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     201      <Visible>False</Visible>
     202      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     203      <Install>false</Install>
     204    </BootstrapperPackage>
     205    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     206      <Visible>False</Visible>
     207      <ProductName>.NET Framework 3.5 SP1</ProductName>
     208      <Install>true</Install>
     209    </BootstrapperPackage>
     210    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     211      <Visible>False</Visible>
     212      <ProductName>Windows Installer 3.1</ProductName>
     213      <Install>true</Install>
     214    </BootstrapperPackage>
     215  </ItemGroup>
    177216  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    178217  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.