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