Changed the retry function in PithosClient to use the TPL
[pithos-ms-client] / trunk / Pithos.Core / Pithos.Core.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>{142AF135-DF30-4563-B0AC-B604235AE874}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>Pithos.Core</RootNamespace>
12     <AssemblyName>Pithos.Core</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>False</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>True</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     <PlatformTarget>AnyCPU</PlatformTarget>
52   </PropertyGroup>
53   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54     <DebugType>pdbonly</DebugType>
55     <Optimize>true</Optimize>
56     <OutputPath>bin\Release\</OutputPath>
57     <DefineConstants>TRACE</DefineConstants>
58     <ErrorReport>prompt</ErrorReport>
59     <WarningLevel>4</WarningLevel>
60   </PropertyGroup>
61   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
62     <DebugSymbols>true</DebugSymbols>
63     <OutputPath>bin\Test\</OutputPath>
64     <DefineConstants>DEBUG;TRACE</DefineConstants>
65     <DebugType>full</DebugType>
66     <PlatformTarget>AnyCPU</PlatformTarget>
67     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
68     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
69     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
70     <ErrorReport>prompt</ErrorReport>
71     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
73     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
74   </PropertyGroup>
75   <PropertyGroup>
76     <SignAssembly>true</SignAssembly>
77   </PropertyGroup>
78   <PropertyGroup>
79     <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
80   </PropertyGroup>
81   <ItemGroup>
82     <Reference Include="Castle.ActiveRecord, Version=3.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
83       <HintPath>..\Libraries\Castle.ActiveRecord.dll</HintPath>
84     </Reference>
85     <Reference Include="Castle.Components.Validator, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
86       <HintPath>..\Libraries\Castle.Components.Validator.dll</HintPath>
87     </Reference>
88     <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
89       <HintPath>..\Libraries\Castle.Core.dll</HintPath>
90     </Reference>
91     <Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
92       <HintPath>..\Libraries\Iesi.Collections.dll</HintPath>
93     </Reference>
94     <Reference Include="log4net">
95       <HintPath>..\Libraries\log4net.dll</HintPath>
96     </Reference>
97     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2cc55badaa91f4de, processorArchitecture=MSIL">
98       <SpecificVersion>False</SpecificVersion>
99       <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.dll</HintPath>
100     </Reference>
101     <Reference Include="Microsoft.WindowsAPICodePack.Shell">
102       <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
103     </Reference>
104     <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
105       <HintPath>..\Libraries\NHibernate.dll</HintPath>
106     </Reference>
107     <Reference Include="NHibernate.ByteCode.Castle, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
108       <HintPath>..\Libraries\NHibernate.ByteCode.Castle.dll</HintPath>
109     </Reference>
110     <Reference Include="NHibernate.Search, Version=0.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
111       <HintPath>..\Libraries\NHibernate.Search.dll</HintPath>
112     </Reference>
113     <Reference Include="System" />
114     <Reference Include="System.ComponentModel.Composition" />
115     <Reference Include="System.Core" />
116     <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
117       <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
118     </Reference>
119     <Reference Include="System.ServiceModel" />
120     <Reference Include="System.Xml.Linq" />
121     <Reference Include="System.Data.DataSetExtensions" />
122     <Reference Include="Microsoft.CSharp" />
123     <Reference Include="System.Data" />
124     <Reference Include="System.Xml" />
125   </ItemGroup>
126   <ItemGroup>
127     <Compile Include="FileState.cs" />
128     <Compile Include="IStatusService.cs" />
129     <Compile Include="JobQueue.cs" />
130     <Compile Include="Signature.cs" />
131     <Compile Include="StatusKeeper.cs" />
132     <Compile Include="IPithosWorkflow.cs" />
133     <Compile Include="IStatusKeeper.cs" />
134     <Compile Include="NativeMethods.cs" />
135     <Compile Include="PithosMonitor.cs" />
136     <Compile Include="PithosWorkflow.cs" />
137     <Compile Include="Properties\AssemblyInfo.cs" />
138     <Compile Include="InMemStatusChecker.cs" />
139     <Compile Include="StatusInfo.cs" />
140     <Compile Include="StatusService.cs" />
141     <Compile Include="WorkflowState.cs" />
142   </ItemGroup>
143   <ItemGroup>
144     <ProjectReference Include="..\..\..\..\Downloads\caliburnmicro\caliburnmicro_1f6100f2f0af\src\Caliburn.Micro.WPF\Caliburn.Micro.WPF.csproj">
145       <Project>{B633FE8C-B40E-4122-A763-F94C8B1A70F8}</Project>
146       <Name>Caliburn.Micro.WPF</Name>
147     </ProjectReference>
148     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
149       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
150       <Name>ParallelExtensionsExtras</Name>
151     </ProjectReference>
152     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
153       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
154       <Name>Pithos.Interfaces</Name>
155     </ProjectReference>
156     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
157       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
158       <Name>Pithos.Network</Name>
159     </ProjectReference>
160   </ItemGroup>
161   <ItemGroup>
162     <None Include="packages.config">
163       <SubType>Designer</SubType>
164     </None>
165     <None Include="pithos.snk" />
166   </ItemGroup>
167   <ItemGroup>
168     <Content Include="DbConfig.xml">
169       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
170       <SubType>Designer</SubType>
171     </Content>
172   </ItemGroup>
173   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
174   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
175        Other similar extension points exist, see Microsoft.Common.targets.
176   <Target Name="BeforeBuild">
177   </Target>
178   <Target Name="AfterBuild">
179   </Target>
180   -->
181 </Project>