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

Last change on this file since 11935 was 11935, checked in by bayral, 13 years ago

root category handled

File size: 9.0 KB
RevLine 
[7150]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" />
[11904]61    <Reference Include="System.Web" />
[7150]62    <Reference Include="System.Xml" />
63    <Reference Include="Microsoft.CSharp" />
64    <Reference Include="System.Core" />
65    <Reference Include="System.Xml.Linq" />
66    <Reference Include="System.Data.DataSetExtensions" />
67    <Reference Include="System.Xaml">
68      <RequiredTargetFramework>4.0</RequiredTargetFramework>
69    </Reference>
70    <Reference Include="WindowsBase" />
71    <Reference Include="PresentationCore" />
72    <Reference Include="PresentationFramework" />
73  </ItemGroup>
74  <ItemGroup>
75    <ApplicationDefinition Include="App.xaml">
76      <Generator>MSBuild:Compile</Generator>
77      <SubType>Designer</SubType>
78    </ApplicationDefinition>
[11935]79    <Compile Include="Command\PwgCmdGetSubCategorieforCategory.cs" />
[11926]80    <Compile Include="Command\PwgCmdSelectImageInCategory.cs" />
81    <Compile Include="Command\DelegateCommand.cs" />
82    <Compile Include="Command\PwgCmdDeleteTrace.cs" />
[11911]83    <Compile Include="Command\PwgCmdDisconnect.cs" />
[11922]84    <Compile Include="Command\PwgCmdEventsConsumer.cs" />
[11904]85    <Compile Include="Command\PwgCmdGetImageforCategory.cs" />
[7150]86    <Compile Include="Command\PwgCmdProvider.cs" />
87    <Compile Include="Command\PwgCmdConnect.cs" />
[11922]88    <Compile Include="Command\AsyncCommand.cs" />
89    <Compile Include="Command\PwgCommandEvents.cs" />
[11904]90    <Compile Include="DTO\Helper\PwgImageListWPFHelper.cs" />
91    <Compile Include="DTO\Helper\PwgImageWPFHelper.cs" />
[7160]92    <Compile Include="DTO\Helper\PwgCategoryWPFHelper.cs" />
93    <Compile Include="DTO\Helper\PwgCategoryListWPFHelper.cs" />
94    <Compile Include="DTO\Helper\PwgSessionWPFHelper.cs" />
95    <Compile Include="DTO\PwgModelManager.cs" />
[11922]96    <Compile Include="Helper\AdvBooltoVisibilityConverter.cs" />
[7160]97    <Compile Include="Helper\AppHelper.cs" />
[11911]98    <Compile Include="DTO\AsyncObservableCollection.cs" />
[11920]99    <Compile Include="Services\ImageCacheManager.cs" />
[11911]100    <Compile Include="UI\SwitchBindingExtension.cs" />
101    <Compile Include="UI\PasswordHelper.cs" />
102    <Compile Include="Helper\XMLHelper.cs" />
[11904]103    <Compile Include="Helper\ImageUrlCachedConverter.cs" />
[7150]104    <Compile Include="Settings.cs" />
105    <Page Include="MainWindow.xaml">
106      <Generator>MSBuild:Compile</Generator>
107      <SubType>Designer</SubType>
[11904]108      <CustomToolNamespace>Com.Pixigo.Wpf</CustomToolNamespace>
[7150]109    </Page>
110    <Compile Include="App.xaml.cs">
111      <DependentUpon>App.xaml</DependentUpon>
112      <SubType>Code</SubType>
113    </Compile>
114    <Compile Include="DTO\PwgTagListWPF.cs" />
115    <Compile Include="DTO\PwgImageListWPF.cs" />
116    <Compile Include="DTO\PwgCategoryListWPF.cs" />
117    <Compile Include="DTO\PwgCategoryWPF.cs" />
118    <Compile Include="DTO\PwgImageWPF.cs" />
119    <Compile Include="DTO\PwgSessionWPF.cs" />
120    <Compile Include="DTO\PwgTagWPF.cs" />
121    <Compile Include="MainWindow.xaml.cs">
122      <DependentUpon>MainWindow.xaml</DependentUpon>
123      <SubType>Code</SubType>
124    </Compile>
[11904]125    <Page Include="VisualStyleApp.xaml">
126      <SubType>Designer</SubType>
127      <Generator>MSBuild:Compile</Generator>
128    </Page>
[7150]129  </ItemGroup>
130  <ItemGroup>
131    <Compile Include="Properties\AssemblyInfo.cs">
132      <SubType>Code</SubType>
133    </Compile>
134    <Compile Include="Properties\Resources.Designer.cs">
135      <AutoGen>True</AutoGen>
136      <DesignTime>True</DesignTime>
137      <DependentUpon>Resources.resx</DependentUpon>
138    </Compile>
139    <Compile Include="Properties\Settings.Designer.cs">
140      <AutoGen>True</AutoGen>
141      <DependentUpon>Settings.settings</DependentUpon>
142      <DesignTimeSharedInput>True</DesignTimeSharedInput>
143    </Compile>
144    <EmbeddedResource Include="Properties\Resources.resx">
145      <Generator>ResXFileCodeGenerator</Generator>
146      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
147    </EmbeddedResource>
148    <None Include="app.config" />
149    <None Include="Properties\Settings.settings">
150      <Generator>SettingsSingleFileGenerator</Generator>
151      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
152    </None>
153    <AppDesigner Include="Properties\" />
154  </ItemGroup>
155  <ItemGroup>
[11904]156    <Resource Include="Pictures\PiwigoLogo.png" />
[7150]157  </ItemGroup>
158  <ItemGroup>
159    <ProjectReference Include="..\PiwigoLib\PiwigoLib.csproj">
160      <Project>{64C068C5-DBFE-4712-9081-B9100698F35C}</Project>
161      <Name>PiwigoLib</Name>
162    </ProjectReference>
163  </ItemGroup>
164  <ItemGroup>
165    <Folder Include="Resources\" />
166  </ItemGroup>
167  <ItemGroup>
168    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
169      <Visible>False</Visible>
170      <ProductName>Microsoft .NET Framework 4 %28x86 et x64%29</ProductName>
171      <Install>true</Install>
172    </BootstrapperPackage>
173    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
174      <Visible>False</Visible>
175      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
176      <Install>false</Install>
177    </BootstrapperPackage>
178    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
179      <Visible>False</Visible>
180      <ProductName>.NET Framework 3.5 SP1</ProductName>
181      <Install>false</Install>
182    </BootstrapperPackage>
183    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
184      <Visible>False</Visible>
185      <ProductName>Windows Installer 3.1</ProductName>
186      <Install>true</Install>
187    </BootstrapperPackage>
188  </ItemGroup>
[11904]189  <ItemGroup>
[11926]190    <Resource Include="Pictures\128x128\folder_images.png" />
191    <Resource Include="Pictures\128x128\Globe.png" />
192    <Resource Include="Pictures\128x128\load.gif" />
193    <Resource Include="Pictures\16x16\14_layer_deletelayer.png" />
194    <Resource Include="Pictures\16x16\14_layer_lowerlayer.png" />
195    <Resource Include="Pictures\64x64\folder_images.png" />
196    <Resource Include="Pictures\64x64\html.png" />
197    <Resource Include="Pictures\64x64\images.png" />
198    <Resource Include="Pictures\64x64\load.gif" />
[11904]199  </ItemGroup>
200  <ItemGroup>
[11926]201    <Resource Include="Pictures\22x22\folder_html.png" />
202    <Resource Include="Pictures\22x22\folder_images.png" />
[11904]203  </ItemGroup>
[7150]204  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
206       Other similar extension points exist, see Microsoft.Common.targets.
207  <Target Name="BeforeBuild">
208  </Target>
209  <Target Name="AfterBuild">
210  </Target>
211  -->
212</Project>
Note: See TracBrowser for help on using the repository browser.