Statistics
| Branch: | Revision:

root / trunk / Pithos.Core / Pithos.Core.csproj @ 437abfca

History | View | Annotate | Download (13.9 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>{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>0</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
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
82
    <DebugSymbols>true</DebugSymbols>
83
    <OutputPath>bin\Premium Debug\</OutputPath>
84
    <DefineConstants>DEBUG;TRACE</DefineConstants>
85
    <DebugType>full</DebugType>
86
    <PlatformTarget>AnyCPU</PlatformTarget>
87
    <CodeAnalysisLogFile>bin\Debug\Pithos.Core.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
88
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
89
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
90
    <ErrorReport>prompt</ErrorReport>
91
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
92
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
93
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
94
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
95
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
96
    <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
97
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
98
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
99
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
100
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
101
    <CodeContractsRunCodeAnalysis>True</CodeContractsRunCodeAnalysis>
102
    <CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
103
    <CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
104
    <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
105
    <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
106
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
107
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
108
    <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
109
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
110
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
111
    <CodeContractsCustomRewriterAssembly />
112
    <CodeContractsCustomRewriterClass />
113
    <CodeContractsLibPaths />
114
    <CodeContractsExtraRewriteOptions />
115
    <CodeContractsExtraAnalysisOptions />
116
    <CodeContractsBaseLineFile />
117
    <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
118
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
119
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
120
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
121
  </PropertyGroup>
122
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug All|AnyCPU'">
123
    <DebugSymbols>true</DebugSymbols>
124
    <OutputPath>bin\Debug All\</OutputPath>
125
    <DefineConstants>DEBUG;TRACE</DefineConstants>
126
    <DebugType>full</DebugType>
127
    <PlatformTarget>AnyCPU</PlatformTarget>
128
    <CodeAnalysisLogFile>bin\Debug\Pithos.Core.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
129
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
130
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
131
    <ErrorReport>prompt</ErrorReport>
132
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
133
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
134
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
135
  </PropertyGroup>
136
  <ItemGroup>
137
    <Reference Include="AsyncCtpLibrary">
138
      <HintPath>C:\Users\Administrator\Documents\Microsoft Visual Studio Async CTP\Samples\AsyncCtpLibrary.dll</HintPath>
139
    </Reference>
140
    <Reference Include="Caliburn.Micro, Version=1.2.0.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
141
      <HintPath>..\Libraries\Caliburn.Micro.dll</HintPath>
142
    </Reference>
143
    <Reference Include="Castle.ActiveRecord, Version=3.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
144
      <HintPath>..\Libraries\Castle.ActiveRecord.dll</HintPath>
145
    </Reference>
146
    <Reference Include="Castle.Components.Validator, Version=2.5.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
147
      <HintPath>..\Libraries\Castle.Components.Validator.dll</HintPath>
148
    </Reference>
149
    <Reference Include="Castle.Core, Version=2.5.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
150
      <HintPath>..\Libraries\Castle.Core.dll</HintPath>
151
    </Reference>
152
    <Reference Include="Iesi.Collections, Version=1.0.1.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
153
      <HintPath>..\Libraries\Iesi.Collections.dll</HintPath>
154
    </Reference>
155
    <Reference Include="log4net">
156
      <HintPath>..\Libraries\log4net.dll</HintPath>
157
    </Reference>
158
    <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2cc55badaa91f4de, processorArchitecture=MSIL">
159
      <SpecificVersion>False</SpecificVersion>
160
      <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.dll</HintPath>
161
    </Reference>
162
    <Reference Include="Microsoft.WindowsAPICodePack.Shell">
163
      <HintPath>..\Libraries\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
164
    </Reference>
165
    <Reference Include="NHibernate, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
166
      <HintPath>..\Libraries\NHibernate.dll</HintPath>
167
    </Reference>
168
    <Reference Include="NHibernate.ByteCode.Castle, Version=3.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
169
      <HintPath>..\Libraries\NHibernate.ByteCode.Castle.dll</HintPath>
170
    </Reference>
171
    <Reference Include="NHibernate.Search, Version=0.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
172
      <HintPath>..\Libraries\NHibernate.Search.dll</HintPath>
173
    </Reference>
174
    <Reference Include="ServiceStack.Text">
175
      <HintPath>..\packages\ServiceStack.Text.2.27\lib\net35\ServiceStack.Text.dll</HintPath>
176
    </Reference>
177
    <Reference Include="System" />
178
    <Reference Include="System.ComponentModel.Composition" />
179
    <Reference Include="System.Core" />
180
    <Reference Include="System.Data.SQLite, Version=1.0.74.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
181
      <HintPath>..\Libraries\System.Data.SQLite.dll</HintPath>
182
    </Reference>
183
    <Reference Include="System.ServiceModel" />
184
    <Reference Include="System.Xml.Linq" />
185
    <Reference Include="System.Data.DataSetExtensions" />
186
    <Reference Include="Microsoft.CSharp" />
187
    <Reference Include="System.Data" />
188
    <Reference Include="System.Xml" />
189
  </ItemGroup>
190
  <ItemGroup>
191
    <Compile Include="Agents\Agent.cs" />
192
    <Compile Include="Agents\AgentLocator.cs" />
193
    <Compile Include="Agents\BlockUpdater.cs" />
194
    <Compile Include="Agents\CloudTransferAction.cs" />
195
    <Compile Include="Agents\FileAgent.cs" />
196
    <Compile Include="Agents\FileInfoExtensions.cs" />
197
    <Compile Include="Agents\NetworkAgent.cs" />
198
    <Compile Include="Agents\WorkflowAgent.cs" />
199
    <Compile Include="DynamicDictionary.cs" />
200
    <Compile Include="EnumerableExtensions.cs" />
201
    <Compile Include="FileHashMap.cs" />
202
    <Compile Include="FileState.cs" />
203
    <Compile Include="IStatusService.cs" />
204
    <Compile Include="JobQueue.cs" />
205
    <Compile Include="NetworkGate.cs" />
206
    <Compile Include="Agents\StatusAgent.cs" />
207
    <Compile Include="IPithosWorkflow.cs" />
208
    <Compile Include="IStatusKeeper.cs" />
209
    <Compile Include="NativeMethods.cs" />
210
    <Compile Include="PithosMonitor.cs" />
211
    <Compile Include="PithosWorkflow.cs" />
212
    <Compile Include="Properties\AssemblyInfo.cs" />
213
    <Compile Include="StatusInfo.cs" />
214
    <Compile Include="TaskExtensions.cs" />
215
    <Compile Include="WorkflowState.cs" />
216
  </ItemGroup>
217
  <ItemGroup>
218
    <ProjectReference Include="..\Libraries\ParallelExtensionsExtras\ParallelExtensionsExtras.csproj">
219
      <Project>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</Project>
220
      <Name>ParallelExtensionsExtras</Name>
221
    </ProjectReference>
222
    <ProjectReference Include="..\Pithos.Interfaces\Pithos.Interfaces.csproj">
223
      <Project>{7EEFF32F-CCF8-436A-9E0B-F40434C09AF4}</Project>
224
      <Name>Pithos.Interfaces</Name>
225
    </ProjectReference>
226
    <ProjectReference Include="..\Pithos.Network\Pithos.Network.csproj">
227
      <Project>{C8E2BC8B-C7F1-4222-855C-4B04A57FFDFD}</Project>
228
      <Name>Pithos.Network</Name>
229
    </ProjectReference>
230
  </ItemGroup>
231
  <ItemGroup>
232
    <None Include="packages.config">
233
      <SubType>Designer</SubType>
234
    </None>
235
    <None Include="pithos.snk" />
236
  </ItemGroup>
237
  <ItemGroup>
238
    <Content Include="DbConfig.xml">
239
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
240
      <SubType>Designer</SubType>
241
    </Content>
242
  </ItemGroup>
243
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
244
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
245
       Other similar extension points exist, see Microsoft.Common.targets.
246
  <Target Name="BeforeBuild">
247
  </Target>
248
  <Target Name="AfterBuild">
249
  </Target>
250
  -->
251
</Project>