|
32 | 32 | <Compile Include="System\Net\Mime\MediaTypeNames.cs" />
|
33 | 33 | <Compile Include="System\Net\Mime\MimeBasePart.cs" />
|
34 | 34 | <Compile Include="System\Net\Mime\SmtpDateTime.cs" />
|
35 |
| - <Compile Include="System\Net\Mime\MultiAsyncResult.cs" /> |
36 | 35 | <Compile Include="System\Net\Mime\ByteEncoder.cs" />
|
37 | 36 | <Compile Include="System\Net\Mime\Base64Encoder.cs" />
|
38 | 37 | <Compile Include="System\Net\Mime\IByteEncoder.cs" />
|
|
47 | 46 | <Compile Include="System\Net\Mail\Attachment.cs" />
|
48 | 47 | <Compile Include="System\Net\Mail\AttachmentCollection.cs" />
|
49 | 48 | <Compile Include="System\Net\BufferedReadStream.cs" />
|
50 |
| - <Compile Include="System\Net\Mail\ReadWriteAdapter.cs" /> |
51 | 49 | <Compile Include="System\Net\Mail\LinkedResource.cs" />
|
52 | 50 | <Compile Include="System\Net\Mail\LinkedResourceCollection.cs" />
|
53 | 51 | <Compile Include="System\Net\Mail\DomainLiteralReader.cs" />
|
|
69 | 67 | <Compile Include="System\Net\Mail\SmtpFailedRecipientsException.cs" />
|
70 | 68 | <Compile Include="System\Net\Mail\SmtpStatusCode.cs" />
|
71 | 69 | <Compile Include="System\Net\DelegatedStream.cs" />
|
| 70 | + <Compile Include="$(CommonPath)\System\Net\ReadWriteAdapter.cs" |
| 71 | + Link="Common\System\Net\ReadWriteAdapter.cs" /> |
72 | 72 | <Compile Include="$(CommonPath)System\Text\ValueStringBuilder.cs"
|
73 | 73 | Link="Common\System\Text\ValueStringBuilder.cs" />
|
74 | 74 | <Compile Include="$(CommonPath)DisableRuntimeMarshalling.cs"
|
75 | 75 | Link="Common\DisableRuntimeMarshalling.cs" />
|
76 |
| - <Compile Include="$(CommonPath)System\Net\LazyAsyncResult.cs" |
77 |
| - Link="Common\System\Net\LazyAsyncResult.cs" /> |
78 | 76 | <Compile Include="$(CommonPath)System\Net\Logging\NetEventSource.Common.cs"
|
79 | 77 | Link="Common\System\Net\Logging\NetEventSource.Common.cs" />
|
80 | 78 | <Compile Include="$(CommonPath)System\Net\Logging\NetEventSource.Common.Associate.cs"
|
|
105 | 103 | <Compile Include="System\Net\Mail\SmtpNtlmAuthenticationModule.cs" />
|
106 | 104 | <Compile Include="System\Net\Mail\MailWriter.cs" />
|
107 | 105 | <Compile Include="System\Net\Mail\NetEventSource.Mail.cs" />
|
108 |
| - <Compile Include="$(CommonPath)System\Net\ContextAwareResult.cs" |
109 |
| - Link="Common\System\Net\ContextAwareResult.cs" /> |
110 |
| - <Compile Include="$(CommonPath)System\Net\DebugSafeHandleZeroOrMinusOneIsInvalid.cs" |
111 |
| - Link="Common\System\Net\DebugSafeHandleZeroOrMinusOneIsInvalid.cs" /> |
112 |
| - <Compile Include="$(CommonPath)System\Net\DebugSafeHandle.cs" |
113 |
| - Link="Common\System\Net\DebugSafeHandle.cs" /> |
114 |
| - <Compile Include="$(CommonPath)System\Net\InternalException.cs" |
115 |
| - Link="Common\System\Net\InternalException.cs" /> |
116 |
| - <Compile Include="$(CommonPath)System\Net\ExceptionCheck.cs" |
117 |
| - Link="Common\System\Net\ExceptionCheck.cs" /> |
118 |
| - <Compile Include="$(CommonPath)System\Collections\Generic\BidirectionalDictionary.cs" |
119 |
| - Link="Common\System\Collections\Generic\BidirectionalDictionary.cs" /> |
120 | 106 | <Compile Include="$(CommonPath)System\NotImplemented.cs"
|
121 | 107 | Link="Common\System\NotImplemented.cs" />
|
122 | 108 | </ItemGroup>
|
123 | 109 |
|
124 |
| - <!-- Unix specific files --> |
125 |
| - <ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'unix'"> |
126 |
| - <Compile Include="$(CommonPath)System\Net\ContextAwareResult.Unix.cs" |
127 |
| - Link="Common\System\Net\ContextAwareResult.Unix.cs" /> |
128 |
| - </ItemGroup> |
129 |
| - |
130 |
| - <!-- Windows specific files --> |
131 |
| - <ItemGroup Condition="'$(TargetPlatformIdentifier)' == 'windows'"> |
132 |
| - <Compile Include="$(CommonPath)System\Net\ContextAwareResult.Windows.cs" |
133 |
| - Link="Common\System\Net\ContextAwareResult.Windows.cs" /> |
134 |
| - </ItemGroup> |
135 | 110 | <ItemGroup>
|
136 |
| - <Reference Include="Microsoft.Win32.Primitives" /> |
137 | 111 | <Reference Include="System.Collections" />
|
138 |
| - <Reference Include="System.Collections.NonGeneric" /> |
139 | 112 | <Reference Include="System.Collections.Specialized" />
|
140 | 113 | <Reference Include="System.ComponentModel.EventBasedAsync" />
|
141 | 114 | <Reference Include="System.Diagnostics.Tracing" />
|
|
147 | 120 | <Reference Include="System.Net.Sockets" />
|
148 | 121 | <Reference Include="System.Runtime" />
|
149 | 122 | <Reference Include="System.Runtime.InteropServices" />
|
150 |
| - <Reference Include="System.Security.Claims" /> |
151 | 123 | <Reference Include="System.Security.Cryptography" />
|
152 |
| - <Reference Include="System.Security.Principal.Windows" /> |
153 | 124 | <Reference Include="System.Threading" />
|
154 | 125 | </ItemGroup>
|
155 | 126 |
|
|
0 commit comments