aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/TestBA')
-rw-r--r--src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj2
-rw-r--r--src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj b/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
index 6ef417d0..788353d6 100644
--- a/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
+++ b/src/test/burn/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
@@ -6,7 +6,7 @@
6 <Cultures>en-us</Cultures> 6 <Cultures>en-us</Cultures>
7 </PropertyGroup> 7 </PropertyGroup>
8 <ItemGroup> 8 <ItemGroup>
9 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net35\win-x86" BindName="net2x86" /> 9 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x86" BindName="net2x86" />
10 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x86" BindName="net4x86" /> 10 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x86" BindName="net4x86" />
11 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x86" BindName="dncx86" /> 11 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x86" BindName="dncx86" />
12 </ItemGroup> 12 </ItemGroup>
diff --git a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj
index 13f66a86..154367e3 100644
--- a/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj
+++ b/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj
@@ -7,7 +7,7 @@
7 <InstallerPlatform>x64</InstallerPlatform> 7 <InstallerPlatform>x64</InstallerPlatform>
8 </PropertyGroup> 8 </PropertyGroup>
9 <ItemGroup> 9 <ItemGroup>
10 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net35\win-x64" BindName="net2x64" /> 10 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x64" BindName="net2x64" />
11 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x64" BindName="net4x64" /> 11 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x64" BindName="net4x64" />
12 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x64" BindName="dncx64" /> 12 <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x64" BindName="dncx64" />
13 </ItemGroup> 13 </ItemGroup>
@@ -17,7 +17,7 @@
17 the required target framework. Since we want all target frameworks built, 17 the required target framework. Since we want all target frameworks built,
18 the above line is shorter. 18 the above line is shorter.
19 <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj"> 19 <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj">
20 <SetTargetFramework>TargetFramework=net35</SetTargetFramework> 20 <SetTargetFramework>TargetFramework=net462</SetTargetFramework>
21 </ProjectReference> 21 </ProjectReference>
22 <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj"> 22 <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj">
23 <SetTargetFramework>TargetFramework=net5.0-windows</SetTargetFramework> 23 <SetTargetFramework>TargetFramework=net5.0-windows</SetTargetFramework>