Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 174bbb6e

History | View | Annotate | Download (29.9 kB)

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
    <PublishUrl>publish\</PublishUrl>
19
    <Install>true</Install>
20
    <InstallFrom>Disk</InstallFrom>
21
    <UpdateEnabled>false</UpdateEnabled>
22
    <UpdateMode>Foreground</UpdateMode>
23
    <UpdateInterval>7</UpdateInterval>
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25
    <UpdatePeriodically>false</UpdatePeriodically>
26
    <UpdateRequired>false</UpdateRequired>
27
    <MapFileExtensions>true</MapFileExtensions>
28
    <ApplicationRevision>0</ApplicationRevision>
29
    <ApplicationVersion>0.7.0.%2a</ApplicationVersion>
30
    <IsWebBootstrapper>false</IsWebBootstrapper>
31
    <UseApplicationTrust>false</UseApplicationTrust>
32
    <BootstrapperEnabled>true</BootstrapperEnabled>
33
    <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
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 Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
55
    <DebugSymbols>true</DebugSymbols>
56
    <OutputPath>bin\Debug\</OutputPath>
57
    <DefineConstants>DEBUG;TRACE</DefineConstants>
58
    <DebugType>full</DebugType>
59
    <PlatformTarget>AnyCPU</PlatformTarget>
60
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
61
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
62
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
63
    <ErrorReport>prompt</ErrorReport>
64
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
66
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
67
  </PropertyGroup>
68
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
69
    <OutputPath>bin\Release\</OutputPath>
70
    <DefineConstants>TRACE</DefineConstants>
71
    <Optimize>true</Optimize>
72
    <DebugType>pdbonly</DebugType>
73
    <PlatformTarget>AnyCPU</PlatformTarget>
74
    <CodeAnalysisLogFile>bin\Release\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
75
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
76
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
77
    <ErrorReport>prompt</ErrorReport>
78
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
79
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
80
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
81
  </PropertyGroup>
82
  <PropertyGroup>
83
    <SignAssembly>true</SignAssembly>
84
  </PropertyGroup>
85
  <PropertyGroup>
86
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
87
  </PropertyGroup>
88
  <PropertyGroup>
89
    <ApplicationIcon>Images\Pithos.ico</ApplicationIcon>
90
  </PropertyGroup>
91
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x86'">
92
    <DebugSymbols>true</DebugSymbols>
93
    <OutputPath>bin\x86\Premium Debug\</OutputPath>
94
    <DefineConstants>DEBUG;TRACE</DefineConstants>
95
    <DebugType>full</DebugType>
96
    <PlatformTarget>x86</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</CodeAnalysisRuleSetDirectories>
103
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
104
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
106
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
107
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
108
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
109
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
110
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
111
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
112
    <CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
113
    <CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
114
    <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
115
    <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
116
    <CodeContractsRedundantAssumptions>True</CodeContractsRedundantAssumptions>
117
    <CodeContractsRunInBackground>False</CodeContractsRunInBackground>
118
    <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
119
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
120
    <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
121
    <CodeContractsCustomRewriterAssembly />
122
    <CodeContractsCustomRewriterClass />
123
    <CodeContractsLibPaths />
124
    <CodeContractsExtraRewriteOptions />
125
    <CodeContractsExtraAnalysisOptions />
126
    <CodeContractsBaseLineFile />
127
    <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
128
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
129
    <CodeContractsReferenceAssembly>%28none%29</CodeContractsReferenceAssembly>
130
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
131
  </PropertyGroup>
132
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
133
    <DebugSymbols>true</DebugSymbols>
134
    <OutputPath>bin\Premium Debug\</OutputPath>
135
    <DefineConstants>DEBUG;TRACE</DefineConstants>
136
    <DebugType>full</DebugType>
137
    <PlatformTarget>AnyCPU</PlatformTarget>
138
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
139
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
140
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
141
    <ErrorReport>prompt</ErrorReport>
142
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
143
    <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>
144
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
145
    <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>
146
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
147
  </PropertyGroup>
148
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|x86'">
149
    <DebugSymbols>true</DebugSymbols>
150
    <OutputPath>bin\x86\Debug All\</OutputPath>
151
    <DefineConstants>DEBUG;TRACE</DefineConstants>
152
    <DebugType>full</DebugType>
153
    <PlatformTarget>x86</PlatformTarget>
154
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
155
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
156
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
157
    <ErrorReport>prompt</ErrorReport>
158
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
159
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
160
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
161
  </PropertyGroup>
