Large changes to accomodate multiple users
[pithos-ms-client] / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj
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>{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Client.WPF</RootNamespace>
12     <AssemblyName>Pithos.Client.WPF</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   </PropertyGroup>
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
20     <PlatformTarget>x86</PlatformTarget>
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <Optimize>false</Optimize>
24     <OutputPath>bin\Debug\</OutputPath>
25     <DefineConstants>DEBUG;TRACE</DefineConstants>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30     <PlatformTarget>x86</PlatformTarget>
31     <DebugType>pdbonly</DebugType>
32     <Optimize>true</Optimize>
33     <OutputPath>bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35     <ErrorReport>prompt</ErrorReport>
36     <WarningLevel>4</WarningLevel>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
39     <DebugSymbols>true</DebugSymbols>
40     <OutputPath>bin\Debug\</OutputPath>
41     <DefineConstants>DEBUG;TRACE</DefineConstants>
42     <DebugType>full</DebugType>
43     <PlatformTarget>AnyCPU</PlatformTarget>
44     <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
45     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
46     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
47     <ErrorReport>prompt</ErrorReport>
48     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
50     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
53     <OutputPath>bin\Release\</OutputPath>
54     <DefineConstants>TRACE</DefineConstants>
55     <Optimize>true</Optimize>
56     <DebugType>pdbonly</DebugType>
57     <PlatformTarget>AnyCPU</PlatformTarget>
58     <CodeAnalysisLogFile>bin\Release\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
59     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
60     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
61     <ErrorReport>prompt</ErrorReport>
62     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
64     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
65   </PropertyGroup>
66   <PropertyGroup>
67     <SignAssembly>true</SignAssembly>
68   </PropertyGroup>
69   <PropertyGroup>
70     <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
71   </PropertyGroup>
72   <PropertyGroup>
73     <ApplicationIcon>Images\Tray.ico</ApplicationIcon>
74   </PropertyGroup>
75   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x86'">
76     <DebugSymbols>true</DebugSymbols>
77     <OutputPath>bin\x86\Premium Debug\</OutputPath>
78     <DefineConstants>DEBUG;TRACE</DefineConstants>
79     <DebugType>full</DebugType>
80     <PlatformTarget>x86</PlatformTarget>
81     <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
82     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
83     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
84     <ErrorReport>prompt</ErrorReport>
85     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
86     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
87     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
88     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
90   </PropertyGroup>
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
92     <DebugSymbols>true</DebugSymbols>
93     <OutputPath>bin\Premium Debug\</OutputPath>
94     <DefineConstants>DEBUG;TRACE</DefineConstants>
95     <DebugType>full</DebugType>
96     <PlatformTarget>AnyCPU</PlatformTarget>
97     <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
98     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
99     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
100     <ErrorReport>prompt</ErrorReport>
101     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
102     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
103     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
104     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
106   </PropertyGroup>
107   <ItemGroup>
108     <Reference Include="Caliburn.Micro, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
109       <HintPath>..\Libraries\Caliburn.Micro.dll</HintPath>
110     </Reference>
111     <Reference Include="log4net">
112       <HintPath>..\Libraries\log4net.dll</HintPath>
113     </Reference>
114     <Reference Include="System" />
115     <Reference Include="System.ComponentModel.Composition" />
116     <Reference Include="System.Configuration.Install" />
117     <Reference Include="System.Data" />
118     <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
119       <SpecificVersion>False</SpecificVersion>
120       <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
121     </Reference>
122     <Reference Include="System.Drawing" />
123     <Reference Include="System.Runtime.Serialization" />
124     <Reference Include="System.ServiceModel" />
125     <Reference Include="System.Windows.Forms" />
126     <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
127       <HintPath>..\packages\Caliburn.Micro.1.2.0\lib\Net40\System.Windows.Interactivity.dll</HintPath>
128     </Reference>
129     <Reference Include="System.Xml" />
130     <Reference Include="Microsoft.CSharp" />
131     <Reference Include="System.Core" />
132     <Reference Include="System.Xml.Linq" />
133     <Reference Include="System.Data.DataSetExtensions" />
134     <Reference Include="System.Xaml">
135       <RequiredTargetFramework>4.0</RequiredTargetFramework>
136     </Reference>
137     <Reference Include="WindowsBase" />
138     <Reference Include="PresentationCore" />
139     <Reference Include="PresentationFramework" />
140     <Reference Include="WPF.Themes">
141       <HintPath>..\packages\wpfthemes.0.0.1\lib\WPF.Themes.dll</HintPath>
142     </Reference>
143   </ItemGroup>
144   <ItemGroup>
145     <ApplicationDefinition Include="App.xaml">
146       <Generator>MSBuild:Compile</Generator>
147       <SubType>Designer</SubType>
148     </ApplicationDefinition>
149     <Compile Include="Caliburn\Micro\Logging\DebugLogger.cs" />
150     <Compile Include="Caliburn\Micro\Logging\log4netLogger.cs" />
151     <Compile Include="Configuration\PithosSettings.cs" />
152     <Compile Include="FileEntry.cs" />
153     <Compile Include="FilePropertiesView.xaml.cs">
154       <DependentUpon>FilePropertiesView.xaml</DependentUpon>
155     </Compile>
156     <Compile Include="FilePropertiesViewModel.cs" />
157     <Compile Include="NativeMethods.cs" />
158     <Compile Include="Notification.cs" />
159     <Compile Include="PithosAccount.cs" />
160     <Compile Include="PithosCommand.cs" />
161     <Compile Include="PreferencesView.xaml.cs">
162       <DependentUpon>PreferencesView.xaml</DependentUpon>
163     </Compile>
164     <Compile Include="PreferencesViewModel.cs" />
165     <Compile Include="Services\Events.cs" />
166     <Compile Include="ShellViewModel.cs" />
167     <Compile Include="Services\StatusService.cs" />
168     <Compile Include="Wpf32Window.cs" />
169     <Page Include="FilePropertiesView.xaml">
170       <SubType>Designer</SubType>
171       <Generator>MSBuild:Compile</Generator>
172     </Page>
173     <Page Include="MainWindow.xaml">
174       <Generator>MSBuild:Compile</Generator>
175       <SubType>Designer</SubType>
176     </Page>
177     <Compile Include="App.xaml.cs">
178       <DependentUpon>App.xaml</DependentUpon>
179       <SubType>Code</SubType>
180     </Compile>
181     <Compile Include="AppBootstrapper.cs" />
182     <Compile Include="IShell.cs" />
183     <Compile Include="MainWindow.xaml.cs">
184       <DependentUpon>MainWindow.xaml</DependentUpon>
185       <SubType>Code</SubType>
186     </Compile>
187     <Page Include="PithosStyles.xaml">
188       <SubType>Designer</SubType>
189       <Generator>MSBuild:Compile</Generator>
190     </Page>
191     <Page Include="PreferencesView.xaml">
192       <SubType>Designer</SubType>
193       <Generator>MSBuild:Compile</Generator>
194     </Page>
195     <Page Include="ShellView.xaml">
196       <Generator>MSBuild:Compile</Generator>
197       <SubType>Designer</SubType>
198     </Page>
199   </ItemGroup>
200   <ItemGroup>
201     <Compile Include="Properties\AssemblyInfo.cs">
202       <SubType>Code</SubType>
203     </Compile>
204     <Compile Include="Properties\Resources.Designer.cs">
205       <AutoGen>True</AutoGen>
206       <DesignTime>True</DesignTime>
207       <DependentUpon>Resources.resx</DependentUpon>
208     </Compile>
209     <Compile Include="Properties\Settings.Designer.cs">
210       <AutoGen>True</AutoGen>
211       <DependentUpon>Settings.settings</DependentUpon>
212       <DesignTimeSharedInput>True</DesignTimeSharedInput>
213     </Compile>
214     <EmbeddedResource Include="Properties\Resources.resx">
215       <Generator>ResXFileCodeGenerator</Generator>
216       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
217     </EmbeddedResource>
218     <None Include="app.config" />
219     <None Include="packages.config" />
220     <None Include="pithos.snk" />
221     <None Include="Properties\Settings.settings">
222       <Generator>SettingsSingleFileGenerator</Generator>
223       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
224     </None>
225     <AppDesigner Include="Properties\" />
226   </ItemGroup>
227   <ItemGroup>
228     <Resource Include="Images\Tray.ico" />
229   </ItemGroup>
230   <ItemGroup>
231     <Resource Include="Images\TraySynching.ico" />
232   </ItemGroup>
233   <ItemGroup>
234     <Resource Include="Images\TrayInSynch.ico" />
235   </ItemGroup>
236   <ItemGroup>
237     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
238       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
239       <Name>ParallelExtensionsExtras</Name>
240     </ProjectReference>
241     <ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf.csproj">
242       <Project>{7AC63864-7638-41C4-969C-D3197EF2BED9}</Project>
243       <Name>NotifyIconWpf</Name>
244     </ProjectReference>
245     <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
246       <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
247       <Name>Pithos.Core</Name>
248     </ProjectReference>
249     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
250       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
251       <Name>Pithos.Interfaces</Name>
252     </ProjectReference>
253     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
254       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
255       <Name>Pithos.Network</Name>
256     </ProjectReference>
257   </ItemGroup>
258   <ItemGroup>
259     <Resource Include="Images\Accounts.png" />
260     <Resource Include="Images\Advanced.png" />
261     <Resource Include="Images\Bandwidth.png" />
262     <Resource Include="Images\General.png" />
263     <Resource Include="Images\Network.png" />
264   </ItemGroup>
265   <ItemGroup>
266     <Resource Include="Images\TraySyncPaused.ico" />
267   </ItemGroup>
268   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
269   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
270        Other similar extension points exist, see Microsoft.Common.targets.
271   <Target Name="BeforeBuild">
272   </Target>
273   <Target Name="AfterBuild">
274   </Target>
275   -->
276 </Project>