8e817fb4459c98cb48edbd5bbe6a93052616e49b
[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   </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>False</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>True</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   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
60     <DebugSymbols>true</DebugSymbols>
61     <OutputPath>bin\Test\</OutputPath>
62     <DefineConstants>DEBUG;TRACE</DefineConstants>
63     <DebugType>full</DebugType>
64     <PlatformTarget>AnyCPU</PlatformTarget>
65     <CodeAnalysisLogFile>bin\Debug\Pithos.Core.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
66     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
67     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
68     <ErrorReport>prompt</ErrorReport>
69     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
70     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
71     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
72   </PropertyGroup>
73   <ItemGroup>
74     <Reference Include="Microsoft.WindowsAPICodePack">
75       <HintPath>..\packages\Windows7APICodePack.1.0.0.0\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
76     </Reference>
77     <Reference Include="System" />
78     <Reference Include="System.ComponentModel.Composition" />
79     <Reference Include="System.Core" />
80     <Reference Include="System.Xml.Linq" />
81     <Reference Include="System.Data.DataSetExtensions" />
82     <Reference Include="Microsoft.CSharp" />
83     <Reference Include="System.Data" />
84     <Reference Include="System.Xml" />
85   </ItemGroup>
86   <ItemGroup>
87     <Compile Include="IPithosWorkflow.cs" />
88     <Compile Include="IStatusKeeper.cs" />
89     <Compile Include="NativeMethods.cs" />
90     <Compile Include="PithosMonitor.cs" />
91     <Compile Include="PithosWorkflow.cs" />
92     <Compile Include="Properties\AssemblyInfo.cs" />
93     <Compile Include="StatusChecker.cs" />
94     <Compile Include="StatusInfo.cs" />
95     <Compile Include="WorkflowState.cs" />
96   </ItemGroup>
97   <ItemGroup>
98     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
99       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
100       <Name>ParallelExtensionsExtras</Name>
101     </ProjectReference>
102     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
103       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
104       <Name>Pithos.Interfaces</Name>
105     </ProjectReference>
106     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
107       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
108       <Name>Pithos.Network</Name>
109     </ProjectReference>
110   </ItemGroup>
111   <ItemGroup>
112     <None Include="packages.config" />
113   </ItemGroup>
114   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
115   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
116        Other similar extension points exist, see Microsoft.Common.targets.
117   <Target Name="BeforeBuild">
118   </Target>
119   <Target Name="AfterBuild">
120   </Target>
121   -->
122 </Project>