|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <PropertyGroup> |
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
30 | 30 | <ConsolePause>False</ConsolePause> |
31 | 31 | <AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
32 | 32 | <DefineConstants>NET_4_5;</DefineConstants> |
33 | | - <DebugType>none</DebugType> |
| 33 | + <DebugType>pdbonly</DebugType> |
| 34 | + <DebugSymbols>true</DebugSymbols> |
34 | 35 | </PropertyGroup> |
35 | 36 | <ItemGroup> |
36 | 37 | <Compile Include="Properties\AssemblyInfo.cs" /> |
37 | 38 | <Compile Include="System.Collections.Concurrent\BlockingCollection.cs" /> |
| 39 | + <Compile Include="System.Collections.Concurrent\ConcurrentBag.cs" /> |
38 | 40 | <Compile Include="System.Collections.Concurrent\ConcurrentDictionary.cs" /> |
39 | 41 | <Compile Include="System.Collections.Concurrent\ConcurrentOrderedList.cs" /> |
40 | 42 | <Compile Include="System.Collections.Concurrent\ConcurrentQueue.cs" /> |
|
101 | 103 | <Compile Include="System\Lazy.cs" /> |
102 | 104 | <Compile Include="System\LazyThreadSafetyMode.cs" /> |
103 | 105 | </ItemGroup> |
104 | | - <ItemGroup> |
105 | | - <Folder Include="System.Collections.Concurrent\" /> |
106 | | - <Folder Include="System.Collections.Generic\" /> |
107 | | - <Folder Include="System.Threading.Tasks\" /> |
108 | | - <Folder Include="System\" /> |
109 | | - <Folder Include="System.Collections\" /> |
110 | | - <Folder Include="System.Threading\" /> |
111 | | - <Folder Include="System.Runtime.CompilerServices\" /> |
112 | | - <Folder Include="System.Runtime.ExceptionServices\" /> |
113 | | - <Folder Include="System.Collections.Concurrent.Partitioners\" /> |
114 | | - </ItemGroup> |
| 106 | + <ItemGroup /> |
115 | 107 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
116 | 108 | <ItemGroup> |
117 | 109 | <Reference Include="System" /> |
|
0 commit comments