aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj')
-rw-r--r--src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj4
1 files changed, 2 insertions, 2 deletions
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>