162
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
163
    <DebugSymbols>true</DebugSymbols>
164
    <OutputPath>bin\Debug All\</OutputPath>
165
    <DefineConstants>DEBUG;TRACE</DefineConstants>
166
    <DebugType>full</DebugType>
167
    <PlatformTarget>AnyCPU</PlatformTarget>
168
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
169
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
170
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
171
    <ErrorReport>prompt</ErrorReport>
172
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
173
    <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>
174
    <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>
175
  </PropertyGroup>
176
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
177
    <DebugSymbols>true</DebugSymbols>
178
    <OutputPath>bin\x64\Debug\</OutputPath>
179
    <DefineConstants>DEBUG;TRACE</DefineConstants>
180
    <DebugType>full</DebugType>
181
    <PlatformTarget>x64</PlatformTarget>
182
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
183
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
184
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
185
    <ErrorReport>prompt</ErrorReport>
186
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
187
    <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>
188
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
189
    <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>
190
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
191
  </PropertyGroup>
192
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
193
    <OutputPath>bin\x64\Release\</OutputPath>
194
    <DefineConstants>TRACE</DefineConstants>
195
    <Optimize>true</Optimize>
196
    <DebugType>pdbonly</DebugType>
197
    <PlatformTarget>x64</PlatformTarget>
198
    <CodeAnalysisLogFile>bin\Release\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
199
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
200
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
201
    <ErrorReport>prompt</ErrorReport>
202
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
203
    <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>
204
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
205
    <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>
206
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
207
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
208
  </PropertyGroup>
209
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x64'">
210
    <DebugSymbols>true</DebugSymbols>
211
    <OutputPath>bin\x64\Premium Debug\</OutputPath>
212
    <DefineConstants>DEBUG;TRACE</DefineConstants>
213
    <DebugType>full</DebugType>
214
    <PlatformTarget>x64</PlatformTarget>
215
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
216
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
217
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
218
    <ErrorReport>prompt</ErrorReport>
219
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
220
    <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;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
221
    <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;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
222
  </PropertyGroup>
223
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|x64'">
224
    <DebugSymbols>true</DebugSymbols>
225
    <OutputPath>bin\x64\Debug All\</OutputPath>
226
    <DefineConstants>DEBUG;TRACE</DefineConstants>
227
    <DebugType>full</DebugType>
228
    <PlatformTarget>x64</PlatformTarget>
229
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
230
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
231
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
232
    <ErrorReport>prompt</ErrorReport>
233
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
234
    <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;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
235
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
236
    <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;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
237
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
238
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
239
  </PropertyGroup>
240
  <ItemGroup>
241
    <Reference Include="AsyncCtpLibrary">
242
      <HintPath>..\Libraries\AsyncCtpLibrary.dll</HintPath>
243
    </Reference>
244
    <Reference Include="Caliburn.Micro, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
245
      <HintPath>..\Libraries\Caliburn.Micro.dll</HintPath>
246
    </Reference>
247
    <Reference Include="log4net">
248
      <HintPath>..\Libraries\log4net.dll</HintPath>
249
    </Reference>
250
    <Reference Include="System" />
251
    <Reference Include="System.ComponentModel.Composition" />
252
    <Reference Include="System.Configuration.Install" />
253
    <Reference Include="System.Data" />
254
    <Reference Include="System.Drawing" />
255
    <Reference Include="System.Runtime.Serialization" />
256
    <Reference Include="System.ServiceModel" />
257
    <Reference Include="System.Windows.Forms" />
258
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
259
      <HintPath>..\packages\Caliburn.Micro.1.2.0\lib\Net40\System.Windows.Interactivity.dll</HintPath>
260
    </Reference>
261
    <Reference Include="System.Xml" />
262
    <Reference Include="Microsoft.CSharp" />
263
    <Reference Include="System.Core" />
264
    <Reference Include="System.Xml.Linq" />
265
    <Reference Include="System.Data.DataSetExtensions" />
266
    <Reference Include="System.Xaml">
267
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
268
    </Reference>
269
    <Reference Include="WindowsBase" />
270
    <Reference Include="PresentationCore" />
271
    <Reference Include="PresentationFramework" />
272
    <Reference Include="WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
273
      <SpecificVersion>False</SpecificVersion>
274
      <HintPath>..\packages\Extended.Wpf.Toolkit.1.5.0\lib\net40\WPFToolkit.Extended.dll</HintPath>
275
    </Reference>
276
  </ItemGroup>
277
  <ItemGroup>
