Statistics
| Branch: | Revision:

root / trunk / Pithos.Network / Pithos.Network.csproj @ 5ce54458

History | View | Annotate | Download (6.1 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)' == '' ">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
    <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
  <ItemGroup>
81
    <Reference Include="System" />
82
    <Reference Include="System.ComponentModel.Composition" />
83
    <Reference Include="System.Core" />
84
    <Reference Include="System.Xml.Linq" />
85
    <Reference Include="System.Data.DataSetExtensions" />
86
    <Reference Include="System.Data" />
87
    <Reference Include="System.Xml" />
88
  </ItemGroup>
89
  <ItemGroup>
90
    <Compile Include="CloudFilesClient.cs" />
91
    <Compile Include="ICloudClient.cs" />
92
    <Compile Include="RestClient.cs">
93
      <SubType>Component</SubType>
94
    </Compile>
95
    <Compile Include="Properties\AssemblyInfo.cs" />
96
    <Compile Include="Signature.cs" />
97
    <Compile Include="TreeHash.cs" />
98
  </ItemGroup>
99
  <ItemGroup>
100
    <ProjectReference Include="..\Libraries\Json40r2\Source\Src\Newtonsoft.Json\Newtonsoft.Json.csproj">
101
      <Project>{A9AE40FF-1A21-414A-9FE7-3BE13644CC6D}</Project>
102
      <Name>Newtonsoft.Json</Name>
103
    </ProjectReference>
104
    <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
105
      <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
106
      <Name>ParallelExtensionsExtras</Name>
107
    </ProjectReference>
108
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
109
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
110
      <Name>Pithos.Interfaces</Name>
111
    </ProjectReference>
112
  </ItemGroup>
113
  <ItemGroup>
114
    <None Include="pithos.snk" />
115
  </ItemGroup>
116
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
118
       Other similar extension points exist, see Microsoft.Common.targets.
119
  <Target Name="BeforeBuild">
120
  </Target>
121
  <Target Name="AfterBuild">
122
  </Target>
123
  -->
124
</Project>