|
18 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Windows_Release|AnyCPU' " />
|
19 | 19 |
|
20 | 20 | <ItemGroup>
|
21 |
| - <Compile Include="IPAddressPalTest.cs" /> |
22 |
| - <Compile Include="HostInformationPalTest.cs" /> |
23 |
| - <Compile Include="SocketAddressPalTest.cs" /> |
| 21 | + <CompileItem Include="IPAddressPalTest.cs" /> |
| 22 | + <CompileItem Include="HostInformationPalTest.cs" /> |
| 23 | + <CompileItem Include="SocketAddressPalTest.cs" /> |
24 | 24 |
|
25 |
| - <Compile Include="Fakes\GlobalLog.cs" /> |
| 25 | + <CompileItem Include="Fakes\GlobalLog.cs" /> |
26 | 26 |
|
27 |
| - <Compile Include="..\..\src\System\Net\EndPoint.cs" > |
| 27 | + <CompileItem Include="..\..\src\System\Net\EndPoint.cs" > |
28 | 28 | <Link>ProductionCode\System\Net\EndPoint.cs</Link>
|
29 |
| - </Compile> |
30 |
| - <Compile Include="..\..\src\System\Net\IPAddress.cs" > |
| 29 | + </CompileItem> |
| 30 | + <CompileItem Include="..\..\src\System\Net\IPAddress.cs" > |
31 | 31 | <Link>ProductionCode\System\Net\IPAddress.cs</Link>
|
32 |
| - </Compile> |
33 |
| - <Compile Include="..\..\src\System\Net\IPAddressParser.cs" > |
| 32 | + </CompileItem> |
| 33 | + <CompileItem Include="..\..\src\System\Net\IPAddressParser.cs" > |
34 | 34 | <Link>ProductionCode\System\Net\IPAddressParser.cs</Link>
|
35 |
| - </Compile> |
36 |
| - <Compile Include="..\..\src\System\Net\IPEndPoint.cs" > |
| 35 | + </CompileItem> |
| 36 | + <CompileItem Include="..\..\src\System\Net\IPEndPoint.cs" > |
37 | 37 | <Link>ProductionCode\System\Net\IPEndPoint.cs</Link>
|
38 |
| - </Compile> |
39 |
| - <Compile Include="..\..\src\System\Net\NetworkInformation\NetworkInformationException.cs" > |
| 38 | + </CompileItem> |
| 39 | + <CompileItem Include="..\..\src\System\Net\NetworkInformation\NetworkInformationException.cs" > |
40 | 40 | <Link>ProductionCode\System\Net\NetworkInformation\NetworkInformationException.cs</Link>
|
41 |
| - </Compile> |
42 |
| - <Compile Include="..\..\src\System\Net\Sockets\SocketAddress.cs" > |
| 41 | + </CompileItem> |
| 42 | + <CompileItem Include="..\..\src\System\Net\Sockets\SocketAddress.cs" > |
43 | 43 | <Link>ProductionCode\System\Net\Sockets\SocketAddress.cs</Link>
|
44 |
| - </Compile> |
45 |
| - <Compile Include="..\..\src\System\Net\SocketException.cs" > |
| 44 | + </CompileItem> |
| 45 | + <CompileItem Include="..\..\src\System\Net\SocketException.cs" > |
46 | 46 | <Link>ProductionCode\System\Net\SocketException.cs</Link>
|
47 |
| - </Compile> |
48 |
| - <Compile Include="..\..\src\System\Net\Sockets\AddressFamily.cs" > |
| 47 | + </CompileItem> |
| 48 | + <CompileItem Include="..\..\src\System\Net\Sockets\AddressFamily.cs" > |
49 | 49 | <Link>ProductionCode\System\Net\Sockets\AddressFamily.cs</Link>
|
50 |
| - </Compile> |
51 |
| - <Compile Include="..\..\src\System\Net\Sockets\SocketError.cs" > |
| 50 | + </CompileItem> |
| 51 | + <CompileItem Include="..\..\src\System\Net\Sockets\SocketError.cs" > |
52 | 52 | <Link>ProductionCode\System\Net\Sockets\SocketError.cs</Link>
|
53 |
| - </Compile> |
54 |
| - <Compile Include="$(CommonPath)\System\Net\ByteOrder.cs" > |
| 53 | + </CompileItem> |
| 54 | + <CompileItem Include="$(CommonPath)\System\Net\ByteOrder.cs" > |
55 | 55 | <Link>ProductionCode\Common\System\Net\ByteOrder.cs</Link>
|
56 |
| - </Compile> |
57 |
| - <Compile Include="$(CommonPath)\System\Net\InternalException.cs" > |
| 56 | + </CompileItem> |
| 57 | + <CompileItem Include="$(CommonPath)\System\Net\InternalException.cs" > |
58 | 58 | <Link>ProductionCode\Common\System\Net\InternalException.cs</Link>
|
59 |
| - </Compile> |
60 |
| - <Compile Include="$(CommonPath)\System\Net\TcpValidationHelpers.cs" > |
| 59 | + </CompileItem> |
| 60 | + <CompileItem Include="$(CommonPath)\System\Net\TcpValidationHelpers.cs" > |
61 | 61 | <Link>ProductionCode\Common\System\Net\TcpValidationHelpers.cs</Link>
|
62 |
| - </Compile> |
63 |
| - <Compile Include="$(CommonPath)\System\NotImplemented.cs" > |
| 62 | + </CompileItem> |
| 63 | + <CompileItem Include="$(CommonPath)\System\NotImplemented.cs" > |
64 | 64 | <Link>ProductionCode\Common\System\NotImplemented.cs</Link>
|
65 |
| - </Compile> |
| 65 | + </CompileItem> |
66 | 66 |
|
67 |
| - <Compile Include="$(CommonPath)\Interop\Windows\Winsock\Interop.ErrorCodes.cs" > |
| 67 | + <CompileItem Include="$(CommonPath)\Interop\Windows\Winsock\Interop.ErrorCodes.cs" > |
68 | 68 | <Link>ProductionCode\Common\Interop\Windows\Winsock\Interop.ErrorCodes.cs</Link>
|
69 |
| - </Compile> |
| 69 | + </CompileItem> |
70 | 70 | </ItemGroup>
|
71 | 71 |
|
72 | 72 | <ItemGroup Condition=" '$(TargetsWindows)' == 'true' ">
|
73 |
| - <Compile Include="..\..\src\System\Net\IPAddressPal.Windows.cs" > |
| 73 | + <CompileItem Include="..\..\src\System\Net\IPAddressPal.Windows.cs" > |
74 | 74 | <Link>ProductionCode\System\Net\IPAddressPal.Windows.cs</Link>
|
75 |
| - </Compile> |
76 |
| - <Compile Include="..\..\src\System\Net\HostInformationPal.Windows.cs" > |
| 75 | + </CompileItem> |
| 76 | + <CompileItem Include="..\..\src\System\Net\HostInformationPal.Windows.cs" > |
77 | 77 | <Link>ProductionCode\System\Net\HostInformationPal.Windows.cs</Link>
|
78 |
| - </Compile> |
79 |
| - <Compile Include="..\..\src\System\Net\SocketAddressPal.Windows.cs" > |
| 78 | + </CompileItem> |
| 79 | + <CompileItem Include="..\..\src\System\Net\SocketAddressPal.Windows.cs" > |
80 | 80 | <Link>ProductionCode\System\Net\SocketAddressPal.Windows.cs</Link>
|
81 |
| - </Compile> |
| 81 | + </CompileItem> |
| 82 | + <CompileItem Include="..\..\src\System\Net\SocketException.Windows.cs" > |
| 83 | + <Link>ProductionCode\System\Net\SocketException.Windows.cs</Link> |
| 84 | + </CompileItem> |
82 | 85 |
|
83 |
| - <Compile Include="$(CommonPath)\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs" > |
| 86 | + <CompileItem Include="$(CommonPath)\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs" > |
84 | 87 | <Link>Common\Microsoft\Win32\SafeHandles\SafeLocalAllocHandle.cs</Link>
|
85 |
| - </Compile> |
| 88 | + </CompileItem> |
86 | 89 |
|
87 |
| - <Compile Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs" > |
| 90 | + <CompileItem Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs" > |
88 | 91 | <Link>Common\Interop\Windows\IpHlpApi\Interop.ErrorCodes.cs</Link>
|
89 |
| - </Compile> |
90 |
| - <Compile Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs" > |
| 92 | + </CompileItem> |
| 93 | + <CompileItem Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs" > |
91 | 94 | <Link>Common\Interop\Windows\IpHlpApi\Interop.FIXED_INFO.cs</Link>
|
92 |
| - </Compile> |
93 |
| - <Compile Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs" > |
| 95 | + </CompileItem> |
| 96 | + <CompileItem Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs" > |
94 | 97 | <Link>Common\Interop\Windows\IpHlpApi\Interop.GetNetworkParams.cs</Link>
|
95 |
| - </Compile> |
96 |
| - <Compile Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs" > |
| 98 | + </CompileItem> |
| 99 | + <CompileItem Include="$(CommonPath)\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs" > |
97 | 100 | <Link>Common\Interop\Windows\IpHlpApi\Interop.IP_ADDR_STRING.cs</Link>
|
98 |
| - </Compile> |
99 |
| - <Compile Include="$(CommonPath)\Interop\Windows\Interop.Libraries.cs" > |
| 101 | + </CompileItem> |
| 102 | + <CompileItem Include="$(CommonPath)\Interop\Windows\Interop.Libraries.cs" > |
100 | 103 | <Link>ProductionCode\Common\Interop\Windows\Interop.Libraries.cs</Link>
|
101 |
| - </Compile> |
102 |
| - <Compile Include="$(CommonPath)\Interop\Windows\mincore_obsolete\Interop.LocalAlloc.cs" > |
| 104 | + </CompileItem> |
| 105 | + <CompileItem Include="$(CommonPath)\Interop\Windows\mincore_obsolete\Interop.LocalAlloc.cs" > |
103 | 106 | <Link>Common\Interop\Windows\mincore_obsolete\Interop.LocalAlloc.cs</Link>
|
104 |
| - </Compile> |
105 |
| - <Compile Include="$(CommonPath)\Interop\Windows\mincore_obsolete\Interop.LocalFree.cs" > |
| 107 | + </CompileItem> |
| 108 | + <CompileItem Include="$(CommonPath)\Interop\Windows\mincore_obsolete\Interop.LocalFree.cs" > |
106 | 109 | <Link>Common\Interop\Windows\mincore_obsolete\Interop.LocalFree.cs</Link>
|
107 |
| - </Compile> |
108 |
| - <Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.NtStatus.cs" > |
| 110 | + </CompileItem> |
| 111 | + <CompileItem Include="$(CommonPath)\Interop\Windows\NtDll\Interop.NtStatus.cs" > |
109 | 112 | <Link>ProductionCode\Common\Interop\Windows\NtDll\Interop.NtStatus.cs</Link>
|
110 |
| - </Compile> |
111 |
| - <Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv4AddressToStringEx.cs" > |
| 113 | + </CompileItem> |
| 114 | + <CompileItem Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv4AddressToStringEx.cs" > |
112 | 115 | <Link>ProductionCode\Common\Interop\Windows\NtDll\Interop.RtlIpv4AddressToStringEx.cs</Link>
|
113 |
| - </Compile> |
114 |
| - <Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv4StringToAddressEx.cs" > |
| 116 | + </CompileItem> |
| 117 | + <CompileItem Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv4StringToAddressEx.cs" > |
115 | 118 | <Link>ProductionCode\Common\Interop\Windows\NtDll\Interop.RtlIpv4StringToAddressEx.cs</Link>
|
116 |
| - </Compile> |
117 |
| - <Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv6AddressToStringEx.cs" > |
| 119 | + </CompileItem> |
| 120 | + <CompileItem Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv6AddressToStringEx.cs" > |
118 | 121 | <Link>ProductionCode\Common\Interop\Windows\NtDll\Interop.RtlIpv6AddressToStringEx.cs</Link>
|
119 |
| - </Compile> |
120 |
| - <Compile Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv6StringToAddressEx.cs" > |
| 122 | + </CompileItem> |
| 123 | + <CompileItem Include="$(CommonPath)\Interop\Windows\NtDll\Interop.RtlIpv6StringToAddressEx.cs" > |
121 | 124 | <Link>ProductionCode\Common\Interop\Windows\NtDll\Interop.RtlIpv6StringToAddressEx.cs</Link>
|
122 |
| - </Compile> |
| 125 | + </CompileItem> |
123 | 126 | </ItemGroup>
|
124 | 127 |
|
125 | 128 | <ItemGroup Condition=" '$(TargetsUnix)' == 'true' ">
|
126 |
| - <Compile Include="..\..\src\System\Net\IPAddressPal.Unix.cs" > |
| 129 | + <CompileItem Include="..\..\src\System\Net\IPAddressPal.Unix.cs" > |
127 | 130 | <Link>ProductionCode\System\Net\IPAddressPal.Unix.cs</Link>
|
128 |
| - </Compile> |
129 |
| - <Compile Include="..\..\src\System\Net\HostInformationPal.Unix.cs" > |
| 131 | + </CompileItem> |
| 132 | + <CompileItem Include="..\..\src\System\Net\HostInformationPal.Unix.cs" > |
130 | 133 | <Link>ProductionCode\System\Net\HostInformationPal.Unix.cs</Link>
|
131 |
| - </Compile> |
132 |
| - <Compile Include="..\..\src\System\Net\SocketAddressPal.Unix.cs" > |
| 134 | + </CompileItem> |
| 135 | + <CompileItem Include="..\..\src\System\Net\SocketAddressPal.Unix.cs" > |
133 | 136 | <Link>ProductionCode\System\Net\SocketAddressPal.Unix.cs</Link>
|
134 |
| - </Compile> |
| 137 | + </CompileItem> |
| 138 | + <CompileItem Include="..\..\src\System\Net\SocketException.Unix.cs" > |
| 139 | + <Link>ProductionCode\System\Net\SocketException.Unix.cs</Link> |
| 140 | + </CompileItem> |
135 | 141 |
|
136 |
| - <Compile Include="$(CommonPath)\Interop\Interop.CheckedAccess.cs" > |
| 142 | + <CompileItem Include="$(CommonPath)\Interop\Interop.CheckedAccess.cs" > |
137 | 143 | <Link>ProductionCode\Common\Interop\Interop.CheckedAccess.cs</Link>
|
138 |
| - </Compile> |
139 |
| - <Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs" > |
| 144 | + </CompileItem> |
| 145 | + <CompileItem Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs" > |
140 | 146 | <Link>ProductionCode\Common\Interop\Unix\Interop.Libraries.cs</Link>
|
141 |
| - </Compile> |
142 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.freeaddrinfo.cs" > |
| 147 | + </CompileItem> |
| 148 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.freeaddrinfo.cs" > |
143 | 149 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.freeaddrinfo.cs</Link>
|
144 |
| - </Compile> |
145 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.getaddrinfo.cs" > |
| 150 | + </CompileItem> |
| 151 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.getaddrinfo.cs" > |
146 | 152 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.getaddrinfo.cs</Link>
|
147 |
| - </Compile> |
148 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.gethostname.cs" > |
| 153 | + </CompileItem> |
| 154 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.gethostname.cs" > |
149 | 155 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.gethostname.cs</Link>
|
150 |
| - </Compile> |
151 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.getdomainname.cs" > |
| 156 | + </CompileItem> |
| 157 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.getdomainname.cs" > |
152 | 158 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.getdomainname.cs</Link>
|
153 |
| - </Compile> |
154 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.getnameinfo.cs" > |
| 159 | + </CompileItem> |
| 160 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.getnameinfo.cs" > |
155 | 161 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.getnameinfo.cs</Link>
|
156 |
| - </Compile> |
| 162 | + </CompileItem> |
157 | 163 | </ItemGroup>
|
158 | 164 |
|
159 | 165 | <ItemGroup Condition=" '$(TargetsUnix)' == 'true' and '$(TargetsOSX)' != 'true' ">
|
160 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.addrinfo.cs" > |
| 166 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.addrinfo.cs" > |
161 | 167 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.addrinfo.cs</Link>
|
162 |
| - </Compile> |
163 |
| - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.sockaddr.cs" > |
| 168 | + </CompileItem> |
| 169 | + <CompileItem Include="$(CommonPath)\Interop\Unix\libc\Interop.sockaddr.cs" > |
164 | 170 | <Link>ProductionCode\Common\Interop\Unix\libc\Interop.sockaddr.cs</Link>
|
165 |
| - </Compile> |
| 171 | + </CompileItem> |
166 | 172 | </ItemGroup>
|
167 | 173 |
|
168 | 174 | <ItemGroup Condition=" '$(TargetsOSX)' == 'true' ">
|
169 |
| - <Compile Include="$(CommonPath)\Interop\OSX\libc\Interop.addrinfo.cs" > |
| 175 | + <CompileItem Include="$(CommonPath)\Interop\OSX\libc\Interop.addrinfo.cs" > |
170 | 176 | <Link>ProductionCode\Common\Interop\OSX\libc\Interop.addrinfo.cs</Link>
|
171 |
| - </Compile> |
172 |
| - <Compile Include="$(CommonPath)\Interop\OSX\libc\Interop.sockaddr.cs" > |
| 177 | + </CompileItem> |
| 178 | + <CompileItem Include="$(CommonPath)\Interop\OSX\libc\Interop.sockaddr.cs" > |
173 | 179 | <Link>ProductionCode\Common\Interop\OSX\libc\Interop.sockaddr.cs</Link>
|
174 |
| - </Compile> |
| 180 | + </CompileItem> |
175 | 181 | </ItemGroup>
|
176 | 182 |
|
177 | 183 | <ItemGroup>
|
178 | 184 | <None Include="project.json" />
|
179 | 185 | </ItemGroup>
|
180 |
| - <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" /> |
181 | 186 | </Project>
|
0 commit comments