278
    <ApplicationDefinition Include="App.xaml">
279
      <Generator>MSBuild:Compile</Generator>
280
      <SubType>Designer</SubType>
281
    </ApplicationDefinition>
282
    <Compile Include="Converters\DummyConverter.cs" />
283
    <Compile Include="Converters\EmptyToVisibilityConverter.cs" />
284
    <Compile Include="Converters\NullToVisibilityConverter.cs" />
285
    <Compile Include="FileProperties\ContainerPolicy.cs" />
286
    <Compile Include="FileProperties\NewContainerView.xaml.cs">
287
      <DependentUpon>NewContainerView.xaml</DependentUpon>
288
    </Compile>
289
    <Compile Include="FileProperties\NewContainerViewModel.cs" />
290
    <Compile Include="PithosException.cs" />
291
    <Compile Include="Preferences\AccountViewModel.cs" />
292
    <Compile Include="Preferences\AddAccountView.xaml.cs">
293
      <DependentUpon>AddAccountView.xaml</DependentUpon>
294
    </Compile>
295
    <Compile Include="Preferences\AddAccountViewModel.cs" />
296
    <Compile Include="Preferences\FileExistsRule.cs" />
297
    <Compile Include="Preferences\GroupsView.xaml.cs">
298
      <DependentUpon>GroupsView.xaml</DependentUpon>
299
    </Compile>
300
    <Compile Include="Preferences\GroupsViewModel.cs" />
301
    <Compile Include="Preferences\ProxyAccountView.xaml.cs">
302
      <DependentUpon>ProxyAccountView.xaml</DependentUpon>
303
    </Compile>
304
    <Compile Include="Preferences\ProxyAccountViewModel.cs" />
305
    <Compile Include="Proxy.cs" />
306
    <Compile Include="Shell\AboutView.xaml.cs">
307
      <DependentUpon>AboutView.xaml</DependentUpon>
308
    </Compile>
309
    <Compile Include="Caliburn\Micro\Logging\DebugLogger.cs" />
310
    <Compile Include="Caliburn\Micro\Logging\log4netLogger.cs" />
311
    <Compile Include="Configuration\PithosSettings.cs" />
312
    <Compile Include="FileEntry.cs" />
313
    <Compile Include="FileProperties\ContainerPropertiesView.xaml.cs">
314
      <DependentUpon>ContainerPropertiesView.xaml</DependentUpon>
315
    </Compile>
316
    <Compile Include="FileProperties\ContainerPropertiesViewModel.cs" />
317
    <Compile Include="FileProperties\FilePropertiesView.xaml.cs">
318
      <DependentUpon>FilePropertiesView.xaml</DependentUpon>
319
    </Compile>
320
    <Compile Include="FileProperties\FilePropertiesViewModel.cs" />
321
    <Compile Include="FileProperties\Permission.cs" />
322
    <Compile Include="FileProperties\SizeExtensions.cs" />
323
    <Compile Include="FileProperties\MetaValue.cs" />
324
    <Compile Include="Shell\AboutViewModel.cs" />
325
    <Compile Include="Shell\BalloonIconConverter.cs" />
326
    <Compile Include="Shell\FeedbackView.xaml.cs">
327
      <DependentUpon>FeedbackView.xaml</DependentUpon>
328
    </Compile>
329
    <Compile Include="Shell\FeedbackViewModel.cs" />
330
    <Compile Include="Shell\MessageView.xaml.cs">
331
      <DependentUpon>MessageView.xaml</DependentUpon>
332
    </Compile>
333
    <Compile Include="NativeMethods.cs" />
334
    <Compile Include="Shell\Notification.cs" />
335
    <Compile Include="PithosAccount.cs" />
336
    <Compile Include="Preferences\PreferencesView.xaml.cs">
337
      <DependentUpon>PreferencesView.xaml</DependentUpon>
338
    </Compile>
339
    <Compile Include="Preferences\PreferencesViewModel.cs" />
340
    <Compile Include="SelectiveSynch\DirectoryRecord.cs" />
341
    <Compile Include="SelectiveSynch\SelectiveSynchChanges.cs" />
342
    <Compile Include="SelectiveSynch\SelectiveSynchView.xaml.cs">
343
      <DependentUpon>SelectiveSynchView.xaml</DependentUpon>
344
    </Compile>
345
    <Compile Include="SelectiveSynch\SelectiveSynchViewModel.cs" />
346
    <Compile Include="SelectiveSynch\VirtualToggleButton.cs" />
347
    <Compile Include="Services\Events.cs" />
