Skip to content

Commit d9b681a

Browse files
committed
Added a few ignore files and made sure release mode includes the same .NET flags as debug mode
1 parent 39ce9a1 commit d9b681a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bin
2+
obj

System.Threading.Tasks.Net35.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2323
</PropertyGroup>
2424
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25-
<DebugType>full</DebugType>
2625
<Optimize>true</Optimize>
2726
<OutputPath>bin\Release</OutputPath>
2827
<ErrorReport>prompt</ErrorReport>
2928
<WarningLevel>4</WarningLevel>
3029
<ConsolePause>false</ConsolePause>
3130
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31+
<DefineConstants>NET_4_0;NET_4_5;</DefineConstants>
3232
</PropertyGroup>
3333
<ItemGroup>
3434
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)