Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 2c27cdd0

History | View | Annotate | Download (18.5 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
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
20
    <PlatformTarget>x86</PlatformTarget>
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <Optimize>false</Optimize>
24
    <OutputPath>bin\Debug\</OutputPath>
25
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>4</WarningLevel>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
30
    <PlatformTarget>x86</PlatformTarget>
31
    <DebugType>pdbonly</DebugType>
32
    <Optimize>true</Optimize>
33
    <OutputPath>bin\Release\</OutputPath>
34
    <DefineConstants>TRACE</DefineConstants>
35
    <ErrorReport>prompt</ErrorReport>
36
    <WarningLevel>4</WarningLevel>
37
  </PropertyGroup>
38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
39
    <DebugSymbols>true</DebugSymbols>
40
    <OutputPath>bin\Debug\</OutputPath>
41
    <DefineConstants>DEBUG;TRACE</DefineConstants>
42
    <DebugType>full</DebugType>
43
    <PlatformTarget>AnyCPU</PlatformTarget>
44
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
45
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
46
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
47
    <ErrorReport>prompt</ErrorReport>
48
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
50
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
51
  </PropertyGroup>
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
53
    <OutputPath>bin\Release\</OutputPath>
54
    <DefineConstants>TRACE</DefineConstants>
55
    <Optimize>true</Optimize>
56
    <DebugType>pdbonly</DebugType>
57
    <PlatformTarget>AnyCPU</PlatformTarget>
58
    <CodeAnalysisLogFile>bin\Release\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
59
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
60
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
61
    <ErrorReport>prompt</ErrorReport>
62
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
63
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
64
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
65
  </PropertyGroup>
66
  <PropertyGroup>
67
    <SignAssembly>true</SignAssembly>
68
  </PropertyGroup>
69
  <PropertyGroup>
70
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
71
  </PropertyGroup>
72
  <PropertyGroup>
73
    <ApplicationIcon>Images\Tray.ico</ApplicationIcon>
74
  </PropertyGroup>
75
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x86'">
76
    <DebugSymbols>true</DebugSymbols>
77
    <OutputPath>bin\x86\Premium Debug\</OutputPath>
78
    <DefineConstants>DEBUG;TRACE</DefineConstants>
79
    <DebugType>full</DebugType>
80
    <PlatformTarget>x86</PlatformTarget>
81
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
82
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
83
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
84
    <ErrorReport>prompt</ErrorReport>
85
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
86
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
87
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
88
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
89
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
90
  </PropertyGroup>
91
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
92
    <DebugSymbols>true</DebugSymbols>
93
    <OutputPath>bin\Premium Debug\</OutputPath>
94
    <DefineConstants>DEBUG;TRACE</DefineConstants>
95
    <DebugType>full</DebugType>
96
    <PlatformTarget>AnyCPU</PlatformTarget>
97
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
98
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
99
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
100
    <ErrorReport>prompt</ErrorReport>
101
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
102
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
103
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
104
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
105
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|x86'">
108
    <DebugSymbols>true</DebugSymbols>
109
    <OutputPath>bin\x86\Debug All\</OutputPath>
110
    <DefineConstants>DEBUG;TRACE</DefineConstants>
111
    <DebugType>full</DebugType>
112
    <PlatformTarget>x86</PlatformTarget>
113
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
114
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
115
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
116
    <ErrorReport>prompt</ErrorReport>
117
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
118
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
119
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
120
  </PropertyGroup>
121
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
122
    <DebugSymbols>true</DebugSymbols>
123
    <OutputPath>bin\Debug All\</OutputPath>
124
    <DefineConstants>DEBUG;TRACE</DefineConstants>
125
    <DebugType>full</DebugType>
126
    <PlatformTarget>AnyCPU</PlatformTarget>
127
    <CodeAnalysisLogFile>bin\Debug\Pithos.Client.WPF.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
128
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
129
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
130
    <ErrorReport>prompt</ErrorReport>
131
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
132
    <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>
133
    <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>
134
  </PropertyGroup>
135
  <ItemGroup>
136
    <Reference Include="AsyncCtpLibrary">
137
      <HintPath>..\Libraries\AsyncCtpLibrary.dll</HintPath>
138
    </Reference>
139
    <Reference Include="Caliburn.Micro, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
140
      <HintPath>..\Libraries\Caliburn.Micro.dll</HintPath>
141
    </Reference>
142
    <Reference Include="log4net">
143
      <HintPath>..\Libraries\log4net.dll</HintPath>
144
    </Reference>
145
    <Reference Include="System" />
146
    <Reference Include="System.ComponentModel.Composition" />
147
    <Reference Include="System.Configuration.Install" />
148
    <Reference Include="System.Data" />
149
    <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
150
      <SpecificVersion>False</SpecificVersion>
151
      <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
152
    </Reference>
153
    <Reference Include="System.Drawing" />
154
    <Reference Include="System.Runtime.Serialization" />
155
    <Reference Include="System.ServiceModel" />
156
    <Reference Include="System.Windows.Forms" />
157
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
158
      <HintPath>..\packages\Caliburn.Micro.1.2.0\lib\Net40\System.Windows.Interactivity.dll</HintPath>
159
    </Reference>
160
    <Reference Include="System.Xml" />
161
    <Reference Include="Microsoft.CSharp" />
162
    <Reference Include="System.Core" />
163
    <Reference Include="System.Xml.Linq" />
164
    <Reference Include="System.Data.DataSetExtensions" />
165
    <Reference Include="System.Xaml">
166
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
167
    </Reference>
168
    <Reference Include="WindowsBase" />
169
    <Reference Include="PresentationCore" />
170
    <Reference Include="PresentationFramework" />
171
    <Reference Include="WPFToolkit.Extended">
172
      <HintPath>..\packages\Extended.Wpf.Toolkit.1.5.0\lib\net40\WPFToolkit.Extended.dll</HintPath>
173
    </Reference>
174
  </ItemGroup>
175
  <ItemGroup>
176
    <ApplicationDefinition Include="App.xaml">
177
      <Generator>MSBuild:Compile</Generator>
178
      <SubType>Designer</SubType>
179
    </ApplicationDefinition>
180
    <Compile Include="Converters\EmptyToVisibilityConverter.cs" />
181
    <Compile Include="Shell\AboutView.xaml.cs">
182
      <DependentUpon>AboutView.xaml</DependentUpon>
183
    </Compile>
184
    <Compile Include="Caliburn\Micro\Logging\DebugLogger.cs" />
185
    <Compile Include="Caliburn\Micro\Logging\log4netLogger.cs" />
186
    <Compile Include="Configuration\PithosSettings.cs" />
187
    <Compile Include="FileEntry.cs" />
188
    <Compile Include="FileProperties\ContainerPropertiesView.xaml.cs">
189
      <DependentUpon>ContainerPropertiesView.xaml</DependentUpon>
190
    </Compile>
191
    <Compile Include="FileProperties\ContainerPropertiesViewModel.cs" />
192
    <Compile Include="FileProperties\FilePropertiesView.xaml.cs">
193
      <DependentUpon>FilePropertiesView.xaml</DependentUpon>
194
    </Compile>
195
    <Compile Include="FileProperties\FilePropertiesViewModel.cs" />
196
    <Compile Include="FileProperties\Permission.cs" />
197
    <Compile Include="FileProperties\SizeExtensions.cs" />
198
    <Compile Include="FileProperties\Tag.cs" />
199
    <Compile Include="Shell\AboutViewModel.cs" />
200
    <Compile Include="Shell\FeedbackView.xaml.cs">
201
      <DependentUpon>FeedbackView.xaml</DependentUpon>
202
    </Compile>
203
    <Compile Include="Shell\FeedbackViewModel.cs" />
204
    <Compile Include="Shell\MessageView.xaml.cs">
205
      <DependentUpon>MessageView.xaml</DependentUpon>
206
    </Compile>
207
    <Compile Include="NativeMethods.cs" />
208
    <Compile Include="Shell\Notification.cs" />
209
    <Compile Include="PithosAccount.cs" />
210
    <Compile Include="PithosCommand.cs" />
211
    <Compile Include="Preferences\PreferencesView.xaml.cs">
212
      <DependentUpon>PreferencesView.xaml</DependentUpon>
213
    </Compile>
214
    <Compile Include="Preferences\PreferencesViewModel.cs" />
215
    <Compile Include="SelectiveSynch\DirectoryRecord.cs" />
216
    <Compile Include="SelectiveSynch\SelectiveSynchChanges.cs" />
217
    <Compile Include="SelectiveSynch\SelectiveSynchView.xaml.cs">
218
      <DependentUpon>SelectiveSynchView.xaml</DependentUpon>
219
    </Compile>
220
    <Compile Include="SelectiveSynch\SelectiveSynchViewModel.cs" />
221
    <Compile Include="SelectiveSynch\VirtualToggleButton.cs" />
222
    <Compile Include="Services\Events.cs" />
223
    <Compile Include="Shell\ShellViewModel.cs" />
224
    <Compile Include="Services\StatusService.cs" />
225
    <Compile Include="Wpf32Window.cs" />
226
    <Page Include="Shell\AboutView.xaml">
227
      <SubType>Designer</SubType>
228
      <Generator>MSBuild:Compile</Generator>
229
    </Page>
230
    <Page Include="FileProperties\ContainerPropertiesView.xaml">
231
      <SubType>Designer</SubType>
232
      <Generator>MSBuild:Compile</Generator>
233
    </Page>
234
    <Page Include="FileProperties\FilePropertiesView.xaml">
235
      <SubType>Designer</SubType>
236
      <Generator>MSBuild:Compile</Generator>
237
    </Page>
238
    <Page Include="MainWindow.xaml">
239
      <Generator>MSBuild:Compile</Generator>
240
      <SubType>Designer</SubType>
241
    </Page>
242
    <Compile Include="App.xaml.cs">
243
      <DependentUpon>App.xaml</DependentUpon>
244
      <SubType>Code</SubType>
245
    </Compile>
246
    <Compile Include="AppBootstrapper.cs" />
247
    <Compile Include="Shell\IShell.cs" />
248
    <Compile Include="MainWindow.xaml.cs">
249
      <DependentUpon>MainWindow.xaml</DependentUpon>
250
      <SubType>Code</SubType>
251
    </Compile>
252
    <Page Include="Shell\FeedbackView.xaml">
253
      <SubType>Designer</SubType>
254
      <Generator>MSBuild:Compile</Generator>
255
    </Page>
256
    <Page Include="Shell\MessageView.xaml">
257
      <SubType>Designer</SubType>
258
      <Generator>MSBuild:Compile</Generator>
259
    </Page>
260
    <Page Include="PithosStyles.xaml">
261
      <SubType>Designer</SubType>
262
      <Generator>MSBuild:Compile</Generator>
263
    </Page>
264
    <Page Include="Preferences\PreferencesView.xaml">
265
      <SubType>Designer</SubType>
266
      <Generator>MSBuild:Compile</Generator>
267
    </Page>
268
    <Page Include="SelectiveSynch\SelectiveSynchView.xaml">
269
      <SubType>Designer</SubType>
270
      <Generator>MSBuild:Compile</Generator>
271
    </Page>
272
    <Page Include="Shell\ShellView.xaml">
273
      <Generator>MSBuild:Compile</Generator>
274
      <SubType>Designer</SubType>
275
    </Page>
276
  </ItemGroup>
277
  <ItemGroup>
278
    <Compile Include="Properties\AssemblyInfo.cs">
279
      <SubType>Code</SubType>
280
    </Compile>
281
    <Compile Include="Properties\Resources.Designer.cs">
282
      <AutoGen>True</AutoGen>
283
      <DesignTime>True</DesignTime>
284
      <DependentUpon>Resources.resx</DependentUpon>
285
    </Compile>
286
    <Compile Include="Properties\Settings.Designer.cs">
287
      <AutoGen>True</AutoGen>
288
      <DependentUpon>Settings.settings</DependentUpon>
289
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
290
    </Compile>
291
    <EmbeddedResource Include="Properties\Resources.resx">
292
      <Generator>ResXFileCodeGenerator</Generator>
293
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
294
    </EmbeddedResource>
295
    <None Include="app.config" />
296
    <None Include="packages.config" />
297
    <None Include="pithos.snk" />
298
    <None Include="Properties\Settings.settings">
299
      <Generator>SettingsSingleFileGenerator</Generator>
300
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
301
    </None>
302
    <AppDesigner Include="Properties\" />
303
  </ItemGroup>
304
  <ItemGroup>
305
    <Resource Include="Images\copy.png" />
306
    <Resource Include="Images\Tray.ico" />
307
  </ItemGroup>
308
  <ItemGroup>
309
    <Resource Include="Images\TraySynching.ico" />
310
  </ItemGroup>
311
  <ItemGroup>
312
    <Resource Include="Images\TrayInSynch.ico" />
313
  </ItemGroup>
314
  <ItemGroup>
315
    <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
316
      <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
317
      <Name>ParallelExtensionsExtras</Name>
318
    </ProjectReference>
319
    <ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf.csproj">
320
      <Project>{7AC63864-7638-41C4-969C-D3197EF2BED9}</Project>
321
      <Name>NotifyIconWpf</Name>
322
    </ProjectReference>
323
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
324
      <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
325
      <Name>Pithos.Core</Name>
326
    </ProjectReference>
327
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
328
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
329
      <Name>Pithos.Interfaces</Name>
330
    </ProjectReference>
331
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
332
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
333
      <Name>Pithos.Network</Name>
334
    </ProjectReference>
335
  </ItemGroup>
336
  <ItemGroup>
337
    <Resource Include="Images\Accounts.png" />
338
    <Resource Include="Images\Advanced.png" />
339
    <Resource Include="Images\Bandwidth.png" />
340
    <Resource Include="Images\General.png" />
341
    <Resource Include="Images\Network.png" />
342
  </ItemGroup>
343
  <ItemGroup>
344
    <Resource Include="Images\TraySyncPaused.ico" />
345
  </ItemGroup>
346
  <ItemGroup>
347
    <COMReference Include="IWshRuntimeLibrary">
348
      <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
349
      <VersionMajor>1</VersionMajor>
350
      <VersionMinor>0</VersionMinor>
351
      <Lcid>0</Lcid>
352
      <WrapperTool>tlbimp</WrapperTool>
353
      <Isolated>False</Isolated>
354
      <EmbedInteropTypes>False</EmbedInteropTypes>
355
    </COMReference>
356
  </ItemGroup>
357
  <ItemGroup>
358
    <Resource Include="Images\Container.png" />
359
  </ItemGroup>
360
  <ItemGroup>
361
    <Resource Include="Images\PithosTaskbar.png" />
362
  </ItemGroup>
363
  <ItemGroup>
364
    <Resource Include="Images\SmallLogo.png" />
365
  </ItemGroup>
366
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
367
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
368
       Other similar extension points exist, see Microsoft.Common.targets.
369
  <Target Name="BeforeBuild">
370
  </Target>
371
  <Target Name="AfterBuild">
372
  </Target>
373
  -->
374
</Project>