Skip to content

Commit a1e4061

Browse files
authored
add .net2.0 support
add .net2.0 support
1 parent 87799fb commit a1e4061

File tree

2 files changed

+120
-0
lines changed

2 files changed

+120
-0
lines changed
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProjectGuid>{DCB5D745-525C-46A1-BFC0-E12F87AB6165}</ProjectGuid>
7+
<OutputType>Library</OutputType>
8+
<RootNamespace>System.Threading.Tasks.Net20</RootNamespace>
9+
<AssemblyName>System.Threading.Tasks.Net20</AssemblyName>
10+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
11+
<ReleaseVersion>1.1.1</ReleaseVersion>
12+
<UseMSBuildEngine>False</UseMSBuildEngine>
13+
<TargetFrameworkProfile />
14+
</PropertyGroup>
15+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16+
<DebugSymbols>True</DebugSymbols>
17+
<DebugType>full</DebugType>
18+
<Optimize>False</Optimize>
19+
<OutputPath>bin\Debug</OutputPath>
20+
<DefineConstants>TRACE;DEBUG;NET_4_5;NET20</DefineConstants>
21+
<ErrorReport>prompt</ErrorReport>
22+
<WarningLevel>4</WarningLevel>
23+
<ConsolePause>False</ConsolePause>
24+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
25+
<PlatformTarget>x86</PlatformTarget>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28+
<Optimize>True</Optimize>
29+
<OutputPath>bin\Release</OutputPath>
30+
<ErrorReport>prompt</ErrorReport>
31+
<WarningLevel>4</WarningLevel>
32+
<ConsolePause>False</ConsolePause>
33+
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
34+
<DefineConstants>NET_4_5;NET20</DefineConstants>
35+
<DebugType>pdbonly</DebugType>
36+
<DebugSymbols>true</DebugSymbols>
37+
<PlatformTarget>x86</PlatformTarget>
38+
</PropertyGroup>
39+
<ItemGroup>
40+
<Compile Include="NET20-35\Action20.cs" />
41+
<Compile Include="Properties\AssemblyInfo.cs" />
42+
<Compile Include="System.Collections.Concurrent\BlockingCollection.cs" />
43+
<Compile Include="System.Collections.Concurrent\ConcurrentBag.cs" />
44+
<Compile Include="System.Collections.Concurrent\ConcurrentDictionary.cs" />
45+
<Compile Include="System.Collections.Concurrent\ConcurrentOrderedList.cs" />
46+
<Compile Include="System.Collections.Concurrent\ConcurrentQueue.cs" />
47+
<Compile Include="System.Collections.Concurrent\ConcurrentStack.cs" />
48+
<Compile Include="System.Collections.Concurrent\IProducerConsumerCollection.cs" />
49+
<Compile Include="System.Collections.Generic\CollectionDebuggerView.cs" />
50+
<Compile Include="System.Threading.Tasks\CyclicDeque.cs" />
51+
<Compile Include="System\Tuple.cs" />
52+
<Compile Include="System\Tuples.cs" />
53+
<Compile Include="System.Threading.Tasks\IConcurrentDeque.cs" />
54+
<Compile Include="System.Collections\IStructuralComparable.cs" />
55+
<Compile Include="System.Collections\IStructuralEquatable.cs" />
56+
<Compile Include="System.Threading\AtomicBoolean.cs" />
57+
<Compile Include="System.Threading\CancellationToken.cs" />
58+
<Compile Include="System.Threading.Tasks\PopResult.cs" />
59+
<Compile Include="System.Threading\CancellationTokenSource.cs" />
60+
<Compile Include="System.Threading\CancellationTokenRegistration.cs" />
61+
<Compile Include="System.Threading\SpinWait.cs" />
62+
<Compile Include="System.Threading.Tasks\Task_T.cs" />
63+
<Compile Include="System.Threading.Tasks\Task.cs" />
64+
<Compile Include="System.Threading.Tasks\TaskFactory_T.cs" />
65+
<Compile Include="System.Threading.Tasks\TaskFactory.cs" />
66+
<Compile Include="System.Threading\CountdownEvent.cs" />
67+
<Compile Include="System.Threading.Tasks\TaskCreationOptions.cs" />
68+
<Compile Include="System.Threading.Tasks\TaskScheduler.cs" />
69+
<Compile Include="System.Threading.Tasks\TaskExceptionSlot.cs" />
70+
<Compile Include="System.Threading.Tasks\TaskStatus.cs" />
71+
<Compile Include="System.Threading.Tasks\TaskActionInvoker.cs" />
72+
<Compile Include="System.Threading.Tasks\TaskCompletionQueue.cs" />
73+
<Compile Include="System.Threading.Tasks\TaskContinuation.cs" />
74+
<Compile Include="System.Threading.Tasks\TaskContinuationOptions.cs" />
75+
<Compile Include="System\AggregateException.cs" />
76+
<Compile Include="System.Threading.Tasks\TaskCompletionSource.cs" />
77+
<Compile Include="System.Threading.Tasks\UnobservedTaskExceptionEventArgs.cs" />
78+
<Compile Include="System.Threading\ManualResetEventSlim.cs" />
79+
<Compile Include="System\OperationCanceledException.cs" />
80+
<Compile Include="System.Threading\Watch.cs" />
81+
<Compile Include="System.Threading.Tasks\TaskCanceledException.cs" />
82+
<Compile Include="System.Threading.Tasks\TaskDebuggerView.cs" />
83+
<Compile Include="System.Threading.Tasks\TaskSchedulerException.cs" />
84+
<Compile Include="System.Threading.Tasks\TaskConstants_T.cs" />
85+
<Compile Include="System.Threading.Tasks\TaskConstants.cs" />
86+
<Compile Include="System.Threading.Tasks\TpScheduler.cs" />
87+
<Compile Include="System.Threading.Tasks\SynchronizationContextScheduler.cs" />
88+
<Compile Include="System.Threading.Tasks\TaskExtensionsImpl.cs" />
89+
<Compile Include="System.Threading.Tasks\TaskExtensions.cs" />
90+
<Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable.cs" />
91+
<Compile Include="System.Runtime.CompilerServices\ConfiguredTaskAwaitable_T.cs" />
92+
<Compile Include="System.Runtime.CompilerServices\ICriticalNotifyCompletion.cs" />
93+
<Compile Include="System.Runtime.CompilerServices\INotifyCompletion.cs" />
94+
<Compile Include="System.Runtime.CompilerServices\TaskAwaiter_T.cs" />
95+
<Compile Include="System.Runtime.CompilerServices\TaskAwaiter.cs" />
96+
<Compile Include="System.Runtime.CompilerServices\YieldAwaitable.cs" />
97+
<Compile Include="System.Runtime.ExceptionServices\ExceptionDispatchInfo.cs" />
98+
<Compile Include="System.Collections.Concurrent\Partitioner.cs" />
99+
<Compile Include="System.Collections.Concurrent\OrderablePartitioner.cs" />
100+
<Compile Include="System.Collections.Concurrent\SplitOrderedList.cs" />
101+
<Compile Include="System.Collections.Concurrent.Partitioners\EnumerablePartitioner.cs" />
102+
<Compile Include="System.Collections.Concurrent.Partitioners\ListPartitioner.cs" />
103+
<Compile Include="System.Collections.Concurrent.Partitioners\UserRangePartitioner.cs" />
104+
<Compile Include="System.Collections.Generic\GenericEqualityComparer.cs" />
105+
<Compile Include="System.Collections.Generic\DefaultEqualityComparer.cs" />
106+
<Compile Include="System\Lazy.cs" />
107+
<Compile Include="System\LazyThreadSafetyMode.cs" />
108+
</ItemGroup>
109+
<ItemGroup />
110+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
111+
<ItemGroup>
112+
<Reference Include="System" />
113+
</ItemGroup>
114+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ProjectView>ShowAllFiles</ProjectView>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)