diff options
Diffstat (limited to '')
-rw-r--r-- | src/TestData/PrereqBaTests/BundleA/BundleA.wixproj (renamed from src/TestData/PrereqBa/BundleA/BundleA.wixproj) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TestData/PrereqBa/BundleA/BundleA.wixproj b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj index ab4c0499..56f4b11e 100644 --- a/src/TestData/PrereqBa/BundleA/BundleA.wixproj +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj | |||
@@ -4,7 +4,7 @@ | |||
4 | <OutputType>Bundle</OutputType> | 4 | <OutputType>Bundle</OutputType> |
5 | </PropertyGroup> | 5 | </PropertyGroup> |
6 | <ItemGroup> | 6 | <ItemGroup> |
7 | <BindInputPaths Include="$(OutputPath)..\net5.0-windows\win-x86" BindName="dnc5x86" /> | 7 | <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net5.0-windows\win-x86" BindName="dnc5x86" /> |
8 | </ItemGroup> | 8 | </ItemGroup> |
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <ProjectReference Include="..\PackageA\PackageA.wixproj" /> | 10 | <ProjectReference Include="..\PackageA\PackageA.wixproj" /> |