source: extensions/PiwigoLib/PiwigoLib/PiwigoLib.csproj @ 3818

Last change on this file since 3818 was 3818, checked in by bayral, 15 years ago

get Tags List support

File size: 3.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{64C068C5-DBFE-4712-9081-B9100698F35C}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Com.Piwigo.Lib</RootNamespace>
12    <AssemblyName>PiwigoLib</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="System" />
35    <Reference Include="System.Core">
36      <RequiredTargetFramework>3.5</RequiredTargetFramework>
37    </Reference>
38    <Reference Include="System.Web" />
39    <Reference Include="System.Xml.Linq">
40      <RequiredTargetFramework>3.5</RequiredTargetFramework>
41    </Reference>
42    <Reference Include="System.Data.DataSetExtensions">
43      <RequiredTargetFramework>3.5</RequiredTargetFramework>
44    </Reference>
45    <Reference Include="System.Data" />
46    <Reference Include="System.Xml" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="DTO\Helper\PwgEnumHelper.cs" />
50    <Compile Include="DTO\PwgSessionStatusEnum.cs" />
51    <Compile Include="DTO\PwgTag.cs" />
52    <Compile Include="DTO\PwgSession.cs" />
53    <Compile Include="Properties\AssemblyInfo.cs" />
54    <Compile Include="Proxy\PwgTagsProxy.cs" />
55    <Compile Include="Proxy\Response\PwgSessionProxyResponse.cs" />
56    <Compile Include="Proxy\Response\PwgBaseProxyReponse.cs" />
57    <Compile Include="Proxy\Response\PwgBaseProxyReponseRetourEnum.cs" />
58    <Compile Include="Proxy\Response\PwgTagsProxyResponse.cs" />
59    <Compile Include="Proxy\PwgConfigProxy.cs" />
60    <Compile Include="Proxy\PwgGenericProxy.cs" />
61    <Compile Include="Proxy\PwgProxyException.cs" />
62    <Compile Include="Proxy\PwgSessionProxy.cs" />
63    <Compile Include="Service\PwgTagsService.cs" />
64    <Compile Include="Service\PwgServiceException.cs" />
65    <Compile Include="Service\PwgSessionService.cs" />
66  </ItemGroup>
67  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69       Other similar extension points exist, see Microsoft.Common.targets.
70  <Target Name="BeforeBuild">
71  </Target>
72  <Target Name="AfterBuild">
73  </Target>
74  -->
75</Project>
Note: See TracBrowser for help on using the repository browser.