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

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

changing dot.net framework prerequisite from framework 4.0 to framework 4.0 client profile according to setup process download

File size: 9.2 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>Client</TargetFrameworkProfile>
15    <FileAlignment>512</FileAlignment>
16    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17    <WarningLevel>4</WarningLevel>
18    <IsWebBootstrapper>false</IsWebBootstrapper>
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    <UseApplicationTrust>false</UseApplicationTrust>
32    <BootstrapperEnabled>true</BootstrapperEnabled>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
35    <PlatformTarget>x86</PlatformTarget>
36    <DebugSymbols>true</DebugSymbols>
37    <DebugType>full</DebugType>
38    <Optimize>false</Optimize>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
45    <PlatformTarget>x86</PlatformTarget>
46    <DebugType>pdbonly</DebugType>
47    <Optimize>true</Optimize>
48    <OutputPath>bin\Release\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <ErrorReport>prompt</ErrorReport>
51    <WarningLevel>4</WarningLevel>
52  </PropertyGroup>
53  <PropertyGroup>
54    <StartupObject>Com.Piwigo.Wpf.App</StartupObject>
55  </PropertyGroup>
56  <ItemGroup>
57    <Reference Include="System" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Drawing" />
60    <Reference Include="System.Xml" />
61    <Reference Include="Microsoft.CSharp" />
62    <Reference Include="System.Core" />
63    <Reference Include="System.Xml.Linq" />
64    <Reference Include="System.Data.DataSetExtensions" />
65    <Reference Include="System.Xaml">
66      <RequiredTargetFramework>4.0</RequiredTargetFramework>
67    </Reference>
68    <Reference Include="WindowsBase" />
69    <Reference Include="PresentationCore" />
70    <Reference Include="PresentationFramework" />
71  </ItemGroup>
72  <ItemGroup>
73    <ApplicationDefinition Include="App.xaml">
74      <Generator>MSBuild:Compile</Generator>
75      <SubType>Designer</SubType>
76    </ApplicationDefinition>
77    <Compile Include="Command\PwgCmdGetImageforTag.cs" />
78    <Compile Include="Command\PwgCmdGetSubCategorieforCategory.cs" />
79    <Compile Include="Command\PwgCmdSelectImageInCategory.cs" />
80    <Compile Include="Command\DelegateCommand.cs" />
81    <Compile Include="Command\PwgCmdDeleteTrace.cs" />
82    <Compile Include="Command\PwgCmdDisconnect.cs" />
83    <Compile Include="Command\PwgCmdEventsConsumer.cs" />
84    <Compile Include="Command\PwgCmdGetImageforCategory.cs" />
85    <Compile Include="Command\PwgCmdProvider.cs" />
86    <Compile Include="Command\PwgCmdConnect.cs" />
87    <Compile Include="Command\AsyncCommand.cs" />
88    <Compile Include="Command\PwgCommandEvents.cs" />
89    <Compile Include="DTO\Helper\PwgTagListWPFHelper.cs" />
90    <Compile Include="DTO\Helper\PwgTagWPFHelper.cs" />
91    <Compile Include="DTO\Helper\PwgImageListWPFHelper.cs" />
92    <Compile Include="DTO\Helper\PwgImageWPFHelper.cs" />
93    <Compile Include="DTO\Helper\PwgCategoryWPFHelper.cs" />
94    <Compile Include="DTO\Helper\PwgCategoryListWPFHelper.cs" />
95    <Compile Include="DTO\Helper\PwgSessionWPFHelper.cs" />
96    <Compile Include="DTO\LocalPwgCategory.cs" />
97    <Compile Include="DTO\PwgModelManager.cs" />
98    <Compile Include="Helper\AdvBooltoVisibilityConverter.cs" />
99    <Compile Include="Helper\AppHelper.cs" />
100    <Compile Include="DTO\AsyncObservableCollection.cs" />
101    <Compile Include="Services\ImageCacheManager.cs" />
102    <Compile Include="UI\SwitchBindingExtension.cs" />
103    <Compile Include="UI\PasswordHelper.cs" />
104    <Compile Include="Helper\XMLHelper.cs" />
105    <Compile Include="Helper\ImageUrlCachedConverter.cs" />
106    <Compile Include="Settings.cs" />
107    <Page Include="MainWindow.xaml">
108      <Generator>MSBuild:Compile</Generator>
109      <SubType>Designer</SubType>
110      <CustomToolNamespace>Com.Pixigo.Wpf</CustomToolNamespace>
111    </Page>
112    <Compile Include="App.xaml.cs">
113      <DependentUpon>App.xaml</DependentUpon>
114      <SubType>Code</SubType>
115    </Compile>
116    <Compile Include="DTO\PwgTagListWPF.cs" />
117    <Compile Include="DTO\PwgImageListWPF.cs" />
118    <Compile Include="DTO\PwgCategoryListWPF.cs" />
119    <Compile Include="DTO\PwgCategoryWPF.cs" />
120    <Compile Include="DTO\PwgImageWPF.cs" />
121    <Compile Include="DTO\PwgSessionWPF.cs" />
122    <Compile Include="DTO\PwgTagWPF.cs" />
123    <Compile Include="MainWindow.xaml.cs">
124      <DependentUpon>MainWindow.xaml</DependentUpon>
125      <SubType>Code</SubType>
126    </Compile>
127    <Page Include="VisualStyleApp.xaml">
128      <SubType>Designer</SubType>
129      <Generator>MSBuild:Compile</Generator>
130    </Page>
131  </ItemGroup>
132  <ItemGroup>
133    <Compile Include="Properties\AssemblyInfo.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="Properties\Resources.Designer.cs">
137      <AutoGen>True</AutoGen>
138      <DesignTime>True</DesignTime>
139      <DependentUpon>Resources.resx</DependentUpon>
140    </Compile>
141    <Compile Include="Properties\Settings.Designer.cs">
142      <AutoGen>True</AutoGen>
143      <DependentUpon>Settings.settings</DependentUpon>
144      <DesignTimeSharedInput>True</DesignTimeSharedInput>
145    </Compile>
146    <EmbeddedResource Include="Properties\Resources.resx">
147      <Generator>ResXFileCodeGenerator</Generator>
148      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
149    </EmbeddedResource>
150    <None Include="app.config" />
151    <None Include="Properties\Settings.settings">
152      <Generator>SettingsSingleFileGenerator</Generator>
153      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
154    </None>
155    <AppDesigner Include="Properties\" />
156  </ItemGroup>
157  <ItemGroup>
158    <Resource Include="Pictures\PiwigoLogo.png" />
159  </ItemGroup>
160  <ItemGroup>
161    <ProjectReference Include="..\PiwigoLib\PiwigoLib.csproj">
162      <Project>{64C068C5-DBFE-4712-9081-B9100698F35C}</Project>
163      <Name>PiwigoLib</Name>
164    </ProjectReference>
165  </ItemGroup>
166  <ItemGroup>
167    <Folder Include="Resources\" />
168  </ItemGroup>
169  <ItemGroup>
170    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
171      <Visible>False</Visible>
172      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
173      <Install>true</Install>
174    </BootstrapperPackage>
175    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
176      <Visible>False</Visible>
177      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
178      <Install>false</Install>
179    </BootstrapperPackage>
180    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
181      <Visible>False</Visible>
182      <ProductName>.NET Framework 3.5 SP1</ProductName>
183      <Install>false</Install>
184    </BootstrapperPackage>
185    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
186      <Visible>False</Visible>
187      <ProductName>Windows Installer 3.1</ProductName>
188      <Install>true</Install>
189    </BootstrapperPackage>
190  </ItemGroup>
191  <ItemGroup>
192    <Resource Include="Pictures\128x128\folder_images.png" />
193    <Resource Include="Pictures\128x128\Globe.png" />
194    <Resource Include="Pictures\128x128\load.gif" />
195    <Resource Include="Pictures\16x16\14_layer_deletelayer.png" />
196    <Resource Include="Pictures\16x16\14_layer_lowerlayer.png" />
197    <Resource Include="Pictures\64x64\folder_images.png" />
198    <Resource Include="Pictures\64x64\html.png" />
199    <Resource Include="Pictures\64x64\images.png" />
200    <Resource Include="Pictures\64x64\load.gif" />
201  </ItemGroup>
202  <ItemGroup>
203    <Resource Include="Pictures\22x22\folder_html.png" />
204    <Resource Include="Pictures\22x22\folder_images.png" />
205  </ItemGroup>
206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
207  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
208       Other similar extension points exist, see Microsoft.Common.targets.
209  <Target Name="BeforeBuild">
210  </Target>
211  <Target Name="AfterBuild">
212  </Target>
213  -->
214</Project>
Note: See TracBrowser for help on using the repository browser.