Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 60c17115

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

    
646
    xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\$(PlatformName)\*.*" "$(TargetDir)"
647
    xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x86\*.*" "$(TargetDir)x86"
648
    xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x64\*.*" "$(TargetDir)amd64"
649

    
650
</PostBuildEvent>
651
  </PropertyGroup>
652
  <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
653
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
654
       Other similar extension points exist, see Microsoft.Common.targets.
655
  <Target Name="BeforeBuild">
656
  </Target>
657
  <Target Name="AfterBuild">
658
  </Target>
659
  -->
660
</Project>