source: extensions/PiwigoLib/PiwigoWpf/PiwigoWpf.csproj @ 9752

Last change on this file since 9752 was 7160, checked in by bayral, 14 years ago

Connection à partir de wpf

File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6    <ProductVersion>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{59F7FCF2-858A-406D-92A6-50514BD89B43}</ProjectGuid>
9    <OutputType>WinExe</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>Com.Piwigo.Wpf</RootNamespace>
12    <AssemblyName>PiwigoWpf</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18    <WarningLevel>4</WarningLevel>
19    <PublishUrl>publish\</PublishUrl>
20    <Install>true</Install>
21    <InstallFrom>Disk</InstallFrom>
22    <UpdateEnabled>false</UpdateEnabled>
23    <UpdateMode>Foreground</UpdateMode>
24    <UpdateInterval>7</UpdateInterval>
25    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
26    <UpdatePeriodically>false</UpdatePeriodically>
27    <UpdateRequired>false</UpdateRequired>
28    <MapFileExtensions>true</MapFileExtensions>
29    <ApplicationRevision>0</ApplicationRevision>
30    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
31    <IsWebBootstrapper>false</IsWebBootstrapper>
32    <UseApplicationTrust>false</UseApplicationTrust>
33    <BootstrapperEnabled>true</BootstrapperEnabled>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
36    <PlatformTarget>x86</PlatformTarget>
37    <DebugSymbols>true</DebugSymbols>
38    <DebugType>full</DebugType>
39    <Optimize>false</Optimize>
40    <OutputPath>bin\Debug\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <ErrorReport>prompt</ErrorReport>
43    <WarningLevel>4</WarningLevel>
44  </PropertyGroup>
45  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
46    <PlatformTarget>x86</PlatformTarget>
47    <DebugType>pdbonly</DebugType>
48    <Optimize>true</Optimize>
49    <OutputPath>bin\Release\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <ErrorReport>prompt</ErrorReport>
52    <WarningLevel>4</WarningLevel>
53  </PropertyGroup>
54  <PropertyGroup>
55    <StartupObject>Com.Piwigo.Wpf.App</StartupObject>
56  </PropertyGroup>
57  <ItemGroup>
58    <Reference Include="System" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.Xml" />
62    <Reference Include="Microsoft.CSharp" />
63    <Reference Include="System.Core" />
64    <Reference Include="System.Xml.Linq" />
65    <Reference Include="System.Data.DataSetExtensions" />
66    <Reference Include="System.Xaml">
67      <RequiredTargetFramework>4.0</RequiredTargetFramework>
68    </Reference>
69    <Reference Include="WindowsBase" />
70    <Reference Include="PresentationCore" />
71    <Reference Include="PresentationFramework" />
72  </ItemGroup>
73  <ItemGroup>
74    <ApplicationDefinition Include="App.xaml">
75      <Generator>MSBuild:Compile</Generator>
76      <SubType>Designer</SubType>
77    </ApplicationDefinition>
78    <Compile Include="Command\PwgCmdProvider.cs" />
79    <Compile Include="Command\PwgCmdConnect.cs" />
80    <Compile Include="Command\PwgCmdBase.cs" />
81    <Compile Include="DTO\Helper\PwgCategoryWPFHelper.cs" />
82    <Compile Include="DTO\Helper\PwgCategoryListWPFHelper.cs" />
83    <Compile Include="DTO\Helper\PwgSessionWPFHelper.cs" />
84    <Compile Include="DTO\PwgModelManager.cs" />
85    <Compile Include="Helper\AppHelper.cs" />
86    <Compile Include="Settings.cs" />
87    <Page Include="MainWindow.xaml">
88      <Generator>MSBuild:Compile</Generator>
89      <SubType>Designer</SubType>
90    </Page>
91    <Compile Include="App.xaml.cs">
92      <DependentUpon>App.xaml</DependentUpon>
93      <SubType>Code</SubType>
94    </Compile>
95    <Compile Include="DTO\PwgTagListWPF.cs" />
96    <Compile Include="DTO\PwgImageListWPF.cs" />
97    <Compile Include="DTO\PwgCategoryListWPF.cs" />
98    <Compile Include="DTO\PwgCategoryWPF.cs" />
99    <Compile Include="DTO\PwgImageWPF.cs" />
100    <Compile Include="DTO\PwgSessionWPF.cs" />
101    <Compile Include="DTO\PwgTagWPF.cs" />
102    <Compile Include="MainWindow.xaml.cs">
103      <DependentUpon>MainWindow.xaml</DependentUpon>
104      <SubType>Code</SubType>
105    </Compile>
106  </ItemGroup>
107  <ItemGroup>
108    <Compile Include="Properties\AssemblyInfo.cs">
109      <SubType>Code</SubType>
110    </Compile>
111    <Compile Include="Properties\Resources.Designer.cs">
112      <AutoGen>True</AutoGen>
113      <DesignTime>True</DesignTime>
114      <DependentUpon>Resources.resx</DependentUpon>
115    </Compile>
116    <Compile Include="Properties\Settings.Designer.cs">
117      <AutoGen>True</AutoGen>
118      <DependentUpon>Settings.settings</DependentUpon>
119      <DesignTimeSharedInput>True</DesignTimeSharedInput>
120    </Compile>
121    <EmbeddedResource Include="Properties\Resources.resx">
122      <Generator>ResXFileCodeGenerator</Generator>
123      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
124    </EmbeddedResource>
125    <None Include="app.config" />
126    <None Include="Properties\Settings.settings">
127      <Generator>SettingsSingleFileGenerator</Generator>
128      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
129    </None>
130    <AppDesigner Include="Properties\" />
131  </ItemGroup>
132  <ItemGroup>
133    <EmbeddedResource Include="Pictures\PiwigoLogo.png" />
134  </ItemGroup>
135  <ItemGroup>
136    <ProjectReference Include="..\PiwigoLib\PiwigoLib.csproj">
137      <Project>{64C068C5-DBFE-4712-9081-B9100698F35C}</Project>
138      <Name>PiwigoLib</Name>
139    </ProjectReference>
140  </ItemGroup>
141  <ItemGroup>
142    <Folder Include="Resources\" />
143  </ItemGroup>
144  <ItemGroup>
145    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
146      <Visible>False</Visible>
147      <ProductName>Microsoft .NET Framework 4 %28x86 et x64%29</ProductName>
148      <Install>true</Install>
149    </BootstrapperPackage>
150    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
151      <Visible>False</Visible>
152      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
153      <Install>false</Install>
154    </BootstrapperPackage>
155    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
156      <Visible>False</Visible>
157      <ProductName>.NET Framework 3.5 SP1</ProductName>
158      <Install>false</Install>
159    </BootstrapperPackage>
160    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
161      <Visible>False</Visible>
162      <ProductName>Windows Installer 3.1</ProductName>
163      <Install>true</Install>
164    </BootstrapperPackage>
165  </ItemGroup>
166  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
167  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
168       Other similar extension points exist, see Microsoft.Common.targets.
169  <Target Name="BeforeBuild">
170  </Target>
171  <Target Name="AfterBuild">
172  </Target>
173  -->
174</Project>
Note: See TracBrowser for help on using the repository browser.