|
16 | 16 |
|
17 | 17 | <ItemGroup> |
18 | 18 | <Compile Include="Properties\AssemblyInfo.cs" /> |
19 | | - <Compile Include="$(CommonPath)\System\NotImplemented.cs" /> |
20 | | - <Compile Include="$(CommonPath)\System\SR.cs" /> |
| 19 | + <Compile Include="$(CommonPath)\System\NotImplemented.cs"> |
| 20 | + <Link>Common\System\NotImplemented.cs</Link> |
| 21 | + </Compile> |
| 22 | + <Compile Include="$(CommonPath)\System\SR.cs"> |
| 23 | + <Link>Common\System\SR.cs</Link> |
| 24 | + </Compile> |
21 | 25 | <Compile Include="System\HResults.cs" /> |
22 | 26 | <Compile Include="System\IO\ErrorEventArgs.cs" /> |
23 | 27 | <Compile Include="System\IO\ErrorEventHandler.cs" /> |
|
33 | 37 | </ItemGroup> |
34 | 38 | <ItemGroup Condition=" '$(OS)' == 'Windows_NT' "> |
35 | 39 | <Compile Include="Microsoft\Win32\NativeMethods.cs" /> |
36 | | - <Compile Include="Microsoft\Win32\SafeNativeMethods.cs" /> |
37 | 40 | <Compile Include="Microsoft\Win32\UnsafeNativeMethods.cs" /> |
38 | 41 | <Compile Include="System\IO\FileSystemWatcher.Win32.cs" /> |
39 | 42 | </ItemGroup> |
40 | 43 | <ItemGroup Condition=" '$(OS)' == 'Unix' "> |
41 | 44 | <Compile Include="System\IO\FileSystemWatcher.Linux.cs" /> |
42 | 45 | <Compile Include="Interop\Linux\Interop.notify.cs" /> |
43 | | - <Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs" /> |
44 | | - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.read.cs" /> |
45 | | - <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.strerror.cs" /> |
46 | | - <Compile Include="$(CommonPath)\Interop\Unix\Interop.Errors.cs" /> |
| 46 | + <Compile Include="$(CommonPath)\Interop\Unix\Interop.Libraries.cs"> |
| 47 | + <Link>Common\Interop\Unix\Interop.Libraries.cs</Link> |
| 48 | + </Compile> |
| 49 | + <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.read.cs"> |
| 50 | + <Link>Common\Interop\Unix\libc\Interop.read.cs</Link> |
| 51 | + </Compile> |
| 52 | + <Compile Include="$(CommonPath)\Interop\Unix\libc\Interop.strerror.cs"> |
| 53 | + <Link>Common\Interop\Unix\libc\Interop.strerror.cs</Link> |
| 54 | + </Compile> |
| 55 | + <Compile Include="$(CommonPath)\Interop\Unix\Interop.Errors.cs"> |
| 56 | + <Link>Common\Interop\Unix\Interop.Errors.cs</Link> |
| 57 | + </Compile> |
47 | 58 | </ItemGroup> |
48 | 59 | <ItemGroup> |
49 | 60 | <None Include="packages.config" /> |
|
0 commit comments