348
    <Compile Include="Shell\PithosBalloon.xaml.cs">
349
      <DependentUpon>PithosBalloon.xaml</DependentUpon>
350
    </Compile>
351
    <Compile Include="Shell\ShellViewModel.cs" />
352
    <Compile Include="Services\StatusService.cs" />
353
    <Compile Include="Wpf32Window.cs" />
354
    <Page Include="FileProperties\NewContainerView.xaml">
355
      <SubType>Designer</SubType>
356
      <Generator>MSBuild:Compile</Generator>
357
    </Page>
358
    <Page Include="Preferences\AddAccountView.xaml">
359
      <SubType>Designer</SubType>
360
      <Generator>MSBuild:Compile</Generator>
361
    </Page>
362
    <Page Include="Preferences\GroupsView.xaml">
363
      <Generator>MSBuild:Compile</Generator>
364
      <SubType>Designer</SubType>
365
    </Page>
366
    <Page Include="Preferences\ProxyAccountView.xaml">
367
      <SubType>Designer</SubType>
368
      <Generator>MSBuild:Compile</Generator>
369
    </Page>
370
    <Page Include="Shell\AboutView.xaml">
371
      <SubType>Designer</SubType>
372
      <Generator>MSBuild:Compile</Generator>
373
    </Page>
374
    <Page Include="FileProperties\ContainerPropertiesView.xaml">
375
      <SubType>Designer</SubType>
376
      <Generator>MSBuild:Compile</Generator>
377
    </Page>
378
    <Page Include="FileProperties\FilePropertiesView.xaml">
379
      <SubType>Designer</SubType>
380
      <Generator>MSBuild:Compile</Generator>
381
    </Page>
382
    <Page Include="MainWindow.xaml">
383
      <Generator>MSBuild:Compile</Generator>
384
      <SubType>Designer</SubType>
385
    </Page>
386
    <Compile Include="App.xaml.cs">
387
      <DependentUpon>App.xaml</DependentUpon>
388
      <SubType>Code</SubType>
389
    </Compile>
390
    <Compile Include="AppBootstrapper.cs" />
391
    <Compile Include="Shell\IShell.cs" />
392
    <Compile Include="MainWindow.xaml.cs">
393
      <DependentUpon>MainWindow.xaml</DependentUpon>
394
      <SubType>Code</SubType>
395
    </Compile>
396
    <Page Include="Shell\FeedbackView.xaml">
397
      <SubType>Designer</SubType>
398
      <Generator>MSBuild:Compile</Generator>
399
    </Page>
400
    <Page Include="Shell\MessageView.xaml">
401
      <SubType>Designer</SubType>
402
      <Generator>MSBuild:Compile</Generator>
403
    </Page>
404
    <Page Include="PithosStyles.xaml">
405
      <SubType>Designer</SubType>
406
      <Generator>MSBuild:Compile</Generator>
407
    </Page>
408
    <Page Include="Preferences\PreferencesView.xaml">
409
      <SubType>Designer</SubType>
410
      <Generator>MSBuild:Compile</Generator>
411
    </Page>
412
    <Page Include="SelectiveSynch\SelectiveSynchView.xaml">
413
      <SubType>Designer</SubType>
414
      <Generator>MSBuild:Compile</Generator>
415
    </Page>
416
    <Page Include="Shell\PithosBalloon.xaml">
417
      <SubType>Designer</SubType>
418
      <Generator>MSBuild:Compile</Generator>
419
    </Page>
420
    <Page Include="Shell\ShellView.xaml">
421
      <Generator>MSBuild:Compile</Generator>
422
      <SubType>Designer</SubType>
423
    </Page>
424
  </ItemGroup>
425
  <ItemGroup>
426
    <Compile Include="Properties\AssemblyInfo.cs">
427
      <SubType>Code</SubType>
428
    </Compile>
429
    <Compile Include="Properties\Resources.Designer.cs">
430
      <AutoGen>True</AutoGen>
431
      <DesignTime>True</DesignTime>
432
      <DependentUpon>Resources.resx</DependentUpon>
433
    </Compile>
434
    <Compile Include="Properties\Settings.Designer.cs">
435
      <AutoGen>True</AutoGen>
436
      <DependentUpon>Settings.settings</DependentUpon>
437
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
438
    </Compile>
439
    <EmbeddedResource Include="Properties\Resources.resx">
440
      <Generator>ResXFileCodeGenerator</Generator>
441
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
442
    </EmbeddedResource>
443
    <None Include="..\Pithos.licenseheader">
