Changed overlays to use TortoiseOverlays. Added register/unregister functionality...
[pithos-ms-client] / trunk / Pithos.Client / Pithos.Client.csproj
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>{5AC90E5E-60C6-4F53-9444-6088BD7BC929}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Client</RootNamespace>
12     <AssemblyName>Pithos.Client</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <TargetFrameworkProfile>
15     </TargetFrameworkProfile>
16     <FileAlignment>512</FileAlignment>
17     <PublishUrl>publish\</PublishUrl>
18     <Install>true</Install>
19     <InstallFrom>Disk</InstallFrom>
20     <UpdateEnabled>false</UpdateEnabled>
21     <UpdateMode>Foreground</UpdateMode>
22     <UpdateInterval>7</UpdateInterval>
23     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
24     <UpdatePeriodically>false</UpdatePeriodically>
25     <UpdateRequired>false</UpdateRequired>
26     <MapFileExtensions>true</MapFileExtensions>
27     <ApplicationRevision>0</ApplicationRevision>
28     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
29     <IsWebBootstrapper>false</IsWebBootstrapper>
30     <UseApplicationTrust>false</UseApplicationTrust>
31     <BootstrapperEnabled>true</BootstrapperEnabled>
32     <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
33   </PropertyGroup>
34   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
35     <PlatformTarget>AnyCPU</PlatformTarget>
36     <DebugSymbols>true</DebugSymbols>
37     <DebugType>full</DebugType>
38     <Optimize>false</Optimize>
39     <OutputPath>bin\Debug\</OutputPath>
40     <DefineConstants>DEBUG;TRACE</DefineConstants>
41     <ErrorReport>prompt</ErrorReport>
42     <WarningLevel>4</WarningLevel>
43     <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
44     <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
45     <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
46     <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
47     <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
48     <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
49     <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
50     <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
51     <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
52     <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
53     <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
54     <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
55     <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
56     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
57     <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
58     <CodeContractsCustomRewriterAssembly />
59     <CodeContractsCustomRewriterClass />
60     <CodeContractsLibPaths />
61     <CodeContractsExtraRewriteOptions />
62     <CodeContractsExtraAnalysisOptions />
63     <CodeContractsBaseLineFile />
64     <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
65     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
66     <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
67     <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
68   </PropertyGroup>
69   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
70     <PlatformTarget>x86</PlatformTarget>
71     <DebugType>pdbonly</DebugType>
72     <Optimize>true</Optimize>
73     <OutputPath>bin\Release\</OutputPath>
74     <DefineConstants>TRACE</DefineConstants>
75     <ErrorReport>prompt</ErrorReport>
76     <WarningLevel>4</WarningLevel>
77   </PropertyGroup>
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|x86'">
79     <DebugSymbols>true</DebugSymbols>
80     <OutputPath>bin\x86\Test\</OutputPath>
81     <DefineConstants>DEBUG;TRACE</DefineConstants>
82     <DebugType>full</DebugType>
83     <PlatformTarget>AnyCPU</PlatformTarget>
84     <CodeAnalysisLogFile>bin\Debug\Pithos.Client.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
85     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
86     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
87     <ErrorReport>prompt</ErrorReport>
88     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
89     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
90     <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
91     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
92     <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
93   </PropertyGroup>
94   <ItemGroup>
95     <Reference Include="System" />
96     <Reference Include="System.ComponentModel.Composition" />
97     <Reference Include="System.Configuration" />
98     <Reference Include="System.Configuration.Install" />
99     <Reference Include="System.Core" />
100     <Reference Include="System.Runtime.Serialization" />
101     <Reference Include="System.Security" />
102     <Reference Include="System.Xml.Linq" />
103     <Reference Include="System.Data.DataSetExtensions" />
104     <Reference Include="Microsoft.CSharp" />
105     <Reference Include="System.Data" />
106     <Reference Include="System.Deployment" />
107     <Reference Include="System.Drawing" />
108     <Reference Include="System.Windows.Forms" />
109     <Reference Include="System.Xml" />
110   </ItemGroup>
111   <ItemGroup>
112     <Compile Include="AccountSettings.cs" />
113     <Compile Include="App_Code\Massive.cs" />
114     <Compile Include="IoC.cs" />
115     <Compile Include="PithosSettings.cs" />
116     <Compile Include="Preferences.cs">
117       <SubType>Form</SubType>
118     </Compile>
119     <Compile Include="Preferences.Designer.cs">
120       <DependentUpon>Preferences.cs</DependentUpon>
121     </Compile>
122     <Compile Include="Program.cs" />
123     <Compile Include="Properties\AssemblyInfo.cs" />
124     <EmbeddedResource Include="Preferences.resx">
125       <DependentUpon>Preferences.cs</DependentUpon>
126     </EmbeddedResource>
127     <EmbeddedResource Include="Properties\Resources.resx">
128       <Generator>ResXFileCodeGenerator</Generator>
129       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
130       <SubType>Designer</SubType>
131     </EmbeddedResource>
132     <Compile Include="Properties\Resources.Designer.cs">
133       <AutoGen>True</AutoGen>
134       <DependentUpon>Resources.resx</DependentUpon>
135       <DesignTime>True</DesignTime>
136     </Compile>
137     <None Include="app.config" />
138     <None Include="packages.config" />
139     <None Include="Properties\Settings.settings">
140       <Generator>SettingsSingleFileGenerator</Generator>
141       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
142     </None>
143     <Compile Include="Properties\Settings.Designer.cs">
144       <AutoGen>True</AutoGen>
145       <DependentUpon>Settings.settings</DependentUpon>
146       <DesignTimeSharedInput>True</DesignTimeSharedInput>
147     </Compile>
148   </ItemGroup>
149   <ItemGroup>
150     <None Include="Resources\Tray.ico" />
151   </ItemGroup>
152   <ItemGroup>
153     <None Include="Resources\TraySynching.ico" />
154   </ItemGroup>
155   <ItemGroup>
156     <None Include="Resources\TrayInSynch.ico" />
157   </ItemGroup>
158   <ItemGroup>
159     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
160       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
161       <Name>ParallelExtensionsExtras</Name>
162     </ProjectReference>
163     <ProjectReference Include="..\Pithos.Core\Pithos.Core.csproj">
164       <Project>{142AF135-DF30-4563-B0AC-B604235AE874}</Project>
165       <Name>Pithos.Core</Name>
166     </ProjectReference>
167     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
168       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
169       <Name>Pithos.Interfaces</Name>
170     </ProjectReference>
171     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
172       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
173       <Name>Pithos.Network</Name>
174     </ProjectReference>
175     <ProjectReference Include="..\Pithos.ShellExtensions\Pithos.ShellExtensions.csproj">
176       <Project>{240B432F-1030-4623-BCC3-FF351D6C1B63}</Project>
177       <Name>Pithos.ShellExtensions</Name>
178     </ProjectReference>
179   </ItemGroup>
180   <ItemGroup>
181     <Content Include="App_Code\LICENSE.txt" />
182   </ItemGroup>
183   <ItemGroup>
184     <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
185       <Visible>False</Visible>
186       <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
187       <Install>true</Install>
188     </BootstrapperPackage>
189     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
190       <Visible>False</Visible>
191       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
192       <Install>false</Install>
193     </BootstrapperPackage>
194     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
195       <Visible>False</Visible>
196       <ProductName>.NET Framework 3.5 SP1</ProductName>
197       <Install>false</Install>
198     </BootstrapperPackage>
199     <BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
200       <Visible>False</Visible>
201       <ProductName>SQL Server Compact 3.5 SP2</ProductName>
202       <Install>true</Install>
203     </BootstrapperPackage>
204     <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
205       <Visible>False</Visible>
206       <ProductName>Windows Installer 3.1</ProductName>
207       <Install>true</Install>
208     </BootstrapperPackage>
209   </ItemGroup>
210   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
211   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
212        Other similar extension points exist, see Microsoft.Common.targets.
213   <Target Name="BeforeBuild">
214   </Target>
215   <Target Name="AfterBuild">
216   </Target>
217   -->
218 </Project>