All files
[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>1</CodeContractsAssemblyMode>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
26     <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
27     <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
28     <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
29     <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
30     <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
31     <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
32     <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
33     <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
34     <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
35     <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
36     <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
37     <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
38     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
39     <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
40     <CodeContractsCustomRewriterAssembly />
41     <CodeContractsCustomRewriterClass />
42     <CodeContractsLibPaths />
43     <CodeContractsExtraRewriteOptions />
44     <CodeContractsExtraAnalysisOptions />
45     <CodeContractsBaseLineFile />
46     <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
47     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
48     <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
49     <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
50   </PropertyGroup>
51   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52     <DebugType>pdbonly</DebugType>
53     <Optimize>true</Optimize>
54     <OutputPath>bin\Release\</OutputPath>
55     <DefineConstants>TRACE</DefineConstants>
56     <ErrorReport>prompt</ErrorReport>
57     <WarningLevel>4</WarningLevel>
58   </PropertyGroup>
59   <ItemGroup>
60     <Reference Include="Hammock">
61       <HintPath>..\packages\Hammock.1.2.3\lib\net40\Hammock.dll</HintPath>
62     </Reference>
63     <Reference Include="System" />
64     <Reference Include="System.ComponentModel.Composition" />
65     <Reference Include="System.Core" />
66     <Reference Include="System.Xml.Linq" />
67     <Reference Include="System.Data.DataSetExtensions" />
68     <Reference Include="System.Data" />
69     <Reference Include="System.Xml" />
70   </ItemGroup>
71   <ItemGroup>
72     <Compile Include="CloudFilesClient.cs" />
73     <Compile Include="Properties\AssemblyInfo.cs" />
74     <Compile Include="TimeoutRetryCondition.cs" />
75   </ItemGroup>
76   <ItemGroup>
77     <ProjectReference Include="..\Libraries\Json40r2\Source\Src\Newtonsoft.Json\Newtonsoft.Json.csproj">
78       <Project>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</Project>
79       <Name>Newtonsoft.Json</Name>
80     </ProjectReference>
81     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
82       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
83       <Name>Pithos.Interfaces</Name>
84     </ProjectReference>
85   </ItemGroup>
86   <ItemGroup>
87     <None Include="packages.config" />
88   </ItemGroup>
89   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
91        Other similar extension points exist, see Microsoft.Common.targets.
92   <Target Name="BeforeBuild">
93   </Target>
94   <Target Name="AfterBuild">
95   </Target>
96   -->
97 </Project>