444
      <Link>Pithos.licenseheader</Link>
445
    </None>
446
    <None Include="app.config">
447
      <SubType>Designer</SubType>
448
    </None>
449
    <None Include="packages.config" />
450
    <None Include="pithos.snk" />
451
    <None Include="Properties\Settings.settings">
452
      <Generator>SettingsSingleFileGenerator</Generator>
453
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
454
    </None>
455
    <AppDesigner Include="Properties\" />
456
  </ItemGroup>
457
  <ItemGroup>
458
    <Resource Include="Images\copy.png" />
459
    <Resource Include="Images\Tray.ico" />
460
  </ItemGroup>
461
  <ItemGroup>
462
    <Resource Include="Images\TraySynching.ico" />
463
  </ItemGroup>
464
  <ItemGroup>
465
    <Resource Include="Images\TrayInSynch.ico" />
466
  </ItemGroup>
467
  <ItemGroup>
468
    <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
469
      <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
470
      <Name>ParallelExtensionsExtras</Name>
471
    </ProjectReference>
472
    <ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf.csproj">
473
      <Project>{7AC63864-7638-41C4-969C-D3197EF2BED9}</Project>
474
      <Name>NotifyIconWpf</Name>
475
    </ProjectReference>
476
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
477
      <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
478
      <Name>Pithos.Core</Name>
479
    </ProjectReference>
480
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
481
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
482
      <Name>Pithos.Interfaces</Name>
483
    </ProjectReference>
484
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
485
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
486
      <Name>Pithos.Network</Name>
487
    </ProjectReference>
488
  </ItemGroup>
489
  <ItemGroup>
490
    <Resource Include="Images\Accounts.png" />
491
    <Resource Include="Images\Advanced.png" />
492
    <Resource Include="Images\Bandwidth.png" />
493
    <Resource Include="Images\General.png" />
494
    <Resource Include="Images\Network.png" />
495
  </ItemGroup>
496
  <ItemGroup>
497
    <Resource Include="Images\TraySyncPaused.ico" />
498
  </ItemGroup>
499
  <ItemGroup>
500
    <Resource Include="Images\Container.png" />
501
  </ItemGroup>
502
  <ItemGroup>
503
    <Resource Include="Images\PithosTaskbar.png" />
504
  </ItemGroup>
505
  <ItemGroup>
506
    <Resource Include="Images\SmallLogo.png" />
507
  </ItemGroup>
508
  <ItemGroup>
509
    <Resource Include="Images\logo.png" />
510
  </ItemGroup>
511
  <ItemGroup>
512
    <Resource Include="Images\Folder.ico" />
513
    <Resource Include="Images\Web.ico" />
514
  </ItemGroup>
515
  <ItemGroup>
516
    <Resource Include="Images\Pithos.ico" />
517
  </ItemGroup>
518
  <ItemGroup>
519
    <Resource Include="Images\About.ico" />
520
    <Resource Include="Images\Feedback.ico" />
521
  </ItemGroup>
522
  <ItemGroup>
523
    <Resource Include="Images\Close.png" />
524
  </ItemGroup>
525
  <ItemGroup>
526
    <Resource Include="Images\info.png" />
527
  </ItemGroup>
528
  <ItemGroup>
529
    <Resource Include="Images\Error.png" />
530
  </ItemGroup>
531
  <ItemGroup>
532
    <Resource Include="Images\Warning.png" />
533
  </ItemGroup>
534
  <ItemGroup>
535
    <Resource Include="Images\SmallWarning.png" />
536
  </ItemGroup>
537
  <ItemGroup>
538
    <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
539
      <Visible>False</Visible>
540
      <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
541
      <Install>true</Install>
542
    </BootstrapperPackage>
543
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
544
      <Visible>False</Visible>
545
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
546
      <Install>false</Install>
547
    </BootstrapperPackage>
548
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
549
      <Visible>False</Visible>
550
      <ProductName>.NET Framework 3.5 SP1</ProductName>
551
      <Install>false</Install>
552
    </BootstrapperPackage>
553
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
554
      <Visible>False</Visible>
555
      <ProductName>Windows Installer 3.1</ProductName>
556
      <Install>true</Install>
557
    </BootstrapperPackage>
558
  </ItemGroup>
559
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
560
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
561
       Other similar extension points exist, see Microsoft.Common.targets.
562
  <Target Name="BeforeBuild">
563
  </Target>
564
  <Target Name="AfterBuild">
565
  </Target>
566
  -->
567
</Project>