Added Tags retrieval
[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     <PlatformTarget>AnyCPU</PlatformTarget>
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.Core.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="Castle.ActiveRecord, Version=3.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82       <HintPath>..\Libraries\Castle.ActiveRecord.dll</HintPath>
83     </Reference>
84     <Reference Include="Castle.Components.Validator, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
85       <HintPath>..\Libraries\Castle.Components.Validator.dll</HintPath>
86     </Reference>
87     <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
88       <HintPath>..\Libraries\Castle.Core.dll</HintPath>
89     </Reference>
90     <Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
91       <HintPath>..\Libraries\Iesi.Collections.dll</HintPath>
92     </Reference>
93     <Reference Include="log4net">
94       <HintPath>..\Libraries\log4net.dll</HintPath>
95     </Reference>
96     <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2cc55badaa91f4de, processorArchitecture=MSIL">
97       <SpecificVersion>False</SpecificVersion>
98       <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.dll</HintPath>
99     </Reference>
100     <Reference Include="Microsoft.WindowsAPICodePack.Shell">
101       <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
102     </Reference>
103     <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
104       <HintPath>..\Libraries\NHibernate.dll</HintPath>
105     </Reference>
106     <Reference Include="NHibernate.ByteCode.Castle, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
107       <HintPath>..\Libraries\NHibernate.ByteCode.Castle.dll</HintPath>
108     </Reference>
109     <Reference Include="NHibernate.Search, Version=0.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
110       <HintPath>..\Libraries\NHibernate.Search.dll</HintPath>
111     </Reference>
112     <Reference Include="System" />
113     <Reference Include="System.ComponentModel.Composition" />
114     <Reference Include="System.Core" />
115     <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
116       <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
117     </Reference>
118     <Reference Include="System.ServiceModel" />
119     <Reference Include="System.Xml.Linq" />
120     <Reference Include="System.Data.DataSetExtensions" />
121     <Reference Include="Microsoft.CSharp" />
122     <Reference Include="System.Data" />
123     <Reference Include="System.Xml" />
124   </ItemGroup>
125   <ItemGroup>
126     <Compile Include="FileState.cs" />
127     <Compile Include="IStatusService.cs" />
128     <Compile Include="Signature.cs" />
129     <Compile Include="StatusKeeper.cs" />
130     <Compile Include="IPithosWorkflow.cs" />
131     <Compile Include="IStatusKeeper.cs" />
132     <Compile Include="NativeMethods.cs" />
133     <Compile Include="PithosMonitor.cs" />
134     <Compile Include="PithosWorkflow.cs" />
135     <Compile Include="Properties\AssemblyInfo.cs" />
136     <Compile Include="InMemStatusChecker.cs" />
137     <Compile Include="StatusInfo.cs" />
138     <Compile Include="StatusService.cs" />
139     <Compile Include="WorkflowState.cs" />
140   </ItemGroup>
141   <ItemGroup>
142     <ProjectReference Include="..\..\..\..\Downloads\caliburnmicro\caliburnmicro_1f6100f2f0af\src\Caliburn.Micro.WPF\Caliburn.Micro.WPF.csproj">
143       <Project>{B633FE8C-B40E-4122-A763-F94C8B1A70F8}</Project>
144       <Name>Caliburn.Micro.WPF</Name>
145     </ProjectReference>
146     <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
147       <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
148       <Name>ParallelExtensionsExtras</Name>
149     </ProjectReference>
150     <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
151       <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
152       <Name>Pithos.Interfaces</Name>
153     </ProjectReference>
154     <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
155       <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
156       <Name>Pithos.Network</Name>
157     </ProjectReference>
158   </ItemGroup>
159   <ItemGroup>
160     <None Include="packages.config">
161       <SubType>Designer</SubType>
162     </None>
163     <None Include="pithos.snk" />
164   </ItemGroup>
165   <ItemGroup>
166     <Content Include="DbConfig.xml">
167       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
168       <SubType>Designer</SubType>
169     </Content>
170   </ItemGroup>
171   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
173        Other similar extension points exist, see Microsoft.Common.targets.
174   <Target Name="BeforeBuild">
175   </Target>
176   <Target Name="AfterBuild">
177   </Target>
178   -->
179 </Project>