diff options
Diffstat (limited to 'src/test/burn/TestBA/TestBA.csproj')
-rw-r--r-- | src/test/burn/TestBA/TestBA.csproj | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/burn/TestBA/TestBA.csproj b/src/test/burn/TestBA/TestBA.csproj new file mode 100644 index 00000000..74df28dc --- /dev/null +++ b/src/test/burn/TestBA/TestBA.csproj | |||
@@ -0,0 +1,24 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | ||
5 | <PropertyGroup> | ||
6 | <TargetFrameworks>net35;net5.0-windows</TargetFrameworks> | ||
7 | <AssemblyName>TestBA</AssemblyName> | ||
8 | <RootNamespace>WixToolset.Test.BA</RootNamespace> | ||
9 | <DebugType>embedded</DebugType> | ||
10 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
11 | <EnableDynamicLoading>true</EnableDynamicLoading> | ||
12 | <UseWindowsForms>true</UseWindowsForms> | ||
13 | <RollForward>Major</RollForward> | ||
14 | </PropertyGroup> | ||
15 | |||
16 | <ItemGroup Condition=" '$(TargetFramework)'=='net35' "> | ||
17 | <Content Include="TestBA.BootstrapperCore.config" CopyToOutputDirectory="PreserveNewest" /> | ||
18 | <Reference Include="System.Windows.Forms" /> | ||
19 | </ItemGroup> | ||
20 | |||
21 | <ItemGroup> | ||
22 | <PackageReference Include="WixToolset.Mba.Core" Version="4.0.58" /> | ||
23 | </ItemGroup> | ||
24 | </Project> \ No newline at end of file | ||