Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 306a6634

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

    
719
@echo  Copy SSL To Target for %25PROCESSOR_ARCHITECTURE%25
720

    
721
xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x64\*.*" "$(TargetDir)"
722

    
723
REM    if %25PROCESSOR_ARCHITECTURE%25 == AMD64 xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x64\*.*" "$(TargetDir)"
724
REM    if %25PROCESSOR_ARCHITECTURE%25 == x86 xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x86\*.*" "$(TargetDir)"
725

    
726
@echo Copy OpenSSL to platforms
727

    
728
    xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x86\*.*" "$(TargetDir)x86"
729
    xcopy /s /y "$(SolutionDir)Libraries\OpenSSL\x64\*.*" "$(TargetDir)amd64"
730

    
731
SET</PostBuildEvent>
732
  </PropertyGroup>
733
  <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
734
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
735
       Other similar extension points exist, see Microsoft.Common.targets.
736
  <Target Name="BeforeBuild">
737
  </Target>
738
  <Target Name="AfterBuild">
739
  </Target>
740
  -->
741
</Project>