|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <ItemGroup> |
3 | | - <Content Include="$(MSBuildThisFileDirectory)nanoFramework.Tools.MetadataProcessor.Core.dll"> |
| 3 | + <Content Include="$(OutDir)nanoFramework.Tools.MetadataProcessor.Core.dll"> |
4 | 4 | <InstallRoot>MSBuild</InstallRoot> |
5 | 5 | <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
6 | 6 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
7 | 7 | <IncludeInVSIX>true</IncludeInVSIX> |
8 | 8 | </Content> |
9 | | - <Content Include="$(MSBuildThisFileDirectory)Mono.Cecil.dll"> |
| 9 | + <Content Include="$(OutDir)Mono.Cecil.dll"> |
10 | 10 | <InstallRoot>MSBuild</InstallRoot> |
11 | 11 | <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
12 | 12 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
13 | 13 | <IncludeInVSIX>true</IncludeInVSIX> |
14 | 14 | </Content> |
15 | | - <Content Include="$(MSBuildThisFileDirectory)Stubble.Core.dll"> |
| 15 | + <Content Include="$(OutDir)Stubble.Core.dll"> |
16 | 16 | <InstallRoot>MSBuild</InstallRoot> |
17 | 17 | <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
18 | 18 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
19 | 19 | <IncludeInVSIX>true</IncludeInVSIX> |
20 | 20 | </Content> |
21 | | - <Content Include="$(MSBuildThisFileDirectory)System.Collections.Immutable.dll"> |
| 21 | + <Content Include="$(OutDir)System.Collections.Immutable.dll"> |
22 | 22 | <InstallRoot>MSBuild</InstallRoot> |
23 | 23 | <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
24 | 24 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
25 | 25 | <IncludeInVSIX>true</IncludeInVSIX> |
26 | 26 | </Content> |
27 | | - <Content Include="$(MSBuildThisFileDirectory)System.Runtime.CompilerServices.Unsafe.dll"> |
| 27 | + <Content Include="$(OutDir)System.Runtime.CompilerServices.Unsafe.dll"> |
28 | 28 | <InstallRoot>MSBuild</InstallRoot> |
29 | 29 | <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
30 | 30 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
31 | 31 | <IncludeInVSIX>true</IncludeInVSIX> |
32 | 32 | </Content> |
33 | | - <Content Include="$(MSBuildThisFileDirectory)System.Threading.Tasks.Extensions.dll"> |
| 33 | + <Content Include="$(OutDir)System.Threading.Tasks.Extensions.dll"> |
34 | 34 | <InstallRoot>MSBuild</InstallRoot> |
35 | 35 | <VSIXSubPath>nanoFramework\v1.0\</VSIXSubPath> |
36 | 36 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
0 commit comments