Logging changes, first changes to multi account support
[pithos-ms-client] / trunk / Pithos.Network / Pithos.Network.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)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Network</RootNamespace>
12     <AssemblyName>Pithos.Network</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <CodeContractsAssemblyMode>0</CodeContractsAssemblyMode>
16     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26     <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
27     <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
28     <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
29     <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
30     <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
31     <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
32     <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
33     <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
34     <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
35     <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
36     <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
37     <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
38     <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
39     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
40     <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
41     <CodeContractsCustomRewriterAssembly />
42     <CodeContractsCustomRewriterClass />
43     <CodeContractsLibPaths />
44     <CodeContractsExtraRewriteOptions />
45     <CodeContractsExtraAnalysisOptions />
46     <CodeContractsBaseLineFile />
47     <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
48     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
49     <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
50     <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
51   </PropertyGroup>
52   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53     <DebugType>pdbonly</DebugType>
54     <Optimize>true</Optimize>
55     <OutputPath>bin\Release\</OutputPath>
56     <DefineConstants>TRACE</DefineConstants>
57     <ErrorReport>prompt</ErrorReport>
58     <WarningLevel>4</WarningLevel>
59   </PropertyGroup>
60   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
61     <DebugSymbols>true</DebugSymbols>
62     <OutputPath>bin\Test\</OutputPath>
63     <DefineConstants>DEBUG;TRACE</DefineConstants>
64     <DebugType>full</DebugType>
65     <PlatformTarget>AnyCPU</PlatformTarget>
66     <CodeAnalysisLogFile>bin\Debug\Pithos.Network.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
67     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
68     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
69     <ErrorReport>prompt</ErrorReport>
70     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
71     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
72     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
73   </PropertyGroup>
74   <PropertyGroup>
75     <SignAssembly>true</SignAssembly>
76   </PropertyGroup>
77   <PropertyGroup>
78     <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
79   </PropertyGroup>
80   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
81     <DebugSymbols>true</DebugSymbols>
82     <OutputPath>bin\Premium Debug\</OutputPath>
83     <DefineConstants>DEBUG;TRACE</DefineConstants>
84     <DebugType>full</DebugType>
85     <PlatformTarget>AnyCPU</PlatformTarget>
86     <CodeAnalysisLogFile>bin\Debug\Pithos.Network.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
87     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
88     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
89     <ErrorReport>prompt</ErrorReport>
90     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
91     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
92     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
93     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
94     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
95     <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
96     <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
97     <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
98     <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
99     <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
100     <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
101     <CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
102     <CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
103     <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
104     <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
105     <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
106     <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
107     <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
108     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
109     <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
110     <CodeContractsCustomRewriterAssembly />
111     <CodeContractsCustomRewriterClass />
112     <CodeContractsLibPaths />
113     <CodeContractsExtraRewriteOptions />
114     <CodeContractsExtraAnalysisOptions />
115     <CodeContractsBaseLineFile />
116     <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
117     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
118     <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
119     <CodeContractsAnalysisWarningLevel>2</CodeContractsAnalysisWarningLevel>
120   </PropertyGroup>
121   <ItemGroup>
122     <Reference Include="log4net">
123       <HintPath>..\Libraries\log4net.dll</HintPath>
124     </Reference>
125     <Reference Include="System" />
126     <Reference Include="System.ComponentModel.Composition" />
127     <Reference Include="System.Core" />
128     <Reference Include="System.Xml.Linq" />
129     <Reference Include="System.Data.DataSetExtensions" />
130     <Reference Include="System.Data" />
131     <Reference Include="System.Xml" />
132   </ItemGroup>
133   <ItemGroup>
134     <Compile Include="CloudFilesClient.cs" />
135     <Compile Include="ContainerInfo.cs" />
136     <Compile Include="ICloudClient.cs" />
137     <Compile Include="RestClient.cs">
138       <SubType>Component</SubType>
139     </Compile>
140     <Compile Include="Properties\AssemblyInfo.cs" />
141     <Compile Include="Signature.cs" />
142     <Compile Include="TreeHash.cs" />
143   </ItemGroup>
144   <ItemGroup>
145     <ProjectReference Include="..\Libraries\Json40r2\Source\Src\Newtonsoft.Json\Newtonsoft.Json.csproj">
146       <Project>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</Project>
147       <Name>Newtonsoft.Json</Name>
148     </ProjectReference>
149     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
150       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
151       <Name>ParallelExtensionsExtras</Name>
152     </ProjectReference>
153     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
154       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
155       <Name>Pithos.Interfaces</Name>
156     </ProjectReference>
157   </ItemGroup>
158   <ItemGroup>
159     <None Include="pithos.snk" />
160   </ItemGroup>
161   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
162   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
163        Other similar extension points exist, see Microsoft.Common.targets.
164   <Target Name="BeforeBuild">
165   </Target>
166   <Target Name="AfterBuild">
167   </Target>
168   -->
169 </Project>