We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ce9a1 commit d9b681aCopy full SHA for d9b681a
.gitignore
@@ -0,0 +1,2 @@
1
+bin
2
+obj
System.Threading.Tasks.Net35.csproj
@@ -22,13 +22,13 @@
22
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23
</PropertyGroup>
24
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
- <DebugType>full</DebugType>
26
<Optimize>true</Optimize>
27
<OutputPath>bin\Release</OutputPath>
28
<ErrorReport>prompt</ErrorReport>
29
<WarningLevel>4</WarningLevel>
30
<ConsolePause>false</ConsolePause>
31
+ <DefineConstants>NET_4_0;NET_4_5;</DefineConstants>
32
33
<ItemGroup>
34
<Compile Include="Properties\AssemblyInfo.cs" />
0 commit comments