Statistics
| Branch: | Revision:

root / trunk / Libraries / ParallelExtensionsExtras / ParallelExtensionsExtras.csproj @ cfed7823

History | View | Annotate | Download (14 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>{C45218F8-09E7-4F57-85BC-5D8D2AC736A3}</ProjectGuid>
9
    <OutputType>Library</OutputType>
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
    <RootNamespace>ParallelExtensionsExtras</RootNamespace>
12
    <AssemblyName>ParallelExtensionsExtras</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
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
27
    <DocumentationFile>
28
    </DocumentationFile>
29
    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
30
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
31
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
32
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
33
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
34
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
35
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
36
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
37
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
38
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
39
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
40
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
41
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
42
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
43
    <CodeContractsEmitXMLDocs>True</CodeContractsEmitXMLDocs>
44
    <CodeContractsCustomRewriterAssembly />
45
    <CodeContractsCustomRewriterClass />
46
    <CodeContractsLibPaths />
47
    <CodeContractsExtraRewriteOptions />
48
    <CodeContractsExtraAnalysisOptions />
49
    <CodeContractsBaseLineFile />
50
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
51
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
52
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
53
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
54
  </PropertyGroup>
55
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56
    <DebugType>pdbonly</DebugType>
57
    <Optimize>true</Optimize>
58
    <OutputPath>bin\Release\</OutputPath>
59
    <DefineConstants>TRACE</DefineConstants>
60
    <ErrorReport>prompt</ErrorReport>
61
    <WarningLevel>4</WarningLevel>
62
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
63
    <DocumentationFile>
64
    </DocumentationFile>
65
  </PropertyGroup>
66
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Test|AnyCPU'">
67
    <DebugSymbols>true</DebugSymbols>
68
    <OutputPath>bin\Test\</OutputPath>
69
    <DefineConstants>DEBUG;TRACE</DefineConstants>
70
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
71
    <DebugType>full</DebugType>
72
    <PlatformTarget>AnyCPU</PlatformTarget>
73
    <CodeAnalysisLogFile>bin\Debug\ParallelExtensionsExtras.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
74
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
75
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
76
    <ErrorReport>prompt</ErrorReport>
77
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
78
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
79
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
80
  </PropertyGroup>
81
  <PropertyGroup>
82
    <SignAssembly>true</SignAssembly>
83
  </PropertyGroup>
84
  <PropertyGroup>
85
    <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
86
  </PropertyGroup>
87
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|AnyCPU'">
88
    <DebugSymbols>true</DebugSymbols>
89
    <OutputPath>bin\Premium Debug\</OutputPath>
90
    <DefineConstants>DEBUG;TRACE</DefineConstants>
91
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
92
    <DebugType>full</DebugType>
93
    <PlatformTarget>AnyCPU</PlatformTarget>
94
    <CodeAnalysisLogFile>bin\Debug\ParallelExtensionsExtras.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
95
    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
96
    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
97
    <ErrorReport>prompt</ErrorReport>
98
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
99
    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
100
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
101
    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
102
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
103
    <CodeContractsEnableRuntimeChecking>False</CodeContractsEnableRuntimeChecking>
104
    <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
105
    <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
106
    <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
107
    <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
108
    <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
109
    <CodeContractsNonNullObligations>False</CodeContractsNonNullObligations>
110
    <CodeContractsBoundsObligations>False</CodeContractsBoundsObligations>
111
    <CodeContractsArithmeticObligations>False</CodeContractsArithmeticObligations>
112
    <CodeContractsEnumObligations>False</CodeContractsEnumObligations>
113
    <CodeContractsRedundantAssumptions>False</CodeContractsRedundantAssumptions>
114
    <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
115
    <CodeContractsShowSquigglies>False</CodeContractsShowSquigglies>
116
    <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
117
    <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
118
    <CodeContractsCustomRewriterAssembly />
119
    <CodeContractsCustomRewriterClass />
120
    <CodeContractsLibPaths />
121
    <CodeContractsExtraRewriteOptions />
122
    <CodeContractsExtraAnalysisOptions />
123
    <CodeContractsBaseLineFile />
124
    <CodeContractsCacheAnalysisResults>False</CodeContractsCacheAnalysisResults>
125
    <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
126
    <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
127
    <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
128
  </PropertyGroup>
129
  <ItemGroup>
130
    <Reference Include="System" />
131
    <Reference Include="System.Core" />
132
    <Reference Include="Microsoft.CSharp" />
133
    <Reference Include="System.Drawing" />
134
    <Reference Include="System.Numerics" />
135
    <Reference Include="WindowsBase" />
136
  </ItemGroup>
137
  <ItemGroup>
138
    <Compile Include="CoordinationDataStructures\AbstractStreamBase.cs" />
139
    <Compile Include="CoordinationDataStructures\ActionCountdownEvent.cs" />
140
    <Compile Include="CoordinationDataStructures\AsyncCoordination\AsyncCache.cs" />
141
    <Compile Include="CoordinationDataStructures\AsyncCoordination\AsyncCall.cs" />
142
    <Compile Include="CoordinationDataStructures\AsyncCoordination\AsyncBarrier.cs" />
143
    <Compile Include="CoordinationDataStructures\AsyncCoordination\AsyncProducerConsumerCollection.cs" />
144
    <Compile Include="CoordinationDataStructures\AsyncCoordination\AsyncReaderWriter.cs" />
145
    <Compile Include="CoordinationDataStructures\AsyncCoordination\AsyncSemaphore.cs" />
146
    <Compile Include="CoordinationDataStructures\ConcurrentPriorityQueue.cs" />
147
    <Compile Include="CoordinationDataStructures\ObjectPool.cs" />
148
    <Compile Include="CoordinationDataStructures\ObservableConcurrentCollection.cs" />
149
    <Compile Include="CoordinationDataStructures\ObservableConcurrentDictionary.cs" />
150
    <Compile Include="CoordinationDataStructures\Pipeline.cs" />
151
    <Compile Include="CoordinationDataStructures\ProducerConsumerCollectionBase.cs" />
152
    <Compile Include="CoordinationDataStructures\ReductionVariable.cs" />
153
    <Compile Include="CoordinationDataStructures\SerialTaskQueue.cs" />
154
    <Compile Include="CoordinationDataStructures\SpinLockClass.cs" />
155
    <Compile Include="CoordinationDataStructures\ThreadSafeRandom.cs" />
156
    <Compile Include="CoordinationDataStructures\TransferStream.cs" />
157
    <Compile Include="Drawing\FastBitmap.cs" />
158
    <Compile Include="Extensions\AggregateExceptionExtensions.cs" />
159
    <Compile Include="Extensions\APM\FileAsync.cs" />
160
    <Compile Include="Extensions\APM\StreamExtensions.cs" />
161
    <Compile Include="Extensions\APM\WebRequestExtensions.cs" />
162
    <Compile Include="Extensions\BlockingCollectionExtensions.cs" />
163
    <Compile Include="Extensions\CancellationTokenExtensions.cs" />
164
    <Compile Include="Extensions\CompletedTask.cs" />
165
    <Compile Include="Extensions\DelegateBasedObserver.cs" />
166
    <Compile Include="Extensions\DelegateExtensions.cs" />
167
    <Compile Include="Extensions\EAP\EAPCommon.cs" />
168
    <Compile Include="Extensions\EAP\PingExtensions.cs" />
169
    <Compile Include="Extensions\EAP\SmtpClientExtensions.cs" />
170
    <Compile Include="Extensions\EAP\WebClientExtensions.cs" />
171
    <Compile Include="Extensions\IProducerConsumerCollectionExtensions.cs" />
172
    <Compile Include="Extensions\LazyExtensions.cs" />
173
    <Compile Include="Extensions\LinqToTasks.cs" />
174
    <Compile Include="Extensions\ParallelLinqOptions.cs" />
175
    <Compile Include="Extensions\ParallelOptionsExtensions.cs" />
176
    <Compile Include="Extensions\PlinqExtensions.cs" />
177
    <Compile Include="Extensions\TaskCompletionSourceExtensions.cs" />
178
    <Compile Include="Extensions\TaskExtrasExtensions.cs" />
179
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_ContinueWhenAllAny.cs" />
180
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_From.cs" />
181
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_Common.cs" />
182
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_Create.cs" />
183
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_Delayed.cs" />
184
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_FromAsync.cs" />
185
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_Iterate.cs" />
186
    <Compile Include="Extensions\TaskFactoryExtensions\TaskFactoryExtensions_TrackedSequence.cs" />
187
    <Compile Include="Extensions\TaskSchedulerExtensions.cs" />
188
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_For.cs" />
189
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Common.cs" />
190
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Filter.cs" />
191
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_ForRange.cs" />
192
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Map.cs" />
193
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Reduce.cs" />
194
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Scan.cs" />
195
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Sort.cs" />
196
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_SpeculativeFor.cs" />
197
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_SpeculativeForEach.cs" />
198
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_SpeculativeInvoke.cs" />
199
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_Wavefront.cs" />
200
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_While.cs" />
201
    <Compile Include="ParallelAlgorithms\ParallelAlgorithms_WhileNotEmpty.cs" />
202
    <Compile Include="Partitioners\ChunkPartitioner.cs" />
203
    <Compile Include="Partitioners\SingleItemPartitioner.cs" />
204
    <Compile Include="Properties\AssemblyInfo.cs" />
205
    <Compile Include="TaskSchedulers\ConcurrentExclusiveInterleave.cs" />
206
    <Compile Include="TaskSchedulers\CurrentThreadTaskScheduler.cs" />
207
    <Compile Include="TaskSchedulers\IOCompletionPortTaskScheduler.cs" />
208
    <Compile Include="TaskSchedulers\QueuedTaskScheduler.cs" />
209
    <Compile Include="TaskSchedulers\IOTaskScheduler.cs" />
210
    <Compile Include="TaskSchedulers\LimitedConcurrencyLevelTaskScheduler.cs" />
211
    <Compile Include="TaskSchedulers\OrderedTaskScheduler.cs" />
212
    <Compile Include="TaskSchedulers\ReprioritizableTaskScheduler.cs" />
213
    <Compile Include="TaskSchedulers\RoundRobinTaskScheduler.cs" />
214
    <Compile Include="TaskSchedulers\StaTaskScheduler.cs" />
215
    <Compile Include="TaskSchedulers\SynchronizationContextTaskScheduler.cs" />
216
    <Compile Include="TaskSchedulers\ThreadPerTaskkScheduler.cs" />
217
    <Compile Include="TaskSchedulers\WorkStealingTaskScheduler.cs" />
218
    <Compile Include="Utils\SortedTopN.cs" />
219
  </ItemGroup>
220
  <ItemGroup>
221
    <None Include="pithos.snk" />
222
  </ItemGroup>
223
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
224
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
225
       Other similar extension points exist, see Microsoft.Common.targets.
226
  <Target Name="BeforeBuild">
227
  </Target>
228
  <Target Name="AfterBuild">
229
  </Target>
230
  -->
231
</Project>