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\PwgCmdGetSubAlbumforAlbum.cs" /> |
---|
79 | <Compile Include="Command\PwgCmdSelectImageInAlbum.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\PwgCmdGetImageforAlbum.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\PwgAlbumWPFHelper.cs" /> |
---|
94 | <Compile Include="DTO\Helper\PwgAlbumListWPFHelper.cs" /> |
---|
95 | <Compile Include="DTO\Helper\PwgSessionWPFHelper.cs" /> |
---|
96 | <Compile Include="DTO\LocalPwgAlbum.cs" /> |
---|
97 | <Compile Include="DTO\LocalPwgImage.cs" /> |
---|
98 | <Compile Include="DTO\PwgModelManager.cs" /> |
---|
99 | <Compile Include="Helper\AdvBooltoVisibilityConverter.cs" /> |
---|
100 | <Compile Include="Helper\AppHelper.cs" /> |
---|
101 | <Compile Include="DTO\AsyncObservableCollection.cs" /> |
---|
102 | <Compile Include="Services\ImageCacheManager.cs" /> |
---|
103 | <Compile Include="UI\SwitchBindingExtension.cs" /> |
---|
104 | <Compile Include="UI\PasswordHelper.cs" /> |
---|
105 | <Compile Include="Helper\XMLHelper.cs" /> |
---|
106 | <Compile Include="Helper\ImageUrlCachedConverter.cs" /> |
---|
107 | <Compile Include="Settings.cs" /> |
---|
108 | <Page Include="MainWindow.xaml"> |
---|
109 | <Generator>MSBuild:Compile</Generator> |
---|
110 | <SubType>Designer</SubType> |
---|
111 | <CustomToolNamespace>Com.Pixigo.Wpf</CustomToolNamespace> |
---|
112 | </Page> |
---|
113 | <Compile Include="App.xaml.cs"> |
---|
114 | <DependentUpon>App.xaml</DependentUpon> |
---|
115 | <SubType>Code</SubType> |
---|
116 | </Compile> |
---|
117 | <Compile Include="DTO\PwgTagListWPF.cs" /> |
---|
118 | <Compile Include="DTO\PwgImageListWPF.cs" /> |
---|
119 | <Compile Include="DTO\PwgAlbumListWPF.cs" /> |
---|
120 | <Compile Include="DTO\PwgTreeAlbumWPF.cs" /> |
---|
121 | <Compile Include="DTO\PwgImageWPF.cs" /> |
---|
122 | <Compile Include="DTO\PwgSessionWPF.cs" /> |
---|
123 | <Compile Include="DTO\PwgTagWPF.cs" /> |
---|
124 | <Compile Include="MainWindow.xaml.cs"> |
---|
125 | <DependentUpon>MainWindow.xaml</DependentUpon> |
---|
126 | <SubType>Code</SubType> |
---|
127 | </Compile> |
---|
128 | <Page Include="VisualStyleApp.xaml"> |
---|
129 | <SubType>Designer</SubType> |
---|
130 | <Generator>MSBuild:Compile</Generator> |
---|
131 | </Page> |
---|
132 | </ItemGroup> |
---|
133 | <ItemGroup> |
---|
134 | <Compile Include="Properties\AssemblyInfo.cs"> |
---|
135 | <SubType>Code</SubType> |
---|
136 | </Compile> |
---|
137 | <Compile Include="Properties\Resources.Designer.cs"> |
---|
138 | <AutoGen>True</AutoGen> |
---|
139 | <DesignTime>True</DesignTime> |
---|
140 | <DependentUpon>Resources.resx</DependentUpon> |
---|
141 | </Compile> |
---|
142 | <Compile Include="Properties\Settings.Designer.cs"> |
---|
143 | <AutoGen>True</AutoGen> |
---|
144 | <DependentUpon>Settings.settings</DependentUpon> |
---|
145 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
---|
146 | </Compile> |
---|
147 | <EmbeddedResource Include="Properties\Resources.resx"> |
---|
148 | <Generator>ResXFileCodeGenerator</Generator> |
---|
149 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
---|
150 | </EmbeddedResource> |
---|
151 | <None Include="app.config" /> |
---|
152 | <None Include="Properties\Settings.settings"> |
---|
153 | <Generator>SettingsSingleFileGenerator</Generator> |
---|
154 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
---|
155 | </None> |
---|
156 | <AppDesigner Include="Properties\" /> |
---|
157 | </ItemGroup> |
---|
158 | <ItemGroup> |
---|
159 | <Resource Include="Pictures\PiwigoLogo.png" /> |
---|
160 | </ItemGroup> |
---|
161 | <ItemGroup> |
---|
162 | <ProjectReference Include="..\PiwigoLib\PiwigoLib.csproj"> |
---|
163 | <Project>{64C068C5-DBFE-4712-9081-B9100698F35C}</Project> |
---|
164 | <Name>PiwigoLib</Name> |
---|
165 | </ProjectReference> |
---|
166 | </ItemGroup> |
---|
167 | <ItemGroup> |
---|
168 | <Folder Include="Resources\" /> |
---|
169 | </ItemGroup> |
---|
170 | <ItemGroup> |
---|
171 | <BootstrapperPackage Include=".NETFramework,Version=v4.0"> |
---|
172 | <Visible>False</Visible> |
---|
173 | <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> |
---|
174 | <Install>true</Install> |
---|
175 | </BootstrapperPackage> |
---|
176 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
---|
177 | <Visible>False</Visible> |
---|
178 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
---|
179 | <Install>false</Install> |
---|
180 | </BootstrapperPackage> |
---|
181 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
---|
182 | <Visible>False</Visible> |
---|
183 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
---|
184 | <Install>false</Install> |
---|
185 | </BootstrapperPackage> |
---|
186 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
---|
187 | <Visible>False</Visible> |
---|
188 | <ProductName>Windows Installer 3.1</ProductName> |
---|
189 | <Install>true</Install> |
---|
190 | </BootstrapperPackage> |
---|
191 | </ItemGroup> |
---|
192 | <ItemGroup> |
---|
193 | <Resource Include="Pictures\128x128\folder_images.png" /> |
---|
194 | <Resource Include="Pictures\128x128\Globe.png" /> |
---|
195 | <Resource Include="Pictures\128x128\load.gif" /> |
---|
196 | <Resource Include="Pictures\16x16\14_layer_deletelayer.png" /> |
---|
197 | <Resource Include="Pictures\16x16\14_layer_lowerlayer.png" /> |
---|
198 | <Resource Include="Pictures\64x64\folder_images.png" /> |
---|
199 | <Resource Include="Pictures\64x64\html.png" /> |
---|
200 | <Resource Include="Pictures\64x64\images.png" /> |
---|
201 | <Resource Include="Pictures\64x64\load.gif" /> |
---|
202 | </ItemGroup> |
---|
203 | <ItemGroup> |
---|
204 | <Resource Include="Pictures\22x22\folder_html.png" /> |
---|
205 | <Resource Include="Pictures\22x22\folder_images.png" /> |
---|
206 | </ItemGroup> |
---|
207 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
---|
208 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
---|
209 | Other similar extension points exist, see Microsoft.Common.targets. |
---|
210 | <Target Name="BeforeBuild"> |
---|
211 | </Target> |
---|
212 | <Target Name="AfterBuild"> |
---|
213 | </Target> |
---|
214 | --> |
---|
215 | </Project> |
---|