Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 5ce54458

History | View | Annotate | Download (10.4 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
  <ItemGroup>
76
    <Reference Include="Caliburn.Micro, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
77
      <HintPath>..\Libraries\Caliburn.Micro.dll</HintPath>
78
    </Reference>
79
    <Reference Include="System" />
80
    <Reference Include="System.ComponentModel.Composition" />
81
    <Reference Include="System.Configuration.Install" />
82
    <Reference Include="System.Data" />
83
    <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
84
      <SpecificVersion>False</SpecificVersion>
85
      <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
86
    </Reference>
87
    <Reference Include="System.Drawing" />
88
    <Reference Include="System.Runtime.Serialization" />
89
    <Reference Include="System.Windows.Forms" />
90
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91
      <HintPath>..\packages\Caliburn.Micro.1.2.0\lib\Net40\System.Windows.Interactivity.dll</HintPath>
92
    </Reference>
93
    <Reference Include="System.Xml" />
94
    <Reference Include="Microsoft.CSharp" />
95
    <Reference Include="System.Core" />
96
    <Reference Include="System.Xml.Linq" />
97
    <Reference Include="System.Data.DataSetExtensions" />
98
    <Reference Include="System.Xaml">
99
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
100
    </Reference>
101
    <Reference Include="WindowsBase" />
102
    <Reference Include="PresentationCore" />
103
    <Reference Include="PresentationFramework" />
104
    <Reference Include="WPF.Themes">
105
      <HintPath>..\packages\wpfthemes.0.0.1\lib\WPF.Themes.dll</HintPath>
106
    </Reference>
107
  </ItemGroup>
108
  <ItemGroup>
109
    <ApplicationDefinition Include="App.xaml">
110
      <Generator>MSBuild:Compile</Generator>
111
      <SubType>Designer</SubType>
112
    </ApplicationDefinition>
113
    <Compile Include="Caliburn\Micro\Logging\DebugLogger.cs" />
114
    <Compile Include="Configuration\PithosSettings.cs" />
115
    <Compile Include="FileEntry.cs" />
116
    <Compile Include="FilePropertiesView.xaml.cs">
117
      <DependentUpon>FilePropertiesView.xaml</DependentUpon>
118
    </Compile>
119
    <Compile Include="FilePropertiesViewModel.cs" />
120
    <Compile Include="NativeMethods.cs" />
121
    <Compile Include="Notification.cs" />
122
    <Compile Include="PithosAccount.cs" />
123
    <Compile Include="PithosCommand.cs" />
124
    <Compile Include="PreferencesView.xaml.cs">
125
      <DependentUpon>PreferencesView.xaml</DependentUpon>
126
    </Compile>
127
    <Compile Include="PreferencesViewModel.cs" />
128
    <Compile Include="TaskbarViewModel.cs" />
129
    <Page Include="FilePropertiesView.xaml">
130
      <SubType>Designer</SubType>
131
      <Generator>MSBuild:Compile</Generator>
132
    </Page>
133
    <Page Include="MainWindow.xaml">
134
      <Generator>MSBuild:Compile</Generator>
135
      <SubType>Designer</SubType>
136
    </Page>
137
    <Compile Include="App.xaml.cs">
138
      <DependentUpon>App.xaml</DependentUpon>
139
      <SubType>Code</SubType>
140
    </Compile>
141
    <Compile Include="AppBootstrapper.cs" />
142
    <Compile Include="IShell.cs" />
143
    <Compile Include="MainWindow.xaml.cs">
144
      <DependentUpon>MainWindow.xaml</DependentUpon>
145
      <SubType>Code</SubType>
146
    </Compile>
147
    <Page Include="PithosStyles.xaml">
148
      <SubType>Designer</SubType>
149
      <Generator>MSBuild:Compile</Generator>
150
    </Page>
151
    <Page Include="PreferencesView.xaml">
152
      <SubType>Designer</SubType>
153
      <Generator>MSBuild:Compile</Generator>
154
    </Page>
155
  </ItemGroup>
156
  <ItemGroup>
157
    <Compile Include="Properties\AssemblyInfo.cs">
158
      <SubType>Code</SubType>
159
    </Compile>
160
    <Compile Include="Properties\Resources.Designer.cs">
161
      <AutoGen>True</AutoGen>
162
      <DesignTime>True</DesignTime>
163
      <DependentUpon>Resources.resx</DependentUpon>
164
    </Compile>
165
    <Compile Include="Properties\Settings.Designer.cs">
166
      <AutoGen>True</AutoGen>
167
      <DependentUpon>Settings.settings</DependentUpon>
168
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
169
    </Compile>
170
    <EmbeddedResource Include="Properties\Resources.resx">
171
      <Generator>ResXFileCodeGenerator</Generator>
172
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
173
    </EmbeddedResource>
174
    <None Include="app.config" />
175
    <None Include="packages.config" />
176
    <None Include="pithos.snk" />
177
    <None Include="Properties\Settings.settings">
178
      <Generator>SettingsSingleFileGenerator</Generator>
179
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
180
    </None>
181
    <AppDesigner Include="Properties\" />
182
  </ItemGroup>
183
  <ItemGroup>
184
    <Resource Include="Images\Tray.ico" />
185
  </ItemGroup>
186
  <ItemGroup>
187
    <Resource Include="Images\TraySynching.ico" />
188
  </ItemGroup>
189
  <ItemGroup>
190
    <Resource Include="Images\TrayInSynch.ico" />
191
  </ItemGroup>
192
  <ItemGroup>
193
    <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
194
      <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
195
      <Name>ParallelExtensionsExtras</Name>
196
    </ProjectReference>
197
    <ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf.csproj">
198
      <Project>{7AC63864-7638-41C4-969C-D3197EF2BED9}</Project>
199
      <Name>NotifyIconWpf</Name>
200
    </ProjectReference>
201
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
202
      <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
203
      <Name>Pithos.Core</Name>
204
    </ProjectReference>
205
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
206
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
207
      <Name>Pithos.Interfaces</Name>
208
    </ProjectReference>
209
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
210
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
211
      <Name>Pithos.Network</Name>
212
    </ProjectReference>
213
  </ItemGroup>
214
  <ItemGroup>
215
    <Resource Include="Images\Accounts.png" />
216
    <Resource Include="Images\Advanced.png" />
217
    <Resource Include="Images\Bandwidth.png" />
218
    <Resource Include="Images\General.png" />
219
    <Resource Include="Images\Network.png" />
220
  </ItemGroup>
221
  <ItemGroup>
222
    <Resource Include="Images\TraySyncPaused.ico" />
223
  </ItemGroup>
224
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
225
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
226
       Other similar extension points exist, see Microsoft.Common.targets.
227
  <Target Name="BeforeBuild">
228
  </Target>
229
  <Target Name="AfterBuild">
230
  </Target>
231
  -->
232
</Project>