aboutsummaryrefslogtreecommitdiff
path: root/src/TestBA/TestBA.csproj
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-17 15:45:19 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-17 16:20:10 -0600
commitbadde27bf66fcacef2d625af0bd7590ecdc5804f (patch)
treec70f7da4642b2c9d2613a575fbb0169bc3034a60 /src/TestBA/TestBA.csproj
parente950ce317301aea2e9c8cdab1bf8c453c40a4edd (diff)
downloadwix-badde27bf66fcacef2d625af0bd7590ecdc5804f.tar.gz
wix-badde27bf66fcacef2d625af0bd7590ecdc5804f.tar.bz2
wix-badde27bf66fcacef2d625af0bd7590ecdc5804f.zip
Create WixTestTools project and reorganize files.
Diffstat (limited to 'src/TestBA/TestBA.csproj')
-rw-r--r--src/TestBA/TestBA.csproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/TestBA/TestBA.csproj b/src/TestBA/TestBA.csproj
new file mode 100644
index 00000000..b6aea84b
--- /dev/null
+++ b/src/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.48" />
23 </ItemGroup>
24</Project> \ No newline at end of file