Statistics
| Branch: | Revision:

root / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj @ 0eea575a

History | View | Annotate | Download (9.9 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{4D9406A3-50ED-4672-BB97-A0B3EA4946FE}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>Pithos.Client.WPF</RootNamespace>
12
    <AssemblyName>Pithos.Client.WPF</AssemblyName>
13
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15
    <FileAlignment>512</FileAlignment>
16
    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17
    <WarningLevel>4</WarningLevel>
18
  </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
  <ItemGroup>
73
    <Reference Include="System" />
74
    <Reference Include="System.ComponentModel.Composition" />
75
    <Reference Include="System.Configuration.Install" />
76
    <Reference Include="System.Data" />
77
    <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
78
      <SpecificVersion>False</SpecificVersion>
79
      <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
80
    </Reference>
81
    <Reference Include="System.Drawing" />
82
    <Reference Include="System.Runtime.Serialization" />
83
    <Reference Include="System.Windows.Forms" />
84
    <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85
      <HintPath>..\packages\Caliburn.Micro.1.2.0\lib\Net40\System.Windows.Interactivity.dll</HintPath>
86
    </Reference>
87
    <Reference Include="System.Xml" />
88
    <Reference Include="Microsoft.CSharp" />
89
    <Reference Include="System.Core" />
90
    <Reference Include="System.Xml.Linq" />
91
    <Reference Include="System.Data.DataSetExtensions" />
92
    <Reference Include="System.Xaml">
93
      <RequiredTargetFramework>4.0</RequiredTargetFramework>
94
    </Reference>
95
    <Reference Include="WindowsBase" />
96
    <Reference Include="PresentationCore" />
97
    <Reference Include="PresentationFramework" />
98
    <Reference Include="WPF.Themes">
99
      <HintPath>..\packages\wpfthemes.0.0.1\lib\WPF.Themes.dll</HintPath>
100
    </Reference>
101
  </ItemGroup>
102
  <ItemGroup>
103
    <ApplicationDefinition Include="App.xaml">
104
      <Generator>MSBuild:Compile</Generator>
105
      <SubType>Designer</SubType>
106
    </ApplicationDefinition>
107
    <Compile Include="Caliburn\Micro\Logging\DebugLogger.cs" />
108
    <Compile Include="Configuration\PithosSettings.cs" />
109
    <Compile Include="FileEntry.cs" />
110
    <Compile Include="PithosCommand.cs" />
111
    <Compile Include="PreferencesView.xaml.cs">
112
      <DependentUpon>PreferencesView.xaml</DependentUpon>
113
    </Compile>
114
    <Compile Include="PreferencesViewModel.cs" />
115
    <Compile Include="ShellExtensionController.cs" />
116
    <Compile Include="TaskbarViewModel.cs" />
117
    <Page Include="MainWindow.xaml">
118
      <Generator>MSBuild:Compile</Generator>
119
      <SubType>Designer</SubType>
120
    </Page>
121
    <Compile Include="App.xaml.cs">
122
      <DependentUpon>App.xaml</DependentUpon>
123
      <SubType>Code</SubType>
124
    </Compile>
125
    <Compile Include="AppBootstrapper.cs" />
126
    <Compile Include="IShell.cs" />
127
    <Compile Include="MainWindow.xaml.cs">
128
      <DependentUpon>MainWindow.xaml</DependentUpon>
129
      <SubType>Code</SubType>
130
    </Compile>
131
    <Page Include="PithosStyles.xaml">
132
      <SubType>Designer</SubType>
133
      <Generator>MSBuild:Compile</Generator>
134
    </Page>
135
    <Page Include="PreferencesView.xaml">
136
      <SubType>Designer</SubType>
137
      <Generator>MSBuild:Compile</Generator>
138
    </Page>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <Compile Include="Properties\AssemblyInfo.cs">
142
      <SubType>Code</SubType>
143
    </Compile>
144
    <Compile Include="Properties\Resources.Designer.cs">
145
      <AutoGen>True</AutoGen>
146
      <DesignTime>True</DesignTime>
147
      <DependentUpon>Resources.resx</DependentUpon>
148
    </Compile>
149
    <Compile Include="Properties\Settings.Designer.cs">
150
      <AutoGen>True</AutoGen>
151
      <DependentUpon>Settings.settings</DependentUpon>
152
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
153
    </Compile>
154
    <EmbeddedResource Include="Properties\Resources.resx">
155
      <Generator>ResXFileCodeGenerator</Generator>
156
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
157
    </EmbeddedResource>
158
    <None Include="app.config" />
159
    <None Include="packages.config" />
160
    <None Include="pithos.snk" />
161
    <None Include="Properties\Settings.settings">
162
      <Generator>SettingsSingleFileGenerator</Generator>
163
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
164
    </None>
165
    <AppDesigner Include="Properties\" />
166
  </ItemGroup>
167
  <ItemGroup>
168
    <Resource Include="Images\Tray.ico" />
169
  </ItemGroup>
170
  <ItemGroup>
171
    <Resource Include="Images\TraySynching.ico" />
172
  </ItemGroup>
173
  <ItemGroup>
174
    <Resource Include="Images\TrayInSynch.ico" />
175
  </ItemGroup>
176
  <ItemGroup>
177
    <ProjectReference Include="..\..\..\..\Downloads\caliburnmicro\caliburnmicro_1f6100f2f0af\src\Caliburn.Micro.WPF\Caliburn.Micro.WPF.csproj">
178
      <Project>{B633FE8C-B40E-4122-A763-F94C8B1A70F8}</Project>
179
      <Name>Caliburn.Micro.WPF</Name>
180
    </ProjectReference>
181
    <ProjectReference Include="..\NotifyIconWpf\NotifyIconWpf.csproj">
182
      <Project>{7AC63864-7638-41C4-969C-D3197EF2BED9}</Project>
183
      <Name>NotifyIconWpf</Name>
184
    </ProjectReference>
185
    <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
186
      <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
187
      <Name>Pithos.Core</Name>
188
    </ProjectReference>
189
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
190
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
191
      <Name>Pithos.Interfaces</Name>
192
    </ProjectReference>
193
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
194
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
195
      <Name>Pithos.Network</Name>
196
    </ProjectReference>
197
    <ProjectReference Include="..\Pithos.ShellExtensions\Pithos.ShellExtensions.csproj">
198
      <Project>{240B432F-1030-4623-BCC3-FF351D6C1B63}</Project>
199
      <Name>Pithos.ShellExtensions</Name>
200
    </ProjectReference>
201
  </ItemGroup>
202
  <ItemGroup>
203
    <Resource Include="Images\Accounts.png" />
204
    <Resource Include="Images\Advanced.png" />
205
    <Resource Include="Images\Bandwidth.png" />
206
    <Resource Include="Images\General.png" />
207
    <Resource Include="Images\Network.png" />
208
  </ItemGroup>
209
  <ItemGroup>
210
    <Resource Include="Images\TraySyncPaused.ico" />
211
  </ItemGroup>
212
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
213
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
214
       Other similar extension points exist, see Microsoft.Common.targets.
215
  <Target Name="BeforeBuild">
216
  </Target>
217
  <Target Name="AfterBuild">
218
  </Target>
219
  -->
220
</Project>