diff options
Diffstat (limited to 'src/ext/NetFx/wixlib/netfx.wixproj')
-rw-r--r-- | src/ext/NetFx/wixlib/netfx.wixproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ext/NetFx/wixlib/netfx.wixproj b/src/ext/NetFx/wixlib/netfx.wixproj index bc6a1172..734e64da 100644 --- a/src/ext/NetFx/wixlib/netfx.wixproj +++ b/src/ext/NetFx/wixlib/netfx.wixproj | |||
@@ -11,6 +11,9 @@ | |||
11 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> | 11 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> |
12 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 12 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> |
13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | 13 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> |
14 | <BindInputPaths Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x86)\win-x86" BindName='x86' /> | ||
15 | <BindInputPaths Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_x64)\win-x64" BindName='x64' /> | ||
16 | <BindInputPaths Include="$(PkgMicrosoft_NET_Tools_NETCoreCheck_arm64)\win-arm64" BindName='arm64' /> | ||
14 | </ItemGroup> | 17 | </ItemGroup> |
15 | 18 | ||
16 | <ItemGroup> | 19 | <ItemGroup> |
@@ -33,5 +36,8 @@ | |||
33 | <ItemGroup> | 36 | <ItemGroup> |
34 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 37 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
35 | <PackageReference Include="GitInfo" PrivateAssets="All" /> | 38 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
39 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x86" GeneratePathProperty="true" /> | ||
40 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.x64" GeneratePathProperty="true" /> | ||
41 | <PackageReference Include="Microsoft.NET.Tools.NETCoreCheck.arm64" GeneratePathProperty="true" /> | ||
36 | </ItemGroup> | 42 | </ItemGroup> |
37 | </Project> | 43 | </Project> |